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))