From a751e547d67c4f8e2c6fddf958c1559f792515bd Mon Sep 17 00:00:00 2001 From: lyh <925863403@qq.com> Date: 星期五, 27 六月 2025 16:11:50 +0800 Subject: [PATCH] 添加工作流 --- 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