From a7e7bafd850b207222897db9aa3a525d1bfe1afe Mon Sep 17 00:00:00 2001 From: Lius <Lius2225@163.com> Date: 星期三, 16 七月 2025 16:36:19 +0800 Subject: [PATCH] 三保列表字段确认 --- src/views/eam/maintenance/EamThirdMaintenanceOrderList.vue | 82 +++++++++++++++++++++++++++++++++++----- 1 files changed, 71 insertions(+), 11 deletions(-) diff --git a/src/views/eam/maintenance/EamThirdMaintenanceOrderList.vue b/src/views/eam/maintenance/EamThirdMaintenanceOrderList.vue index 00e0647..8a321a6 100644 --- a/src/views/eam/maintenance/EamThirdMaintenanceOrderList.vue +++ b/src/views/eam/maintenance/EamThirdMaintenanceOrderList.vue @@ -165,6 +165,16 @@ dataIndex: 'maintenanceDate' }, { + title: '閿佸畾宸ュ崟鏃ユ湡', + align: 'center', + dataIndex: 'freezeOrderDate' + }, + { + title: '宸ュ崟杩囨湡鏃ユ湡', + align: 'center', + dataIndex: 'orderExpirationDate' + }, + { title: '瀹為檯寮�濮嬫椂闂�', align: 'center', dataIndex: 'actualStartTime' @@ -175,9 +185,9 @@ dataIndex: 'actualEndTime' }, { - title: '淇濆吇浜�', + title: '缁翠慨浜�', align: 'center', - dataIndex: 'operator_dictText' + dataIndex: 'repairman_dictText' }, { title: '淇濆吇鐘舵��', @@ -190,25 +200,75 @@ dataIndex: 'creationMethod_dictText' }, { - title: '鏈哄姩鍔炵‘璁�', + title: '璁惧鍔熻兘鏄惁榻愬', align: 'center', - dataIndex: 'confirmUser_dictText' + dataIndex: 'fullyFunctional_dictText' }, { - title: '鏈哄姩鍔炵‘璁ゆ椂闂�', + title: '璁惧鑳藉惁姝e父杩愯浆', align: 'center', - dataIndex: 'confirmTime' + dataIndex: 'runningNormally_dictText' }, { - title: '纭棰嗗', + title: '妫�鏌ヤ汉', align: 'center', - dataIndex: 'confirmLeader_dictText' + dataIndex: 'inspector_dictText' }, { - title: '棰嗗纭鏃堕棿', + title: '妫�鏌ユ椂闂�', align: 'center', - dataIndex: 'leaderConfirmTime' - } + dataIndex: 'inspectTime' + }, + { + title: '鎿嶄綔浜虹瀛�', + align: 'center', + dataIndex: 'operatorSignature_dictText' + }, + { + title: '鍗忓姪鎿嶄綔浜�', + align: 'center', + dataIndex: 'assistantOperator' + }, + { + title: '鎿嶄綔浜虹瀛楁椂闂�', + align: 'center', + dataIndex: 'operatorSignatureTime' + }, + { + title: '缁翠慨浜虹瀛�', + align: 'center', + dataIndex: 'repairmanSignature_dictText' + }, + { + title: '鍗忓姪缁翠慨浜�', + align: 'center', + dataIndex: 'assistantRepairman' + }, + { + title: '缁翠慨浜虹瀛楁椂闂�', + align: 'center', + dataIndex: 'repairmanSignatureTime' + }, + { + title: '缁翠慨瀹や富浠荤瀛�', + align: 'center', + dataIndex: 'repairManagerSignature_dictText' + }, + { + title: '缁翠慨瀹や富浠荤瀛楁椂闂�', + align: 'center', + dataIndex: 'repairManagerSignatureTime' + }, + { + title: '璁惧妫�鏌ヤ汉绛惧瓧', + align: 'center', + dataIndex: 'inspectorSignature_dictText' + }, + { + title: '璁惧妫�鏌ヤ汉绛惧瓧鏃堕棿', + align: 'center', + dataIndex: 'inspectorSignatureTime' + }, ], url: { list: '/eam/thirdMaintenanceOrder/list', -- Gitblit v1.9.3