From 85f1c073fea2da2fe037d149d42bcec4fe94152f Mon Sep 17 00:00:00 2001 From: zhaowei <zhaowei> Date: 星期三, 23 七月 2025 16:50:01 +0800 Subject: [PATCH] 1、调整保养规范流程审批明细展示以及增加审批节点拒绝时的展示条件 2、保养规范页面增加详情展示(启用、待提交以及作废状态不展示) --- src/views/system/modules/MdcEquipmentImplementLedger/MdcImplementLedgersModal.vue | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/views/system/modules/MdcEquipmentImplementLedger/MdcImplementLedgersModal.vue b/src/views/system/modules/MdcEquipmentImplementLedger/MdcImplementLedgersModal.vue index 8b3e3a9..fb8bed5 100644 --- a/src/views/system/modules/MdcEquipmentImplementLedger/MdcImplementLedgersModal.vue +++ b/src/views/system/modules/MdcEquipmentImplementLedger/MdcImplementLedgersModal.vue @@ -100,7 +100,8 @@ </a-form-model-item> </a-col> <a-col :span="12"> - <a-form-model-item label="MDC纭欢瀹夎" :labelCol="labelCol" :wrapperCol="wrapperCol"> + <a-form-model-item label="MDC纭欢瀹夎鎯呭喌" :labelCol="{xs: { span: 24 },sm: { span: 10 }}" + :wrapperCol="{xs: { span: 24 },sm: { span: 14 }}"> <j-switch :disabled="disableSubmit" v-model="model.isMdcHardwareInstall"></j-switch> </a-form-model-item> </a-col> @@ -122,7 +123,8 @@ </a-form-model-item> </a-col> <a-col :span="12"> - <a-form-model-item label="DNC纭欢瀹夎" :labelCol="labelCol" :wrapperCol="wrapperCol"> + <a-form-model-item label="DNC纭欢瀹夎鎯呭喌" :labelCol="{xs: { span: 24 },sm: { span: 10 }}" + :wrapperCol="{xs: { span: 24 },sm: { span: 14 }}"> <j-switch :disabled="disableSubmit" v-model="model.isDncHardwareInstall"></j-switch> </a-form-model-item> </a-col> -- Gitblit v1.9.3