From ecf548f84c5fa5a68c53041e37daf43053f40fa4 Mon Sep 17 00:00:00 2001
From: WXL <1785969728@qq.com>
Date: 星期四, 31 八月 2023 17:09:46 +0800
Subject: [PATCH] 11
---
src/views/project/travelexpenseapply/index.vue | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/src/views/project/travelexpenseapply/index.vue b/src/views/project/travelexpenseapply/index.vue
index 0e6ef90..f378cc7 100644
--- a/src/views/project/travelexpenseapply/index.vue
+++ b/src/views/project/travelexpenseapply/index.vue
@@ -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