From e811bfc52c2126af45e8fe49dd29af12c022f6c1 Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期一, 27 三月 2023 13:54:02 +0800
Subject: [PATCH] 1.看板优化

---
 src/views/kb/cjsc.vue |   24 ++++++++++++------------
 1 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/src/views/kb/cjsc.vue b/src/views/kb/cjsc.vue
index 0245b6b..44bc269 100644
--- a/src/views/kb/cjsc.vue
+++ b/src/views/kb/cjsc.vue
@@ -37,8 +37,8 @@
               >
                 <el-table-column
                   prop="saleOrderCode"
-                  label="閿�鍞崟鍙�"
-                  width="130"
+                  label="鐢熶骇璁㈠崟"
+                  width="170"
                 >
                   <template slot-scope="{row}">
                     <div v-if="row.saleOrderCode" style="text-align: left" class="ellipsis">{{
@@ -50,7 +50,7 @@
                 </el-table-column>
                 <el-table-column
                   prop="partname"
-                  width="170"
+                  width="140"
                   label="浜у搧鍚嶇О"
                 >
                   <template slot-scope="{row}">
@@ -61,7 +61,7 @@
                 <el-table-column
                   prop="good_qty"
                   label="鏁伴噺"
-                  width="70"
+                  width="60"
                 />
               </el-table>
             </div>
@@ -123,7 +123,7 @@
               </el-table-column>
               <el-table-column
                 prop="partname"
-                width="150"
+                width="120"
                 label="浜у搧鍚嶇О"
               >
                 <template slot-scope="{row}">
@@ -177,7 +177,7 @@
               <el-table-column
                 prop="stepname"
                 label="宸ュ簭"
-                width="100"
+                width="130"
               >
                 <template slot-scope="{row}">
                   <div
@@ -219,8 +219,8 @@
               >
                 <el-table-column
                   prop="saleOrderCode"
-                  label="閿�鍞崟鍙�"
-                  width="130"
+                  label="鐢熶骇璁㈠崟"
+                  width="170"
                 >
                   <template slot-scope="{row}">
                     <div v-if="row.saleOrderCode" style="text-align: left" class="ellipsis">{{
@@ -232,7 +232,7 @@
                 </el-table-column>
                 <el-table-column
                   prop="partname"
-                  width="170"
+                  width="140"
                   label="浜у搧鍚嶇О"
                 >
                   <template slot-scope="{row}">
@@ -243,7 +243,7 @@
                 <el-table-column
                   prop="good_qty"
                   label="鏁伴噺"
-                  width="70"
+                  width="60"
                 />
               </el-table>
             </div>
@@ -349,7 +349,7 @@
     // 鑾峰彇宸︿笂鏁版嵁骞跺畾鏃跺埛鏂�
     getLeftTopTableDataSetInterval() {
       let startValue = 0 // 鍒濆鍊�
-      const scale = 10// 鍒诲害
+      const scale = 24// 鍒诲害
 
       WkshpLineData({ LineCode: '001' }).then(res => {
         this.tableDataLeftTopTemp = res.data
@@ -373,7 +373,7 @@
     // 鑾峰彇鍙充笂鏁版嵁骞跺畾鏃跺埛鏂�
     getRightTopTableDataSetInterval() {
       let startValue = 0 // 鍒濆鍊�
-      const scale = 10// 鍒诲害
+      const scale = 24// 鍒诲害
 
       WkshpLineData({ LineCode: '002' }).then(res => {
         this.tableDataRightTopTemp = res.data

--
Gitblit v1.9.3