From 4f468bc9b4edb1557a7ae435bc0e9039a6c56964 Mon Sep 17 00:00:00 2001 From: Lius <Lius2225@163.com> Date: 星期二, 31 十二月 2024 11:03:48 +0800 Subject: [PATCH] 设备台账导入功能修改 --- src/views/system/MdcEquipmentImplementLedger.vue | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/views/system/MdcEquipmentImplementLedger.vue b/src/views/system/MdcEquipmentImplementLedger.vue index 547e7b8..7c6c11b 100644 --- a/src/views/system/MdcEquipmentImplementLedger.vue +++ b/src/views/system/MdcEquipmentImplementLedger.vue @@ -43,7 +43,7 @@ @change="handleImportExcel"> <a-button type="primary" icon="import">瀵煎叆</a-button> </a-upload> - <!--<a-button type="primary" icon="download" @click="handleExportXls('MDC璁惧瀹炴柦鍙拌处')">瀵煎嚭</a-button>--> + <a-button type="primary" icon="download" @click="handleExportXls('MDC璁惧瀹炴柦鍙拌处')">瀵煎嚭</a-button> <a-dropdown v-if="selectedRowKeys.length > 0"> <a-menu slot="overlay" @click="handleMenuClick"> <a-menu-item key="1"> @@ -143,11 +143,11 @@ const columns = [ { title: '鍏徃', dataIndex: 'companyName', key: 'companyName', align: 'center', width: 100 }, - { title: '杞﹂棿', dataIndex: 'productionName', key: 'productionName', align: 'center', width: 100 }, - { title: '宸ユ', dataIndex: 'sectionName', key: 'sectionName', align: 'center', width: 100 }, + { title: '杞﹂棿', dataIndex: 'productionName', key: 'productionName', align: 'center', width: 120 }, + { title: '宸ユ', dataIndex: 'sectionName', key: 'sectionName', align: 'center', width: 180 }, { title: '璁惧缂栧彿', dataIndex: 'equipmentId', key: 'equipmentId', align: 'center', width: 100 }, { title: '璁惧鍚嶇О', dataIndex: 'equipmentName', key: 'equipmentName', align: 'center', width: 100 }, - { title: '璁惧鍨嬪彿', dataIndex: 'equipmentModel', key: 'equipmentModel', align: 'center', width: 100 }, + { title: '璁惧鍨嬪彿', dataIndex: 'equipmentModel', key: 'equipmentModel', align: 'center', width: 150 }, { title: '璁惧绯荤粺绫诲瀷', dataIndex: 'controlSystem', key: 'controlSystem', align: 'center', width: 150 }, { title: '璁惧璐d换浜�', dataIndex: 'responsible', key: 'responsible', align: 'center', width: 150 }, { title: '璁惧瀹夋斁浣嶇疆', dataIndex: 'equipmentPosition', key: 'equipmentPosition', align: 'center', width: 150 }, -- Gitblit v1.9.3