From 36183a25c19f8c31ba082592329e7aff3caf97d5 Mon Sep 17 00:00:00 2001 From: Lius <Lius2225@163.com> Date: 星期一, 30 六月 2025 21:57:30 +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