From 877c9071663c28cf644011e406b457b09a7ecdb3 Mon Sep 17 00:00:00 2001 From: shaoleiliu-netizen123 <480188199@qq.com> Date: Mon, 17 Aug 2026 11:14:42 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E4=BF=AE=E6=94=B9=E4=BB=A3?= =?UTF-8?q?=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/production/componets/AssingWorkTreeTable.vue | 2 +- src/views/production/componets/SubmitLogInfoPage.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/production/componets/AssingWorkTreeTable.vue b/src/views/production/componets/AssingWorkTreeTable.vue index 06c927d..6c44648 100644 --- a/src/views/production/componets/AssingWorkTreeTable.vue +++ b/src/views/production/componets/AssingWorkTreeTable.vue @@ -408,7 +408,7 @@ const AssingWorkDetailColums:DataTableColumns = [ }, { align:'center', - title: '质检状态', + title: '状态', key: 'status', width: 100, render(row:any) { diff --git a/src/views/production/componets/SubmitLogInfoPage.vue b/src/views/production/componets/SubmitLogInfoPage.vue index 4f528a9..ce28f21 100644 --- a/src/views/production/componets/SubmitLogInfoPage.vue +++ b/src/views/production/componets/SubmitLogInfoPage.vue @@ -80,7 +80,7 @@ const reportRecordsColums:DataTableColumns = [ { title: '合格数量', key: 'qualifiedQty',align: 'center'}, { title: '报废数量', key: 'scrapQty',align: 'center'}, { title: '汇报人', key: 'userName',align: 'center' }, - { title: '派工状态', key: 'submitStatus',align: 'center', + { title: '状态', key: 'submitStatus',align: 'center', render: (row) => { const val = row.submitStatus const opt = submitStatusOptions.value.find(o => o.value === val || String(o.value) === String(val))