From a2f16cbdc7b6ee0623d9071e1b7ab41285667eed Mon Sep 17 00:00:00 2001
From: yxh <172933527@qq.com>
Date: 星期五, 01 九月 2023 18:42:52 +0800
Subject: [PATCH] 修改了个税计算和办公费用类型

---
 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