From 44aec2bce6c7dd7ca744f5b11fa4df0f0e961a95 Mon Sep 17 00:00:00 2001 From: zhaowei <zhaowei> Date: 星期二, 08 七月 2025 20:47:59 +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