From 3fb3d925f072df7463d8933f91984e0f93a70e53 Mon Sep 17 00:00:00 2001
From: WXL <1785969728@qq.com>
Date: 星期五, 15 九月 2023 17:08:40 +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