From 51a85778763739b2d217896f76ba830522788fad Mon Sep 17 00:00:00 2001 From: zhaowei <zhaowei> Date: 星期三, 11 六月 2025 09:01:29 +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