From 17826f916a4b01c0d5b0a6a075dd7dba3c8ef9c0 Mon Sep 17 00:00:00 2001 From: TsMask <340112800@qq.com> Date: Thu, 2 Nov 2023 20:27:33 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=8E=BB=E9=99=A4ki/opc=E5=88=97?= =?UTF-8?q?=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/neUser/auth/index.vue | 82 +++++++++++++++------------------ 1 file changed, 37 insertions(+), 45 deletions(-) diff --git a/src/views/neUser/auth/index.vue b/src/views/neUser/auth/index.vue index f4d08022..0c3e013d 100644 --- a/src/views/neUser/auth/index.vue +++ b/src/views/neUser/auth/index.vue @@ -98,18 +98,18 @@ let tableColumns: ColumnsType = [ align: 'center', width: 2, }, - { - title: 'KI', - dataIndex: 'ki', - align: 'center', - width: 10, - }, - { - title: 'OPC', - dataIndex: 'opc', - align: 'center', - width: 10, - }, + // { + // title: 'KI', + // dataIndex: 'ki', + // align: 'center', + // width: 10, + // }, + // { + // title: 'OPC', + // dataIndex: 'opc', + // align: 'center', + // width: 10, + // }, { title: 'ALGO_INDEX', dataIndex: 'algoIndex', @@ -834,7 +834,7 @@ onMounted(() => { :data-source="tableState.data" :size="tableState.size" :pagination="tablePagination" - :scroll="{ x: 1500, y: 400 }" + :scroll="{ x: 1000, y: 400 }" >