From b27a2ba1ccbd8e2e7b61a700dde5f891ed6ae35d Mon Sep 17 00:00:00 2001 From: schangxiang@126.com <schangxiang@126.com> Date: 周五, 05 7月 2024 06:55:15 +0800 Subject: [PATCH] 233 --- iwara-scada-web/src/views/main/QualityDataInfo/index.vue | 69 ++++++++++++++++++++++++++++++++++ 1 files changed, 68 insertions(+), 1 deletions(-) diff --git a/iwara-scada-web/src/views/main/QualityDataInfo/index.vue b/iwara-scada-web/src/views/main/QualityDataInfo/index.vue index cc3f9bd..533ec68 100644 --- a/iwara-scada-web/src/views/main/QualityDataInfo/index.vue +++ b/iwara-scada-web/src/views/main/QualityDataInfo/index.vue @@ -88,6 +88,7 @@ </x-card> <a-card :bordered="false"> <s-table + :scroll="{ x: 2000 }" ref="table" :columns="columns" :data="loadData" @@ -222,6 +223,30 @@ ], EOP30: [ { + title: 'CH3璐ㄩ噺', + align: 'center', + sorter: true, + dataIndex: 'oP30QualityStateCH3Name' + }, + { + title: 'CH4璐ㄩ噺', + align: 'center', + sorter: true, + dataIndex: 'oP30QualityStateCH4Name' + }, + { + title: 'CH5璐ㄩ噺', + align: 'center', + sorter: true, + dataIndex: 'oP30QualityStateCH5Name' + }, + { + title: 'CH6璐ㄩ噺', + align: 'center', + sorter: true, + dataIndex: 'oP30QualityStateCH6Name' + }, + { title: '娑ㄦ柇鍔涚煩', align: 'center', sorter: true, @@ -312,7 +337,7 @@ dataIndex: 'qualityOP60To1' }, { - title: '鏍¢獙鐮佺粨鏋�', + title: '灏忓ご瀛旂洿寰�', align: 'center', sorter: true, dataIndex: 'qualityOP60To2' @@ -340,6 +365,48 @@ ], EOP80: [ { + title: '鍘氬害', + align: 'center', + sorter: true, + dataIndex: 'qualityOP80_Houdu' + }, + { + title: '涓績璺�', + align: 'center', + sorter: true, + dataIndex: 'qualityOP80_ZXJ' + }, + { + title: '澶уご瀛斿渾鏌卞害', + align: 'center', + sorter: true, + dataIndex: 'qualityOP80_DTKYZD' + }, + { + title: '灏忓ご涓婇潰鍦嗗害', + align: 'center', + sorter: true, + dataIndex: 'qualityOP80_XTSMYD' + }, + { + title: '灏忓ご涓嬮潰鍦嗗害', + align: 'center', + sorter: true, + dataIndex: 'qualityOP80_XTXMYD' + }, + { + title: '澶уご瀛旂洿寰�', + align: 'center', + sorter: true, + dataIndex: 'qualityOP80_D_TKZJ' + }, + { + title: '灏忓ご瀛旂洿寰�', + align: 'center', + sorter: true, + dataIndex: 'qualityOP80_X_TKZJ' + }, + { title: '澶уご閲嶉噺', align: 'center', sorter: true, -- Gitblit v1.9.3