From bc95be087fbf1b6c93bb8cdb8f0478305ec1199f Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期一, 04 七月 2022 17:35:39 +0800
Subject: [PATCH] 1.MES系统中ERP生产订单页面开发

---
 src/views/template.vue |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/views/template.vue b/src/views/template.vue
index fc78392..c3bb35b 100644
--- a/src/views/template.vue
+++ b/src/views/template.vue
@@ -47,6 +47,7 @@
           :data="tableData"
           :height="tableHeight"
           border
+          stripe
           :style="{width: 100+'%',height:tableHeight+'px',}"
           highlight-current-row
           :header-cell-style="this.$headerCellStyle"
@@ -105,7 +106,7 @@
           >
             <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>
@@ -126,7 +127,7 @@
     </div>
 
     <el-dialog
-      :title="operation==='add'?'鏂板':'淇敼'"
+      :title="operation==='add'?'鏂板':'缂栬緫'"
       :visible.sync="dialogVisible"
       width="50%"
       top="15vh"

--
Gitblit v1.9.3