From d8853e0e208de0bd9736bd8fab4931d3d1e7c8e3 Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期二, 11 六月 2024 11:43:22 +0800
Subject: [PATCH] ‘’
---
admin/src/views/operation/serviceCar/apprConfig.vue | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/admin/src/views/operation/serviceCar/apprConfig.vue b/admin/src/views/operation/serviceCar/apprConfig.vue
index 096155e..4e203a3 100644
--- a/admin/src/views/operation/serviceCar/apprConfig.vue
+++ b/admin/src/views/operation/serviceCar/apprConfig.vue
@@ -13,7 +13,7 @@
<div class="config_content">
<div class="item">
<div class="head">鍙戣捣浜�</div>
- <div class="content">璁垮</div>
+ <div class="content">鍐呴儴鍛樺伐</div>
</div>
<div class="arrows">
<div class="line"></div>
@@ -333,9 +333,9 @@
type: activeType,
paramList: temp
}).then(res => {
- if (res.code === 200) {
- this.$message.success('淇濆瓨鎴愬姛')
- }
+ // if (res.code === 200) {
+ this.$tip.success('淇濆瓨鎴愬姛')
+ // }
})
},
handleDel () {
@@ -344,7 +344,7 @@
this.activeIndex = 0
},
handleAddAppr () {
- this.apprList.splice(this.apprList.length - 2, 0, { remark: '瀹℃壒浜�', active: false, type: 0, objIds: [] })
+ this.apprList.splice(this.apprList.length - 1, 0, { remark: '瀹℃壒浜�', active: false, type: 0, objIds: [] })
// this.apprList.push({ remark: '瀹℃壒浜�', active: false, type: '0' })
},
--
Gitblit v1.9.3