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 }" >