Commit Graph

22 Commits (66fde8c1485d4670c63a2db31578246f61459aa9)

Author SHA1 Message Date
lrl 067df741b4 feat: 添加 fen 转 yuan 金额格式化方法
- 在 vxe-table 格式化方法中添加 formatFenToYuanAmount
- 该方法将 fen 单位的金额转换为 yuan 单位,并进行格式化
- 在多个模块中将 formatAmount2 替换为 formatFenToYuanAmount
2025-07-14 13:24:26 +08:00
吃货 f0516fa857 feat: 新增商品管理模块,包含商品分类、品牌、SPU管理及相关表单组件 2025-07-06 21:27:44 +08:00
吃货 361ae581ae refactor: 优化代码格式,调整导入顺序和内容对齐 2025-07-05 07:11:54 +08:00
吃货 95f2d1c9bb feat: 新增支付管理其他模块 2025-07-05 07:10:58 +08:00
xingyu4j ea31db17ad Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin into dev 2025-06-09 10:19:25 +08:00
zyy b015fbc9fc
fix: [adapter] 表格配置类型报错 (#6327)
配置toolbarConfig中的search时会有类型报错
2025-06-08 17:53:55 +08:00
YunaiV dc0eac918d review:【ANTD】【BPM 支付】xingyu pulls #118、#116 2025-06-07 20:42:58 +08:00
puhui999 316fc05c52 feat: 【ele】新增 general 单表代码生成示例 2025-06-07 14:16:05 +08:00
puhui999 0ecdd684f7 feat: 【ele】新增单表代码生成示例 2025-06-07 12:23:15 +08:00
xingyu4j 281a2ebae0 fix: formatAmount 重复定义 2025-05-26 17:29:34 +08:00
puhui999 bf44d97e0b refactor: ele 默认按钮样式和 antd 的保持一致 2025-05-13 11:00:13 +08:00
puhui999 e298c5bf67 refactor: ele 优化列表操作按钮大小 2025-05-13 10:08:12 +08:00
puhui999 96f5108ded Merge remote-tracking branch 'yudao/dev' into dev-new 2025-05-13 09:58:55 +08:00
YunaiV 47716d6264 review:【ep 全局】实现 2025-05-12 19:31:49 +08:00
puhui999 097bef5e6d fix: 修复 ele vxe CellOperation 中文本按钮 text 属性需要布尔值 2025-05-12 17:52:45 +08:00
puhui999 f33be71b79 refactor: 优化重置 ele vxe CellOperation 中按钮默认内边距 2025-05-12 17:14:10 +08:00
puhui999 559a85f0aa fix: 修复 ele vxe-table proxyConfig 2025-05-11 22:37:08 +08:00
puhui999 ca6d36b6e2 feat: 完善 ele vxe-table 适配,完善文件和图片上传组件、字典组件、文档组件迁移,完善租户和租户套餐管理页面 2025-05-11 22:33:15 +08:00
zyy bbc426caa0
chore: vxe-table's renderDefault is deprecated, use renderTableDefault (#4814) 2024-11-05 11:25:57 +08:00
1302岁的龙猫 a64a06bf59
chore: disable the default form configuration of vke-table (#4794)
* fix: 处理某个页面加载多个Table时,第2个之后的Table初始化报出警告

* fix: 使用vxe-table时全局禁用formConfig
2024-11-02 15:46:19 +08:00
Vben 6688a6b3c2
feat: table grid supports setting title and helpMessage (#4732) 2024-10-24 22:51:04 +08:00
Vben 4173264805
feat: add vxe-table component (#4563)
* chore: wip vxe-table

* feat: add table demo

* chore: follow ci recommendations to adjust details

* chore: add custom-cell demo

* feat: add custom-cell table demo

* feat: add table from demo
2024-10-04 23:05:28 +08:00