From 3fe52d6b9fdd2eb2176474a8db5857372b8b5045 Mon Sep 17 00:00:00 2001
From: yxh <172933527@qq.com>
Date: 星期四, 14 九月 2023 10:55:39 +0800
Subject: [PATCH] 11

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

diff --git a/src/views/project/travelexpenseapply/index.vue b/src/views/project/travelexpenseapply/index.vue
index 0e6ef90..24412c3 100644
--- a/src/views/project/travelexpenseapply/index.vue
+++ b/src/views/project/travelexpenseapply/index.vue
@@ -213,7 +213,7 @@
           <el-button
             size="mini"
             type="text"
-            icon="el-icon-edit"
+            icon="el-icon-view"
             @click="handleDetail(scope.row)"
             >鏌ョ湅</el-button
           >
@@ -2129,6 +2129,7 @@
     /** 鍒犻櫎鎸夐挳鎿嶄綔 */
     handleDelete(row) {
       const ids = row.id || this.ids;
+      console.log(ids);
       this.$modal
         .confirm("鏄惁纭鍒犻櫎璇ユ潯璁板綍锛�")
         .then(function() {
@@ -2557,7 +2558,7 @@
 <style>
 .addClassva {
   /* background: #10aec2; */
-  background: #93b5cf !important;
+  background: #e8f4ff !important;
   /* color:whitesmoke; */
 }
 </style>

--
Gitblit v1.9.3