From 38f81cf3dac388bed2622c9545b5f25f1060dc97 Mon Sep 17 00:00:00 2001
From: schangxiang@126.com <schangxiang@126.com>
Date: 周日, 16 6月 2024 14:29:46 +0800
Subject: [PATCH] 显示 中心距

---
 iwara-scada-web/src/views/main/QualityDataInfo/index.vue                  |   43 +++++++++++++++++++++
 iwara-scada-web/src/views/main/WorkPieceProcess/modules/qualityDetail.vue |   42 +++++++++++++++++++++
 iwara-scada-web/public/config.js                                          |    3 +
 3 files changed, 87 insertions(+), 1 deletions(-)

diff --git a/iwara-scada-web/public/config.js b/iwara-scada-web/public/config.js
index d5690da..b072eea 100644
--- a/iwara-scada-web/public/config.js
+++ b/iwara-scada-web/public/config.js
@@ -1 +1,2 @@
-window.VUE_BASE_URL = 'http://localhost2:7788'
+window.VUE_BASE_URL = 'http://localhost:7788'
+//window.VUE_BASE_URL = 'http://192.168.216.203:7788'
diff --git a/iwara-scada-web/src/views/main/QualityDataInfo/index.vue b/iwara-scada-web/src/views/main/QualityDataInfo/index.vue
index bf6bc96..24a5721 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"
@@ -364,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,
diff --git a/iwara-scada-web/src/views/main/WorkPieceProcess/modules/qualityDetail.vue b/iwara-scada-web/src/views/main/WorkPieceProcess/modules/qualityDetail.vue
index 73bd743..d2df25c 100644
--- a/iwara-scada-web/src/views/main/WorkPieceProcess/modules/qualityDetail.vue
+++ b/iwara-scada-web/src/views/main/WorkPieceProcess/modules/qualityDetail.vue
@@ -209,6 +209,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