From 967cbe1cec62829fb399e4c171e22bc531081e77 Mon Sep 17 00:00:00 2001 From: lyh <925863403@qq.com> Date: 星期四, 04 九月 2025 15:16:04 +0800 Subject: [PATCH] 设备管理技术状态鉴定、设备保养、设备维修下所有列表添加使用部门展示 --- src/views/flowable/workflow/repairOrder/RepairOrderApprovalModal.vue | 18 ++++++++++++++---- 1 files changed, 14 insertions(+), 4 deletions(-) diff --git a/src/views/flowable/workflow/repairOrder/RepairOrderApprovalModal.vue b/src/views/flowable/workflow/repairOrder/RepairOrderApprovalModal.vue index 8c9382e..3ea2799 100644 --- a/src/views/flowable/workflow/repairOrder/RepairOrderApprovalModal.vue +++ b/src/views/flowable/workflow/repairOrder/RepairOrderApprovalModal.vue @@ -20,13 +20,13 @@ </a-form-model-item> </a-col> <a-col :span="12"> - <a-form-model-item label="鏁呴殰绫诲瀷"> + <a-form-model-item label="鏁呴殰绫诲瀷" :labelCol="labelCol" :wrapperCol="wrapperCol"> <j-dict-select-tag dict-code="fault_type" v-model="model.faultType" disabled/> </a-form-model-item> </a-col> <a-col :span="12"> - <a-form-model-item label="鎶ヤ慨浜�"> - <a-input v-model="model.reportPerson" readOnly/> + <a-form-model-item label="鎶ヤ慨浜�" :labelCol="labelCol" :wrapperCol="wrapperCol"> + <a-input v-model="model.reportPerson_dictText" readOnly/> </a-form-model-item> </a-col> <a-col :span="12"> @@ -37,6 +37,16 @@ <a-col :span="12"> <a-form-model-item label="缁翠慨缁撴潫鏃堕棿" :labelCol="labelCol" :wrapperCol="wrapperCol"> <a-input v-model="model.actualEndTime" readOnly/> + </a-form-model-item> + </a-col> + <a-col :span="12"> + <a-form-model-item label="缁翠慨鏃堕暱" :labelCol="labelCol" :wrapperCol="wrapperCol"> + <a-input v-model="model.repairDuration" readOnly/> + </a-form-model-item> + </a-col> + <a-col :span="12"> + <a-form-model-item label="鏁呴殰鏃堕暱" :labelCol="labelCol" :wrapperCol="wrapperCol"> + <a-input v-model="model.faultDuration" readOnly/> </a-form-model-item> </a-col> <a-col :span="24"> @@ -174,7 +184,7 @@ type: JVXETypes.normal }, { - title: '缁翠慨鏃堕暱', + title: '缁翠慨鏃堕暱(灏忔椂)', key: 'repairDuration', align: 'center', type: JVXETypes.normal -- Gitblit v1.9.3