From 7336ff3e0fa607b9ae4a018800440cd457ebe6c1 Mon Sep 17 00:00:00 2001 From: "zyx.net" Date: Thu, 7 Sep 2023 16:32:15 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A1=B9=E7=9B=AE=E7=89=88=E6=9C=AC=E6=82=AC?= =?UTF-8?q?=E6=B5=AE=E6=A1=86=E6=98=BE=E7=A4=BA=E8=AE=A4=E8=AF=81=E6=89=B9?= =?UTF-8?q?=E5=87=86=E6=97=B6=E9=97=B4=20ota=E7=AE=A1=E7=90=86=E8=AF=A6?= =?UTF-8?q?=E6=83=85-=E5=89=8D=E4=B8=A4=E5=88=97=E5=9B=BA=E5=AE=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../otaAuthentication/components/detil.vue | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/jero-web/src/views/otamanagement/otaAuthentication/components/detil.vue b/jero-web/src/views/otamanagement/otaAuthentication/components/detil.vue index b49449bb1..4f2d18ad9 100644 --- a/jero-web/src/views/otamanagement/otaAuthentication/components/detil.vue +++ b/jero-web/src/views/otamanagement/otaAuthentication/components/detil.vue @@ -262,7 +262,7 @@ :label='item.versionName' :key="key" :value="item.projectId"> - + {{ item.versionName }} @@ -413,7 +413,7 @@ export default { selectedRowKeys: [], selectedRowKeysRecord: [], // checkedList: ['nio_number', 'params_name', 'operation'], - checkedList: [], + checkedList: ['vdr', 'summary'], serialNumber: '', total: 0, historytotal: 0, @@ -464,6 +464,7 @@ export default { { sort: '1', name: 'VDR', + disabled: true, headFieldCn: 'VDR', headFieldEn: 'VDR', field: 'vdr', @@ -474,6 +475,7 @@ export default { { sort: '2', name: this.$t('theme'), + disabled: true, headFieldCn: '主题', headFieldEn: 'theme', field: 'summary', @@ -786,6 +788,7 @@ export default { ellipsis: true, sorter:true, width: 170, + fixed:'left', scopedSlots: { customRender: 'vdr' } }, { @@ -794,6 +797,7 @@ export default { dataIndex: 'summary', ellipsis: true, sorter:true, + fixed:'left', width: 170 }, { @@ -1321,7 +1325,7 @@ export default { this.selectedValue = this.checkedList }, onCheckAllChange(e) { - // let selectedValue = ['nio_number', 'params_name', 'operation'] + let selectedValue = ['vdr', 'summary'] this.checkedList = e.target.checked ? this.cuList.map(item => item.field) : selectedValue this.selectedValue = this.checkedList this.indeterminate = false