From 28d38f132ff7c6a1239df6c56f2da0a021bd4e96 Mon Sep 17 00:00:00 2001
From: value <z1292839451@163.com>
Date: 星期三, 13 九月 2023 16:12:08 +0800
Subject: [PATCH] 销售订单bug修复

---
 src/components/view/standard-table/technology.vue |   10 ++++------
 1 files changed, 4 insertions(+), 6 deletions(-)

diff --git a/src/components/view/standard-table/technology.vue b/src/components/view/standard-table/technology.vue
index 3186948..63eb015 100644
--- a/src/components/view/standard-table/technology.vue
+++ b/src/components/view/standard-table/technology.vue
@@ -35,7 +35,7 @@
             <el-table-column prop="pq" label="鐢熶骇瀹氶(涓�/澶�)">
               <template slot-scope="scope">
                   <el-input v-model="scope.row.pq" 
-                  v-if="scope.row.pq != null"
+                  v-if="scope.row.dg != null"
                   @blur="updatePq(scope.row)"
                   ></el-input>
               </template>
@@ -65,9 +65,7 @@
       }
     },
     props:['tableData','tableType'],
-    created() {
-      console.log(this.tableData)
-    },
+    created() {},
     mounted() {
     },
     methods: {
@@ -190,7 +188,7 @@
   /* .standard .el-table__body {
     height: 100%;
   } */
-  .standard .el-table .el-table__row:not([class*="el-table__row--level-"]) td:nth-child(3){
+  /* .standard .el-table .el-table__row:not([class*="el-table__row--level-"]) td:nth-child(3){
     padding-left: 23px !important;
-   }
+   } */
 </style>

--
Gitblit v1.9.3