refactor(shopExpressTemplate): 优化运费模板及明细功能界面和数据结构

- 规范和补充ShopExpressTemplate及ShopExpressTemplateDetail接口字段注释
- 调整列表列配置,增加字段宽度和排序支持,优化表格显示
- 添加计费方式和状态的标签显示,替换原有文字提示
- 删除批量移动功能相关代码和UI,简化操作流程
- 搜索组件添加清除按钮,支持批量删除操作提升用户体验
- 编辑弹窗宽度调整,表单控件换为数字输入或单选框提升输入准确性
- 编辑弹窗中新增运费模板下拉选择和表单验证,确保数据完整性
- 移除无用变量和注释,清理代码结构,提高维护性
- 优化时间显示为日期格式,界面更友好
This commit is contained in:
2026-07-07 14:26:00 +08:00
parent b0193cf4c8
commit 8dcd361c2f
2 changed files with 2 additions and 2 deletions

View File

@@ -7,7 +7,7 @@
:columns="columns"
:datasource="datasource"
:customRow="customRow"
:selection="selection"
v-model:selection="selection"
tool-class="ele-toolbar-form"
class="sys-org-table"
>

View File

@@ -7,7 +7,7 @@
:columns="columns"
:datasource="datasource"
:customRow="customRow"
:selection="selection"
v-model:selection="selection"
tool-class="ele-toolbar-form"
class="sys-org-table"
>