huangxiaomin
|
f70cb62ecd
|
移动滚动条的时候,ant-select-dropdown 没有随form-item移动
|
2023-09-20 15:09:30 +08:00 |
|
胤玄
|
556575f501
|
feat: update nginx.conf 使用固定编译入口可能导致浏览器使用缓存js文件,而此配置可以解决 (#3045)
|
2023-09-20 08:16:48 +08:00 |
|
invalid w
|
e4778757ad
|
style(TableColumn): fix Column settings container is too wide #3043 (#3044)
|
2023-09-20 08:16:38 +08:00 |
|
leo
|
b43fe7adbc
|
fix(axios): get等方法配置ignoreCancelToken无效 (#3040)
|
2023-09-18 10:04:24 +08:00 |
|
Li Kui
|
4aaddef06f
|
fix: type check failed for prop 'onClick' (#3038)
|
2023-09-18 10:04:15 +08:00 |
|
alixhome
|
ce6b25d03b
|
fix: Change role to toles for LoginResultModel (#3037)
|
2023-09-18 10:04:00 +08:00 |
|
open-carp
|
74a2f6209f
|
fix: FormAction组件 绑定表单提交事件 (#3036)
|
2023-09-18 10:03:52 +08:00 |
|
luchanan
|
99ddc3598a
|
perf: 指令权限v-auth支持并显示按钮权限 (#3035)
|
2023-09-17 12:08:17 +08:00 |
|
invalid w
|
d3fd22dbbd
|
chore: 解决 ESLint no-undef 规则校验问题和 basicTable 组件的类型问题,替换popover组件的 visible 属性。 (#3033)
* chore: 关闭eslint的no-undef规则校验
* chore(VFormDesign): 替换表单设计组件的modal是否可见属性
* chore(BasicTable): emit传参类型问题
* chore(Table): 调整函数参数类型
* chore: 调整expandedRowKeys数据类型
* chore(Table): 完善TableRowSelection接口类型
* chore(Table): 完善useRowSelection 文件的类型问题
* chore(useColumns): key赋值的类型问题
* chore(useDataSource): setTableData的类型问题
* chore: 替换rowKeys类型为 (string|number)[]
* fix(edit-cell): 修复edit table Popover 传参问题
* fix(Table): handleItem函数进行绑定key dataIndex可能为数组,造成类型错误提示
|
2023-09-16 20:32:33 +08:00 |
|
LanceJiang
|
bf2f6390ad
|
feat: BasicTable 组件 HeaderCell 新增(类customRender) customHeaderRender 方法 自定义渲染支持 (#3030)
示例见: /comp/table/multipleHeader
|
2023-09-15 15:56:26 +08:00 |
|
Li Kui
|
bd024cc521
|
fix: isible deprecated warnings (#3029)
|
2023-09-15 15:56:17 +08:00 |
|
Li Kui
|
4ac08e5ae5
|
fix: type check failed for prop 'onClick' (#3028)
|
2023-09-15 15:56:06 +08:00 |
|
invalid w
|
b0c2ca5393
|
fix(Header): 顶部菜单混合模式下,头部导航栏样式错位 #3021 (#3024)
* fix(Header): 顶部菜单混合模式下,头部导航栏样式错位 #3021
antdv4的ant-layout-header css会携带父选择器 导致line-height失效
* chore: 移除无用css
|
2023-09-13 20:26:16 +08:00 |
|
invalid w
|
1ac8c56c6b
|
fix(Modal): 全屏modal样式问题 #3019 (#3020)
|
2023-09-13 16:32:00 +08:00 |
|
LanceJiang
|
f4149c2f1d
|
fix: 由于更新ant-vue 新版本到 4.0.2以上 tsx 渲染 FormItem 插入style 导致的出错 改换class (#3016)
|
2023-09-12 23:19:11 +08:00 |
|
Li Kui
|
3ed49c3f8f
|
fix: arrow-left icon not centered (#3013)
|
2023-09-11 22:22:43 +08:00 |
|
invalid w
|
356f132610
|
style(Drawer): antdv4版本 drawer要使用rootClassName来来配置最外层元素样式 (#3012)
|
2023-09-11 17:54:40 +08:00 |
|
k1ngbanana
|
1c668f21bf
|
feat: pageWrapper.vue加入sticky功能 (#3008)
|
2023-09-08 22:10:29 +08:00 |
|
k1ngbanana
|
a244dcd261
|
fix: 配置文件公共路径无效 (#3007)
|
2023-09-08 22:10:19 +08:00 |
|
invalid w
|
aaf2fde3cf
|
antdv升级到4.x版本 (#3006)
* fix(ApiTreeSelect): ApiTreeSelect组件首次调用会重复请求(#2940)
由于watchEffect,onMounted会立即执行,所以导致重复请求。
并且 watch函数和watchEffect监听的依赖重复了,故删去
* chore: update ant design npm version
* chore: 修改antd的css引用路径
* style(layout): 替换sider header组件传参属性,适配原有组件的样式
* style(Menu): 去除气泡卡片的背景
* chore: typo
* typo(Modal): 将visible替换成open
* typo:修改modal弹窗的绑定函数名称
* style(Modal): 为了解决直接引用 Modal 组件时关闭按钮样式的问题,增加一个名为 "vben-basic-modal" 的类名,以实现样式隔离。
* Update package.json
* typo(Drawer): Drawer 组件 visible 变为 open
* typo(Table): Table 组件 filterDropdownVisible 变为 filterDropdownOpen。
* typo(TreeSelect): 组件弹框的 classname API 统一为 popupClassName,dropdownClassName
|
2023-09-08 22:10:07 +08:00 |
|
invalid w
|
607a24632a
|
fix(ApiTreeSelect): ApiTreeSelect组件首次调用会重复请求(#2940) (#3005)
由于watchEffect,onMounted会立即执行,所以导致重复请求。
并且 watch函数和watchEffect监听的依赖重复了,故删去
|
2023-09-07 21:47:55 +08:00 |
|
invalid w
|
89d7a19f3f
|
feat(Form): 为fieldMapToTime的映射类型增加时间戳转换 (#2996)
为fieldMapToTime的第三个参数增加 timestamp 和 timestampStartDay 选项
timestamp的作用: 将映射的时间格式转为时间戳
timestampStartDay的作用: 将映射的时间格式转为当天0点开始的时间戳
|
2023-09-03 16:22:02 +08:00 |
|
invalid w
|
a9017da294
|
perf: 为createAsyncComponent函数增加类型推导 (#2967) (#2991)
|
2023-09-03 16:21:51 +08:00 |
|
Li Kui
|
1c1ce4b0e3
|
fix: VxeTable demo parameter typo& tabs close icon not centered (#2989)
* fix(msg): message icon not centered
* fix: VxeTable demo parameter typo
* fix: tabs close icon not centered
|
2023-08-31 12:49:21 +08:00 |
|
Li Kui
|
e31525a803
|
fix(msg): message icon not centered (#2982)
|
2023-08-26 07:17:06 +08:00 |
|
invalid w
|
7b26c5994c
|
feat: 增加Prompt组件, 并且修复 #2976 (#2979)
* feat: 增加Prompt组件
类似于Element UI组件库的MessageBox Prompt组件
* fix: #2976
* refactor: 对appendSchemaByField函数的通用操作进行整理
|
2023-08-25 12:36:10 +08:00 |
|
supperchong
|
248f9d5e81
|
chore: format nginx.conf (#2971)
|
2023-08-19 08:41:04 +08:00 |
|
scottMan1001
|
a2a78f40da
|
Feat/scott man (#2970)
* feat: esbuild增加不同开发模式下对cnosole debugger的处理
* fix: fix production spelling
|
2023-08-16 21:35:21 +08:00 |
|
Li Kui
|
2c74e790cb
|
fix(Tree): beforeRightClick type (#2968)
|
2023-08-16 21:34:57 +08:00 |
|
舜岳
|
b660f96220
|
refactor: code optimization (#2961)
|
2023-08-13 09:14:38 +08:00 |
|
Aynakeya
|
5dd3babc4e
|
update left/right icon not align to center (#2958)
|
2023-08-13 09:14:15 +08:00 |
|
invalid w
|
5425dc241f
|
fix: #2767 #2884 #2868 (#2956)
* fix: #2767
* fix: #2884
* fix: #2868
|
2023-08-13 09:14:04 +08:00 |
|
Hong Sen Lv
|
44f2b1c644
|
fix: ts error (#2955)
Co-authored-by: lvhongsen <lvhongsen@tal.com>
|
2023-08-11 08:39:24 +08:00 |
|
billyshen26
|
573d395b69
|
fix: 解决ApiTreeSelect的params更新后fetch不执行 (#2954)
* fix: 解决ApiTreeSelect的params更新后fetch不执行
* feat: 优化ApiTreeSelect参数,可自定义value等
---------
Co-authored-by: Billy Shen <shenfangtao@imaodu.com>
|
2023-08-11 08:39:13 +08:00 |
|
jinmao88
|
df1fceb291
|
fix: ci ok
|
2023-08-10 16:24:33 +08:00 |
|
jinmao88
|
9650122736
|
fix: ci
|
2023-08-10 15:52:57 +08:00 |
|
jinmao88
|
c99ef68b7b
|
fix: ci
|
2023-08-10 15:16:22 +08:00 |
|
jinmao88
|
a95ba47b74
|
fix: ci
|
2023-08-10 15:09:38 +08:00 |
|
jinmao88
|
3fd193eb8b
|
fix: ci
|
2023-08-10 14:51:56 +08:00 |
|
jinmao88
|
6fbc552ed1
|
fix: ci
|
2023-08-10 11:52:14 +08:00 |
|
jinmao88
|
247665513a
|
fix: ci
|
2023-08-10 11:26:42 +08:00 |
|
jinmao88
|
351e1e55c2
|
fix: ci #12
|
2023-08-10 11:22:39 +08:00 |
|
jinmao88
|
8a27f5f277
|
fix: ci #11
|
2023-08-10 11:14:34 +08:00 |
|
jinmao88
|
befb508f7a
|
fix: ci #10
|
2023-08-10 11:03:00 +08:00 |
|
jinmao88
|
e6c820792a
|
fix: ci #9
|
2023-08-10 11:00:49 +08:00 |
|
jinmao88
|
30ccbfa695
|
fix: ci #8
|
2023-08-10 10:59:37 +08:00 |
|
jinmao88
|
7e12259ec4
|
fix: ci #7
|
2023-08-10 10:58:30 +08:00 |
|
jinmao88
|
244eeb18aa
|
fix: ci #6
|
2023-08-10 10:47:16 +08:00 |
|
jinmao88
|
1108d78a06
|
fix: ci #5
|
2023-08-10 10:26:44 +08:00 |
|
jinmao88
|
ebe2047ae0
|
fix: ci #4
|
2023-08-10 10:12:39 +08:00 |
|