From 6aa6125237c35222d8570414eae78fa50a6e9482 Mon Sep 17 00:00:00 2001 From: lixiangyu <lixiangyu@xalxzn.com> Date: 星期一, 18 八月 2025 17:21:44 +0800 Subject: [PATCH] feat(cms): 新增刀具台账页面并优化相关功能 --- 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