From 4bf8212c10eb9a1421e52b60e7407922d081ba8c Mon Sep 17 00:00:00 2001 From: zhaowei <zhaowei> Date: 星期一, 09 六月 2025 13:44:29 +0800 Subject: [PATCH] 1、设备TEEP页面大数据导出格式由xls调整为xlsx 2、大数据导出参数增加为查询区域所有字段 --- src/views/eam/QuanlityConfirmList.vue | 12 ++++++++---- 1 files changed, 8 insertions(+), 4 deletions(-) diff --git a/src/views/eam/QuanlityConfirmList.vue b/src/views/eam/QuanlityConfirmList.vue index ca5688f..e8d3e56 100644 --- a/src/views/eam/QuanlityConfirmList.vue +++ b/src/views/eam/QuanlityConfirmList.vue @@ -1,6 +1,6 @@ <template> <a-card - title="浜у搧璐ㄩ噺闅愭偅纭" + title="" :bordered="false" > <!-- 鏌ヨ鍖哄煙 --> @@ -205,7 +205,7 @@ data() { return { description: '浜у搧璐ㄩ噺闅愭偅纭绠$悊椤甸潰', - // 琛ㄥご + disableMixinCreated: true, columns: [ { title: '#', @@ -297,7 +297,7 @@ { title: '浜у搧鎹熷け鎯呭喌', align: "center", - dataIndex: 'condition', + dataIndex: 'condition_dictText', width: 100 }, { @@ -328,7 +328,11 @@ } }, created() { - this.getSuperFieldList(); + if (this.$route.query) { + this.queryParam.id = this.$route.query.id; + } + this.loadData() + this.initDictConfig(); }, computed: { importExcelUrl: function () { -- Gitblit v1.9.3