From 69341e762daf9450dafdc87749813ed801cc50c3 Mon Sep 17 00:00:00 2001
From: yangfeng <wanwan926_4@163.com>
Date: 星期三, 18 十月 2023 15:53:03 +0800
Subject: [PATCH] 列表公共组件样式修改

---
 src/views/warehouseManage/listingRules/index.vue |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/views/warehouseManage/listingRules/index.vue b/src/views/warehouseManage/listingRules/index.vue
index f523377..4f68893 100644
--- a/src/views/warehouseManage/listingRules/index.vue
+++ b/src/views/warehouseManage/listingRules/index.vue
@@ -23,11 +23,11 @@
           @selProductClick="selProductClick"
         >
           <template slot="tableButton">
-            <el-table-column label="鎿嶄綔" width="90" fixed="right" align="center">
+            <el-table-column label="鎿嶄綔" width="90" align="center">
               <template slot-scope="scope">
-                <el-button v-if="scope.row.isEdit" @click.stop="delClick(scope)" type="text" size="small"
-                  >鍒犻櫎</el-button
-                >
+                <span v-if="scope.row.isEdit" @click.stop="delClick(scope)" class="yes-cursor">
+                  <span style="color: #2a78fb">鍒犻櫎</span>
+                </span>
               </template>
             </el-table-column>
           </template>
@@ -201,9 +201,9 @@
           }).then((res) => {
             console.log(res)
             if (res.code === 200) {
+              this.getData()
               let tipStr = this.currentRowId === 0 ? "娣诲姞鎴愬姛" : "淇敼鎴愬姛"
               this.$message.success(tipStr)
-              this.getData()
             }
           })
         }

--
Gitblit v1.8.0