-
* feat: 恢复暗黑主题 * fix: 修复danger btn暗黑样式优先级
-
* feat: Form 自定义组件渲染 示例: /comp/form/customerForm页面 1. 针对自定义渲染功能 FormSchema 中 render, renderColContent, renderComponentContent 新增 opts:{disabled} 扩展 帮助自定义渲染时做 条件判断、展示同步 渲染: ((renderCallbackParams) => any) ===> ((renderCallbackParams, opts) => any) 2. slot, colSlot 分别是 render, renderColContent 插槽,为方便插槽使用 slotFn 进行解构 #test={scope} scope==={...data, ...opts} * feat: Form 自定义组件渲染 示例: /comp/form/customerForm页面 1. 针对自定义渲染功能 FormSchema 新增 [fields] 和 [defaultValueObj] 帮助 render, renderColContent 自定义渲染时 存在多个 表单字段操作(复合field 场景)
-
Co-authored-by: chenguangzhuang <chenguangzhuang@techpci.com>
-
Co-authored-by: doverlee <doverlee@fox.mail.com>
-
* feat: 增加TimeRangePicker时间范围选择组件 * feat: 增加TimeRangePicker时间范围选择组件2
-
* feat: defaultValue赋值后不改动时间相关字段无法格式化问题 * feat: 更新处理方式 * feat: 去除未引用方法 --------- Co-authored-by: zhangshujun <zhangsj01@51cto.com>
-
* Update env.ts 使getVariableName能处理含有特殊字符的标题 * Update appConfig.ts 是getVariableName能处理包含特殊字符的标题的情况
-
* fix: 合并代码导致的问题,升级vite 4.4.0 * fix: stylelint
-
* chore: update deps * fix: import.meta.globEager 已过期 * docs: fix doc bugs * fix: eslint * fix: lint:prettier * fix: stylelint * chore: update deps * fix: eslint * refactor: accountdetail setup * fix: 'Nullable' is not defined * feat: remove vite-plugin-vue-setup-extend * chore: remove unplugin-vue-define-options * fix(component): pageWrapper use setup closed #2898 * refactor: PageFooter use setup --------- Co-authored-by: jinmao88 <50581550+jinmao88@users.noreply.github.com>
-
* feat: Docker support, including dynamic publish * fix: run container command
-
…elect RowClick 触发失效 (#2893)
-
* fix: 修复 Cannot access 'pagewrapper' before initialization * fix: 修复 角色管理 编辑角色时,角色状态不正确 * fix: 可编辑单元格editCellTable,当值为空时无法进行编辑 * fix: 可编辑单元格editCellTable,当值为空时无法进行编辑
-
* fix: 修复 Cannot access 'pagewrapper' before initialization * fix: 修复 角色管理 编辑角色时,角色状态不正确