From 8dcd361c2f0f041c50607eb819a81e2944db3aa8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E5=BF=A0=E6=9E=97?= <170083662@qq.com> Date: Tue, 7 Jul 2026 14:26:00 +0800 Subject: [PATCH] =?UTF-8?q?refactor(shopExpressTemplate):=20=E4=BC=98?= =?UTF-8?q?=E5=8C=96=E8=BF=90=E8=B4=B9=E6=A8=A1=E6=9D=BF=E5=8F=8A=E6=98=8E?= =?UTF-8?q?=E7=BB=86=E5=8A=9F=E8=83=BD=E7=95=8C=E9=9D=A2=E5=92=8C=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=E7=BB=93=E6=9E=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 规范和补充ShopExpressTemplate及ShopExpressTemplateDetail接口字段注释 - 调整列表列配置,增加字段宽度和排序支持,优化表格显示 - 添加计费方式和状态的标签显示,替换原有文字提示 - 删除批量移动功能相关代码和UI,简化操作流程 - 搜索组件添加清除按钮,支持批量删除操作提升用户体验 - 编辑弹窗宽度调整,表单控件换为数字输入或单选框提升输入准确性 - 编辑弹窗中新增运费模板下拉选择和表单验证,确保数据完整性 - 移除无用变量和注释,清理代码结构,提高维护性 - 优化时间显示为日期格式,界面更友好 --- src/views/shop/shopExpressTemplate/index.vue | 2 +- src/views/shop/shopExpressTemplateDetail/index.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/shop/shopExpressTemplate/index.vue b/src/views/shop/shopExpressTemplate/index.vue index a4ed0d9..066d34b 100644 --- a/src/views/shop/shopExpressTemplate/index.vue +++ b/src/views/shop/shopExpressTemplate/index.vue @@ -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" > diff --git a/src/views/shop/shopExpressTemplateDetail/index.vue b/src/views/shop/shopExpressTemplateDetail/index.vue index 46a3326..0d53bd5 100644 --- a/src/views/shop/shopExpressTemplateDetail/index.vue +++ b/src/views/shop/shopExpressTemplateDetail/index.vue @@ -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" >