From ab79da8d3b71c7ed852c5691d1b9aecf29f13168 Mon Sep 17 00:00:00 2001 From: git_rabbit Date: Tue, 10 Feb 2026 12:16:07 +0800 Subject: [PATCH] =?UTF-8?q?fix(ProWorkorder):=20=E8=B0=83=E6=95=B4?= =?UTF-8?q?=E5=88=B6=E9=80=A0=E5=B7=A5=E5=8D=95=E5=8F=B7=E5=88=97=E5=AE=BD?= =?UTF-8?q?=E5=B9=B6=E7=A7=BB=E9=99=A4=E9=93=BE=E6=8E=A5=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 移除制造工单号的点击链接功能,改为纯文本显示,同时调整列宽。清理查询参数中的默认排序字段。 --- src/views/productManagement/ProWorkorder/index.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/views/productManagement/ProWorkorder/index.vue b/src/views/productManagement/ProWorkorder/index.vue index a6ea045..e977cbc 100644 --- a/src/views/productManagement/ProWorkorder/index.vue +++ b/src/views/productManagement/ProWorkorder/index.vue @@ -95,9 +95,9 @@ - + @@ -424,8 +424,8 @@ const queryParams = reactive({ workorderDate: [proxy.dayjs(), proxy.dayjs()], status: -1, materialCode: '', - sort: 'sort', - sortType: 'asc' + sort: '', + sortType: '' }) const columns = ref([]) const total = ref(0)