vben
|
fa18365c21
|
chore: 移除 useTimeoutFn文件,使用 vueuse
|
2023-04-06 22:49:16 +08:00 |
|
vben
|
feadf64ee3
|
fix: Icon加载问题
|
2023-04-06 22:47:39 +08:00 |
|
vben
|
553ee9c7ae
|
chore: revert fix(Icon): Cannot access Icon before initialization #2680 (#2683)
|
2023-04-06 22:44:26 +08:00 |
|
vben
|
9f8e010534
|
feat: 重构 useRefs
|
2023-04-06 22:17:18 +08:00 |
|
vben
|
14ba72dd1c
|
fix: 主题样式设置无效,close #2685
|
2023-04-06 22:12:17 +08:00 |
|
前端爱码士
|
be0d35394c
|
fix: 解决项目配置/界面功能/自动锁屏&菜单展开宽度样式变形问题 (#2681)
|
2023-04-06 22:03:26 +08:00 |
|
Kirk Lin
|
b14a15e66b
|
refactor: axios Canceler use AbortController (#2676)
|
2023-04-06 22:03:12 +08:00 |
|
Kirk Lin
|
ae5f5cb13c
|
feat: sync mitt (#2677)
|
2023-04-06 22:03:00 +08:00 |
|
Kirk Lin
|
ccaa84c305
|
fix: axios type (#2678)
* fix: axios type
* fix: axios type
|
2023-04-06 22:02:42 +08:00 |
|
xingyu
|
7469312ffc
|
fix(Icon): Cannot access Icon before initialization #2680 (#2683)
* fix(Icon): Cannot access Icon before initialization
* fix(comps): import eslint
* fix(Icon): Cannot access Icon before initialization
* fix(comps): import eslint
|
2023-04-06 22:02:02 +08:00 |
|
oooplz
|
401fcaf325
|
fix: 空数组覆盖有效数组 (#2687)
|
2023-04-06 22:01:25 +08:00 |
|
vben
|
5e8ef2f64f
|
feat: 添加 defineOptions
|
2023-04-06 00:08:17 +08:00 |
|
vben
|
8e5a6b7ce5
|
perf: 修复部分 eslint 错误
|
2023-04-05 22:47:14 +08:00 |
|
vben
|
279977b817
|
feat: 逐步抽离部分包到packages
|
2023-04-05 22:29:16 +08:00 |
|
vben
|
d25df8321e
|
chore: windcss -> unocss
|
2023-04-05 18:17:55 +08:00 |
|
luoawai
|
6b30c9f7bb
|
fix(useFormItem):修复ApiSelect的onChange事件获取不到第二个参数(#2592) (#2674)
|
2023-04-05 15:58:43 +08:00 |
|
vben
|
aedb8e53aa
|
perf: 优化env字段
|
2023-04-05 15:58:03 +08:00 |
|
vben
|
5e99463cd0
|
perf: Refactor vite configuration
|
2023-04-05 00:20:48 +08:00 |
|
vben
|
c2590cbfb5
|
Merge branch 'main' of https://github.com/anncwb/vue-vben-admin
|
2023-04-04 17:14:06 +08:00 |
|
oooplz
|
af54b0fbc6
|
feat: 多路径字段获取值 (#2664)
|
2023-04-04 16:59:43 +08:00 |
|
Cherelle Spencer
|
4418eccfab
|
fix(deepMerge): 修复递归合并操作, 合并数组未去重的bug (#2667)
Co-authored-by: 苗大 <caoshengmiao@hypergryph.com>
|
2023-04-04 16:59:30 +08:00 |
|
Cherelle Spencer
|
02d41197b6
|
fix: propTypes.extend()方法已经废弃, 改为官方推荐的ES6+方法 (#2670)
Co-authored-by: 苗大 <caoshengmiao@hypergryph.com>
|
2023-04-04 16:59:19 +08:00 |
|
vben
|
ba2415c3b4
|
chore: Extract lint config
|
2023-04-04 16:55:34 +08:00 |
|
vben
|
8180b2d15f
|
chore: 暂时移除主题切换及暗黑模式切换功能
|
2023-04-02 00:02:52 +08:00 |
|
vben
|
fea323cff1
|
chore: css is no longer imported on demand
|
2023-04-01 23:53:26 +08:00 |
|
Wit〆苗大
|
9579a45b3c
|
feat(excel导出): 增加批量导出功能, 增加demo示例 (#2657)
* feat(excel导出): 批量导出功能
* feat(excel导出): 批量导出功能, 增加参数类型定义;增加demo示例
---------
Co-authored-by: 苗大 <caoshengmiao@hypergryph.com>
|
2023-03-30 09:53:55 +08:00 |
|
Wit〆苗大
|
302afe5860
|
fix(项目配置): 修复 #2652 重置项目配置,导致左侧菜单栏整体变成白色 (#2656)
Co-authored-by: 苗大 <caoshengmiao@hypergryph.com>
|
2023-03-30 09:53:44 +08:00 |
|
Wit〆苗大
|
7b21e9dc24
|
fix(useFormEvents): 修复#2648修改导致的末尾大括号丢失 (#2655)
Co-authored-by: 苗大 <caoshengmiao@hypergryph.com>
|
2023-03-30 09:53:24 +08:00 |
|
Wit〆苗大
|
f05b90f86b
|
fix(form-design): CollapseItem组件页面css添加prefixCls前缀, 防止打包后污染全局样式 (#2654)
Co-authored-by: 苗大 <caoshengmiao@hypergryph.com>
|
2023-03-30 09:53:03 +08:00 |
|
oooplz
|
1b30834eb3
|
feat: 解构字段设置value (#2648)
|
2023-03-29 14:59:11 +08:00 |
|
Wit〆苗大
|
c5f97b9d9f
|
perf(BasicTable): css 内 ant-tag margin改动仅对表格内单元格生效, 防止影响其他地方的tag (#2653)
* perf(BasicTable): ant-tag margin改动仅对表格内单元格生效, 防止影响其他地方的tag, 如搜索表单内时间范围自定预设范围的tag
* perf(BasicTable):css 内 ant-tag margin改动仅对表格内单元格生效, 防止影响其他地方的tag, 如搜索表单内时间范围自定预设范围的tag
---------
Co-authored-by: 苗大 <caoshengmiao@hypergryph.com>
|
2023-03-29 14:58:42 +08:00 |
|
Lantz
|
3a1ec7ac86
|
fix(hooks): 修改在使用useEcharts时, getInstance无法获取到最新的echarts实例的问题 (#2650)
|
2023-03-29 14:58:18 +08:00 |
|
Kirk Lin
|
4c63b1abb7
|
refactor: deepMerge (#2649)
|
2023-03-28 21:34:11 +08:00 |
|
LooSheng
|
74ded8aed7
|
perf: respect the writing style of pinia getters (#2645)
|
2023-03-24 17:48:35 +08:00 |
|
wh
|
d620758c2f
|
fix(ApiSelect): 支持x.x.x格式 (#2637)
Co-authored-by: whong <whif@foxmail.com>
|
2023-03-23 11:45:44 +08:00 |
|
luocong2016
|
f2ec2ca273
|
feat: 添加更多配置项 (#2607)
|
2023-03-17 12:35:38 +08:00 |
|
zty
|
b66a83c10f
|
fix: upload component preview .webp image (#2631)
Co-authored-by: tianyuan233 <zty.dev@outlook.com>
|
2023-03-16 13:05:07 +08:00 |
|
zty
|
7bbb86249b
|
fix: set type of FormActionType.setFieldsValue same as type of setFieldsValue in useFormEvents (#2630)
|
2023-03-16 13:04:49 +08:00 |
|
zty
|
b0a45d4739
|
fix: modalheader dblclick (#2628)
|
2023-03-15 13:22:57 +08:00 |
|
lzdjack
|
1095d44110
|
feat: 替换vextable中button组件 (#2625)
|
2023-03-14 17:06:57 +08:00 |
|
Wit〆苗大
|
e938e8e9a8
|
perf(BasicButton): 按钮颜色设置支持主题色primary (#2623)
Co-authored-by: 苗大 <caoshengmiao@hypergryph.com>
|
2023-03-14 17:06:41 +08:00 |
|
予ヾ
|
3b0077dc73
|
fix: 修复水印重复叠加问题 (#2622)
Co-authored-by: whong <whif@foxmail.com>
|
2023-03-14 17:06:25 +08:00 |
|
lzdjack
|
3de5b53bcd
|
fix: 修复表单验证 (#2620)
1.优化验证
2.修复自定义组件验证出错的问题
|
2023-03-14 17:06:10 +08:00 |
|
qixianc94
|
d7f5dfeb9f
|
fix: ApiTransfer的targetKeys属性无效 (#2615)
|
2023-03-10 11:32:49 +08:00 |
|
儿时的夏日
|
85bc1f2340
|
fix: vxe-table与vben ApiTreeSelect适配 (#2613)
|
2023-03-10 11:32:36 +08:00 |
|
Partoo
|
edede25c8f
|
fix: 修复TypeError: item.indexOf is not a function报错 (#2611)
|
2023-03-10 11:31:51 +08:00 |
|
mfish
|
6da30edef5
|
fix(SettingFooter): 解决主题重置后Theme不实时更新问题 (#2608)
* feat(axiosSuccess): 操作成功后根据传入提示模式进行相应
* fix(axiosRetry): 解决get重试请求返回的headers造成无法成功请求的问题
* fix(axiosRetry): 参数首字母小写
* fix(useDataSource): 解决deleteTableRecord删除树形表格的行记录时,无法删除,无法找到子节点的问题
* feat(useDataSource): 删除之前提交代码遗留的console
* fix(permissionGuard): 当获取用户信息失败时,不允许正常登陆返回登陆界面
* fix(permissionGuard): 代码还原
* fix(menu): 解决隐藏菜单目录只能隐藏第一层目录的问题,递归隐藏所有子菜单
* feat(baseSetting): 个人设置图标修改时弹出窗显示原图片,由于跨域获取图片存在问题暂时将user.ts中的跨域图片链接去掉,直接采用本地图片
* fix(ApiSelect): 解决参数类型为string时的警告问题
* fix(SettingFooter): 解决主题重置后Theme不实时更新问题
|
2023-03-10 11:31:31 +08:00 |
|
superlollipop
|
d9286b5345
|
修复表格设置固定列,事件回调数据错误 (#2605)
* fix: 修复异步加载表格列时,表格设置显示列为空
* fix: 修复表格设置固定按钮回调事件,未过滤当前选择的列导致回调数据错误
|
2023-03-06 17:29:54 +08:00 |
|
JokeHe
|
8d218ec8d5
|
Update useTree.ts (#2602)
修复获取子节点出错
|
2023-03-06 11:24:24 +08:00 |
|
luocong2016
|
72dbe574d3
|
fix: 修复表单验证失败的多个错误提示,语法报错问题 (#2601)
|
2023-03-06 11:24:09 +08:00 |
|
superlollipop
|
4c91ac11e2
|
fix: 修复异步加载表格列时,表格设置显示列为空 (#2599)
|
2023-03-04 14:08:32 +08:00 |
|
前端爱码士
|
ce480c5d66
|
fix: 解决BasicModal弹窗动态:wrapClassName属性被useFullScreen hooks覆盖的问题 (#2598)
|
2023-03-04 14:08:23 +08:00 |
|
前端爱码士
|
7f5e415da9
|
fix: 修复deepMerge方法问题 (#2597)
|
2023-03-04 14:08:13 +08:00 |
|
yx lin
|
714a351036
|
Feat/cancel event (#2593)
* feat(excel): add cancel event for import excel
* feat(excel): add cancel emits
|
2023-03-03 13:14:01 +08:00 |
|
luocong2016
|
a78c3a305b
|
Update CollapseHeader.vue (#2583)
#2582
|
2023-03-02 15:14:00 +08:00 |
|
前端爱码士
|
bb8c2dea40
|
fix: 解决IconPicker初始拷贝了value的值,导致剪切板内容被覆盖 (#2591)
|
2023-03-02 15:13:45 +08:00 |
|
luocong2016
|
dce3aba20d
|
refactor: 重构案例代码 (#2589)
|
2023-03-02 15:13:30 +08:00 |
|
jsong
|
256e0275fe
|
Feat/modify input excel (#2587)
* feat: optimize parameter
* Revert "feat: optimize parameter"
This reverts commit 957dfc95dd .
* feat: can input irregulate excel
|
2023-02-27 12:52:09 +08:00 |
|
tttleon
|
c70cf3cace
|
fix 主动调用 axioscancelToken 的 cancel 取消请求时 无效的问题 (#2586)
cancelToken 如果被深拷贝,会导致最外层无法使用cancel方法来取消请求
|
2023-02-27 12:51:51 +08:00 |
|
前端爱码士
|
4f4bec0c22
|
fix: 修复消息hooks icon类型 (#2585)
|
2023-02-27 12:51:26 +08:00 |
|
luocong2016
|
491941e4c5
|
fix<CollapseContainer>: v-show 才不会丢失目标容器 (#2584)
|
2023-02-27 12:51:13 +08:00 |
|
珍藏的小板凳
|
f1678a7cc0
|
fix: 修复Container中头部组件插槽中的action不生效的问题 (#2582)
Co-authored-by: xuyang.geng <xuyang.geng@gaea.com>
|
2023-02-27 12:50:36 +08:00 |
|
luocong2016
|
ed8cffb2a1
|
fix: 组件属性优先默认 (#2581)
|
2023-02-27 12:50:11 +08:00 |
|
luocong2016
|
8284d106e2
|
refactor<useForm>: 重构案例 (#2577)
|
2023-02-23 22:57:38 +08:00 |
|
lzdjack
|
de305ecd47
|
fix: 修复页面缓存 (#2575)
1. 修复页面不能缓存的bug
2. 此更新为破坏性更新,页面不支持多标签使用
3. 将表单设计模块多标签改成单标签
|
2023-02-23 10:28:05 +08:00 |
|
luojz
|
5335ae7578
|
fix(FormTable): fix table spread selection(#2565) (#2574)
Co-authored-by: luojingzhou <luojingzhou@kezaihui.com>
|
2023-02-22 18:32:32 +08:00 |
|
luocong2016
|
f32d2715ef
|
fix: css !mt-5 (#2573)
|
2023-02-22 18:32:20 +08:00 |
|
luocong2016
|
fb73be0928
|
fix: table 高度消失 (#2572)
|
2023-02-22 18:32:07 +08:00 |
|
luocong2016
|
c2a159155c
|
fix: 重复点击全屏会抖动 (#2571)
|
2023-02-22 18:31:44 +08:00 |
|
luocong2016
|
70ee1c8403
|
refactor: 插槽优先属性调整,prefixCls优先关系调整 (#2570)
|
2023-02-22 18:31:27 +08:00 |
|
luocong2016
|
7346988622
|
refactor: collapse/CollapseContainer (#2569)
|
2023-02-22 18:31:13 +08:00 |
|
luocong2016
|
d6fdfd9f93
|
fix<utils>: Color Regular Error (#2567)
|
2023-02-22 18:30:46 +08:00 |
|
Houtaroy
|
d88915bac3
|
🐞 fix(Tree): 调整checkedKeys属性的类型 (#2562)
|
2023-02-22 18:09:30 +08:00 |
|
ZhangZhiChao
|
a1b9bbc2ce
|
fix: 重置表单时移除URL中的参数 (#2559)
|
2023-02-19 14:25:09 +08:00 |
|
luocong2016
|
64d6fece08
|
docs: optimization point notes (#2534)
|
2023-02-15 11:43:50 +08:00 |
|
luocong2016
|
be3d98fa3d
|
chore<table>: fix type (#2529)
|
2023-02-15 11:43:35 +08:00 |
|
luocong2016
|
ce0f528ba8
|
chore<table>: fix type (#2528)
|
2023-02-15 11:43:23 +08:00 |
|
luocong2016
|
085929a9c0
|
fix<table>: 高度丢失 (#2527)
|
2023-02-15 11:43:09 +08:00 |
|
wwsheng009
|
e1804bd866
|
form-design优化代码格式,清除无用的注释与引用 (#2547)
* fix: 修复form设计器在黑暗模式下的显示问题
* perf: [form-design]优化源代码,清除无用注释与注释
|
2023-02-15 11:42:35 +08:00 |
|
Wit〆苗大
|
334a0ea8e5
|
fix(TableAction): 修复outside模式引用时报错;VxeTable demo引用TableAction改为outside模式, 属性添加keepSource以解决警告 (#2544)
* fix(TableAction): 修复outside模式引用时报错: TypeError: Cannot read properties of undefined (reading 'value')
* perf(VxeTable): demo引用TableAction改为outside模式以解决警告; 属性添加keepSource以解决警告
---------
Co-authored-by: 苗大 <caoshengmiao@hypergryph.com>
|
2023-02-10 19:53:32 +08:00 |
|
wwsheng009
|
bce6cee53a
|
fix: 修复form设计器在黑暗模式下的显示问题 (#2543)
|
2023-02-10 19:52:57 +08:00 |
|
luocong2016
|
a4a5a44009
|
feat<useLogin>: original Form.validate (#2535)
|
2023-02-10 07:44:29 +08:00 |
|
wwsheng009
|
c5b39f2c16
|
feat: 增加表单设计器 (#2533)
|
2023-02-10 07:43:27 +08:00 |
|
Wit〆苗大
|
4c0f2038af
|
perf(vxetable): 封装方法中加入可编辑表格和表单验证相关方法名,并在demo中增加新增和删除方法调用实现 (#2532)
* perf(vxetable): 封装方法中加入可编辑表格相关方法名,并在demo中增加新增和删除方法调用实现
* perf(vxetable): 封装方法中加入表单验证方法名
---------
Co-authored-by: 苗大 <caoshengmiao@hypergryph.com>
|
2023-02-10 07:42:59 +08:00 |
|
luocong2016
|
d25dfcc7c0
|
docs:optimization point notes (#2526)
|
2023-02-10 07:42:04 +08:00 |
|
Carson
|
f7a1b02236
|
fix(useColumns): 多级表头下的列支持行内编辑 (#2521)
|
2023-02-05 16:33:12 +08:00 |
|
刘大卫
|
0dc2f1496b
|
fix: 合并单元格页面 由于 ant-design-vue 升级 v3 版本,页面报 Warning: columns.customRender 即将废弃,columns.customRender 用 columns. customCell 替换 (#2520)
* fix(MergeHeader): 组件/Table/合并单元格页面 修改 Tabel.title 值为 合并单元格、修改 Table.bordered 值为 true 更好显示合并单元格效果
* fix(tableData): 由于 ant-design-vue 升级 v3 版本,页面报 Warning: columns.customRender 即将废弃
|
2023-02-05 16:33:03 +08:00 |
|
mfish
|
dab977ffbc
|
fix(ApiSelect): 解决参数类型为string时的警告问题 (#2517)
* feat(axiosSuccess): 操作成功后根据传入提示模式进行相应
* fix(axiosRetry): 解决get重试请求返回的headers造成无法成功请求的问题
* fix(axiosRetry): 参数首字母小写
* fix(useDataSource): 解决deleteTableRecord删除树形表格的行记录时,无法删除,无法找到子节点的问题
* feat(useDataSource): 删除之前提交代码遗留的console
* fix(permissionGuard): 当获取用户信息失败时,不允许正常登陆返回登陆界面
* fix(permissionGuard): 代码还原
* fix(menu): 解决隐藏菜单目录只能隐藏第一层目录的问题,递归隐藏所有子菜单
* feat(baseSetting): 个人设置图标修改时弹出窗显示原图片,由于跨域获取图片存在问题暂时将user.ts中的跨域图片链接去掉,直接采用本地图片
* fix(ApiSelect): 解决参数类型为string时的警告问题
|
2023-02-05 16:32:53 +08:00 |
|
luocong2016
|
92cc603680
|
chore: fix type (#2516)
|
2023-02-05 16:32:44 +08:00 |
|
lzdjack
|
d3ec7a58ad
|
fix: 修复RadioButtonGroup组件返回值不正确的bug (#2513)
|
2023-01-31 18:03:21 +08:00 |
|
lzdjack
|
83e529681a
|
perf: 优化ApiRadioGroup回调函数change参数 (#2512)
|
2023-01-31 18:03:11 +08:00 |
|
lzdjack
|
4d6f24d053
|
perf: 优化ApiCascader回调函数change参数 (#2511)
|
2023-01-31 18:03:02 +08:00 |
|
lzdjack
|
45b0be7f7e
|
fix: 修复表单自定义组件验证不通过的bug (#2510)
|
2023-01-31 18:02:53 +08:00 |
|
jinmao88
|
816fffe960
|
fix: lodash
|
2023-01-30 16:13:07 +08:00 |
|
lzdjack
|
6753e24b3d
|
feat: 接入vextable组件 (#2508)
|
2023-01-30 14:48:04 +08:00 |
|
Wit〆苗大
|
b90d3572a9
|
fix(AppendForm): 修复 批量添加表单配置 按钮点击事件未使用批量方法 问题; 表单排版改用baseColProps一次配置,减少重复代码 (#2504)
* fix(AppendForm): 修复 批量添加表单配置 按钮点击事件未使用批量方法 问题
* perf(AppendForm): 表单排版改用baseColProps一次配置,减少重复代码
Co-authored-by: 苗大 <caoshengmiao@hypergryph.com>
|
2023-01-18 22:43:45 +08:00 |
|
Cyrus Zhou
|
1657439569
|
修复 updateSchema 多个field 属性时,第二个无效问题。 (#2493)
* Table BasicColumn 添加 editDynamicDisabled
Co-authored-by: Cyrus Zhou <6802207@qq.com>
使用方式同 Form FormSchema dynamicDisabled
```
export const Columns: BasicColumn[] = [
{
title: 'Title',
dataIndex: 'Title',
editRow: true,
editComponent: 'Select',
editDynamicDisabled: ({ record }) => record.isDisabled,
},
* editComponentProps onChange 功能恢复
Co-authored-by: Cyrus Zhou <6802207@qq.com>
说明:
...omit(compProps, 'onChange')
这会忽略 onChange ,导致 editComponentProps onChange 被取消
如下功能将不支持:
```
editComponentProps: ({ record }) => {
return {
options: effectTypeData,
onChange: () => {
},
};
},
```
* tableData == null 报错
* ApiSelect 第一次选择触发required错误提示问题
* 恢复 虽然可以解决第一次选择提示报错问题,但是会导致 onChange: (e: any, options: any) => 无法获得 options 的值
* 修复标签页切换灰屏不显示内容问题
Co-authored-by: Cyrus Zhou <6802207@qq.com>
问题描述页面没有用 div 包括 会提示 Component inside <Transition> renders non-element root node that cannot be animated ,
导致页灰屏必须刷新页面才可以显示内容
* 添加 Form ApiTransfer
## 使用方式
api 方式:
```
......
component: 'ApiTransfer',
componentProps: {
api: sysUserSelector,
labelField: 'name',
valueField: 'id',
},
.....
```
数据方式:
```
....
componentProps: {
dataSource: [
{ title: 'Test01', key: '0', disabled: false, description: 'description 01' },
{ title: 'Test02', key: '1', disabled: false, description: 'description 02' },
{ title: 'Test03', key: '2', disabled: false, description: 'description 03' },
{ title: 'Test04', key: '3', disabled: false, description: 'description 04' },
{ title: 'Test05', key: '4', disabled: false, description: 'description 05' },
],
},
....
```
* style: eslint 书写规范
* fix: 频繁切换页面导致灰屏
* fix: 修复 updateSchema 多个field 属性时,第二个无效问题。
如:
```
updateSchema([
{
field: 'password',
ifShow: !unref(isUpdate),
},
{
field: 'confirm',
ifShow: !unref(isUpdate),
},
]);
```
Co-authored-by: CyrusZhou <6802207@qq.com>
|
2023-01-18 11:17:44 +08:00 |
|
mfish
|
8dd8a5ed01
|
个人设置图标修改时弹出窗显示原图片,由于跨域获取图片存在问题暂时将user.ts中的跨域图片链接去掉,直接采用本地图片 (#2487)
* feat(axiosSuccess): 操作成功后根据传入提示模式进行相应
* fix(axiosRetry): 解决get重试请求返回的headers造成无法成功请求的问题
* fix(axiosRetry): 参数首字母小写
* fix(useDataSource): 解决deleteTableRecord删除树形表格的行记录时,无法删除,无法找到子节点的问题
* feat(useDataSource): 删除之前提交代码遗留的console
* fix(permissionGuard): 当获取用户信息失败时,不允许正常登陆返回登陆界面
* fix(permissionGuard): 代码还原
* fix(menu): 解决隐藏菜单目录只能隐藏第一层目录的问题,递归隐藏所有子菜单
* feat(baseSetting): 个人设置图标修改时弹出窗显示原图片,由于跨域获取图片存在问题暂时将user.ts中的跨域图片链接去掉,直接采用本地图片
|
2023-01-18 11:17:18 +08:00 |
|
前端爱码士
|
f1717973c4
|
fix: 修复props中Array类型定义问题 (#2491)
|
2023-01-18 11:16:43 +08:00 |
|
Wit〆苗大
|
0cc53558fb
|
fix(EditableCell): 修复可编辑表格 组件onChange重复问题 (#2495)
* fix: props 初始化拼写错误 defualt => default
* fix: props 定义默认值拼写错误 defualt => default
* fix(EditableCell): 修复可编辑表格select组件onChange重复问题
Co-authored-by: 苗大 <caoshengmiao@hypergryph.com>
|
2023-01-18 11:16:33 +08:00 |
|