From 2f891889aeeafcb66eaef33e3e973fa52ebb7609 Mon Sep 17 00:00:00 2001 From: lyh <925863403@qq.com> Date: 星期五, 05 九月 2025 16:08:02 +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