From c7a15f87890b358e54bd0fc07edf8cfef9e7e114 Mon Sep 17 00:00:00 2001 From: zhaowei <zhaowei> Date: 星期一, 30 十二月 2024 10:58:39 +0800 Subject: [PATCH] 调整顶部导航栏宽度 --- src/views/mdc/base/EquipmentList.vue | 60 +++++++++++++----------------------------------------------- 1 files changed, 13 insertions(+), 47 deletions(-) diff --git a/src/views/mdc/base/EquipmentList.vue b/src/views/mdc/base/EquipmentList.vue index 6cc55f5..365e630 100644 --- a/src/views/mdc/base/EquipmentList.vue +++ b/src/views/mdc/base/EquipmentList.vue @@ -27,20 +27,6 @@ </a-col> <a-col :md="4" :sm="4"> - <a-form-item label="璁惧绾у埆"> - <j-dict-select-tag placeholder="璇烽�夋嫨璁惧绾у埆" dictCode="device_level" v-model="queryParam.deviceLevel" - allow-clear/> - </a-form-item> - </a-col> - - <a-col :md="4" :sm="4"> - <a-form-item label="璁惧绉嶇被"> - <j-dict-select-tag placeholder="璇烽�夋嫨璁惧绉嶇被" dictCode="device_category" v-model="queryParam.deviceCategory" - allow-clear/> - </a-form-item> - </a-col> - - <a-col :md="4" :sm="4"> <a-button type="primary" @click="searchQuery" icon="search">鏌ヨ</a-button> <a-button type="primary" @click="searchReset" icon="reload" style="margin-left: 8px">閲嶇疆</a-button> </a-col> @@ -195,23 +181,16 @@ dataIndex: 'equipmentIp' }, { - title: '璁惧鍔熺巼', + title: '鏈哄簥绔彛', align: 'center', width: 200, - dataIndex: 'devicePower' + dataIndex: 'dataPort' }, { title: '閮ㄩ棬', align: 'center', width: 200, dataIndex: 'orgCodeTxt' - }, - - { - title: '绯荤粺鐗堟湰', - align: 'center', - width: 200, - dataIndex: 'systemVersion' }, { title: '鎿嶄綔', @@ -260,52 +239,46 @@ title: '璁惧缂栧彿', align: 'center', dataIndex: 'equipmentId', - width: 200 + width: 225 // sorter: true }, { title: '璁惧鍚嶇О', align: 'center', - width: 200, + width: 225, dataIndex: 'equipmentName' }, { title: '杞﹂棿', align: 'center', - width: 200, + width: 225, dataIndex: 'productionName' }, { title: '璁惧绫诲瀷', align: 'center', - width: 200, + width: 225, dataIndex: 'equipmentType' }, { title: '椹卞姩绫诲瀷', align: 'center', - width: 200, + width: 225, dataIndex: 'driveType' // sorter: true }, { title: '鏈哄簥IP', align: 'center', - width: 200, + width: 225, dataIndex: 'equipmentIp' }, { - title: '璁惧鍔熺巼', + title: '鏈哄簥绔彛', align: 'center', - width: 200, - dataIndex: 'devicePower' - }, - { - title: '绯荤粺鐗堟湰', - align: 'center', - width: 200, - dataIndex: 'systemVersion' + width: 225, + dataIndex: 'dataPort' }, { title: '鎿嶄綔', @@ -369,23 +342,16 @@ dataIndex: 'equipmentIp' }, { - title: '璁惧鍔熺巼', + title: '鏈哄簥绔彛', align: 'center', width: 200, - dataIndex: 'devicePower' + dataIndex: 'dataPort' }, { title: '閮ㄩ棬', align: 'center', width: 200, dataIndex: 'orgCodeTxt' - }, - - { - title: '绯荤粺鐗堟湰', - align: 'center', - width: 200, - dataIndex: 'systemVersion' }, { title: '鎿嶄綔', -- Gitblit v1.9.3