From 25fee48ceca7a54bc6008eb2e2fb6d8ea801a50e Mon Sep 17 00:00:00 2001 From: qushaowei <qushaowei@163.com> Date: 星期五, 30 五月 2025 09:50:03 +0800 Subject: [PATCH] 前端修改 --- src/views/eam/modules/maintenancePlan/StandardSelect.vue | 63 ++++++++++++++++--------------- 1 files changed, 32 insertions(+), 31 deletions(-) diff --git a/src/views/eam/modules/maintenancePlan/StandardSelect.vue b/src/views/eam/modules/maintenancePlan/StandardSelect.vue index 59a841e..f97147c 100644 --- a/src/views/eam/modules/maintenancePlan/StandardSelect.vue +++ b/src/views/eam/modules/maintenancePlan/StandardSelect.vue @@ -8,7 +8,7 @@ @cancel="close" style="top:50px" cancelText="鍏抽棴" - :width="2000" + :width="1600" > <a-card :bordered="false"> <div class="table-page-search-wrapper"> @@ -39,38 +39,39 @@ /> </a-form-item> </a-col> - <!-- 鎸変腑蹇冩煡璇� --> + <!-- 鎸変腑蹇冩煡璇� --> <a-col :md="6" - :sm="6" > + :sm="6" + > <a-form-item label="涓績"> <j-dict-select-tag - allow-clear - placeholder="璇烽�夋嫨涓績" - :triggerChange="true" - dictCode="mom_base_area,name,id,del_flag!='1' and type='1'" - v-model="queryParam.workCenterId" - /> + allow-clear + placeholder="璇烽�夋嫨涓績" + :triggerChange="true" + dictCode="mom_base_area,name,id,del_flag!='1' and type='1'" + v-model="queryParam.workCenterId" + /> </a-form-item> - </a-col> + </a-col> <a-col :md="6" - :sm="6"> - <a-form-model-item - label="涓嬫涓変繚鏃堕棿" - prop="ranges" + :sm="6" > + <a-form-model-item + label="涓嬫涓変繚鏃堕棿" + prop="ranges" + > <a-range-picker - v-model="ranges" - style="width:100%" - format="YYYY-MM-DD HH:mm:ss" - showTime - :placeholder="[ '寮�濮嬫椂闂�', '缁撴潫鏃堕棿']" - @change="changeDate" + v-model="ranges" + style="width:100%" + format="YYYY-MM-DD HH:mm:ss" + showTime + :placeholder="[ '寮�濮嬫椂闂�', '缁撴潫鏃堕棿']" + @change="changeDate" /> </a-form-model-item> </a-col> - <a-col :md="3"> <span @@ -147,31 +148,31 @@ title: '缁熶竴缂栫爜', align: 'center', dataIndex: 'num', - width: 200 + // width: 200 }, { title: '璁惧鍚嶇О', align: 'center', dataIndex: 'name', - width: 200 + // width: 200 }, { title: '璁惧鍨嬪彿', align: 'center', dataIndex: 'model', - width: 200 + // width: 200 }, { title: '璁惧瑙勬牸', align: 'center', dataIndex: 'specification', - width: 200 + // width: 200 }, { title: 'ABC鏍囪瘑', align: "center", dataIndex: 'equipmentImportanceId', - width: 100 + // width: 100 }, { title: '鍏抽敭璁惧鏍囪瘑', @@ -182,28 +183,28 @@ { title: '璁惧鐘舵��', align: 'center', - dataIndex: 'equipmentStatus_dictText', - width: 100 + // dataIndex: 'equipmentStatus_dictText', + // width: 100 }, { title: '鎶�鏈姸鎬�', align: 'center', dataIndex: 'technologyStatus_dictText', - width: 100 + // width: 100 }, //涓嬫涓変繚鏃堕棿 { title: '涓嬫涓変繚鏃堕棿', align: 'center', dataIndex: 'nextThirdMaintenanceTime', - width: 200 + // width: 200 }, //涓績 { title: '涓績', align: 'center', dataIndex: 'workCenterId_dictText', - width: 200 + // width: 200 }, ], selectedRowKeys: [], -- Gitblit v1.9.3