From 68eaf315b64145e487d10e66183d542ee7f94d10 Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期二, 05 七月 2022 17:35:33 +0800
Subject: [PATCH] 1.生产管理完成部分功能2.自定义页面打印、二维码图形、水印显示实现了一个demo

---
 src/views/jcsz/wldw.vue |   12 +++++-------
 1 files changed, 5 insertions(+), 7 deletions(-)

diff --git a/src/views/jcsz/wldw.vue b/src/views/jcsz/wldw.vue
index 5b6d67f..acef046 100644
--- a/src/views/jcsz/wldw.vue
+++ b/src/views/jcsz/wldw.vue
@@ -71,7 +71,6 @@
           <el-table-column
             prop="name"
             label="鍗曚綅鍚嶇О"
-            show-overflow-tooltip
             sortable="custom"
             min-width="200px"
           />
@@ -134,14 +133,13 @@
             label="鍒涘缓鏃堕棿"
             sortable="custom"
             width="200"
-            show-overflow-tooltip
           />
           <el-table-column
             label="鎿嶄綔"
           >
             <template slot-scope="{row}">
               <div class="operationClass">
-                <el-button type="text" @click="edit('edit',row)">淇敼</el-button>
+                <el-button type="text" @click="edit('edit',row)">缂栬緫</el-button>
                 <el-button type="text" @click="del(row)">鍒犻櫎</el-button>
               </div>
             </template>
@@ -162,7 +160,7 @@
     </div>
 
     <el-dialog
-      :title="operation==='add'?'鏂板':'淇敼'"
+      :title="operation==='add'?'鏂板':'缂栬緫'"
       :visible.sync="dialogVisible"
       width="50%"
       top="15vh"
@@ -505,9 +503,9 @@
   color: #606266;
 }
 
-::v-deep .el-dialog__body {
-  padding: 20px 100px !important;
-}
+//::v-deep .el-dialog__body {
+//  padding: 20px 100px !important;
+//}
 
 ::v-deep .el-radio__input.is-checked .el-radio__inner {
   background-color: $main_color;

--
Gitblit v1.9.3