From f851850e65df71a252c0e21dc8d969d5910a03f8 Mon Sep 17 00:00:00 2001 From: cuilei <ray_tsu1@163.com> Date: 星期五, 22 八月 2025 10:42:54 +0800 Subject: [PATCH] 排产工单列表页面调整 --- src/views/andon/AndonOrderList.vue | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/andon/AndonOrderList.vue b/src/views/andon/AndonOrderList.vue index 8246434..9641f6c 100644 --- a/src/views/andon/AndonOrderList.vue +++ b/src/views/andon/AndonOrderList.vue @@ -149,7 +149,7 @@ { title:'瀹夌伅浜�', align:"center", - dataIndex: 'operator' + dataIndex: 'operator_dictText' }, { title:'瀹夌伅鏃堕棿', @@ -164,7 +164,7 @@ { title:'鍝嶅簲浜�', align:"center", - dataIndex: 'responder' + dataIndex: 'responder_dictText' }, { title:'鍝嶅簲鏃堕棿', @@ -174,7 +174,7 @@ { title:'澶勭悊浜�', align:"center", - dataIndex: 'processor' + dataIndex: 'processor_dictText' }, { title:'澶勭悊瀹屾垚鏃堕棿', -- Gitblit v1.9.3