From 0e41d67798042ed8fac08d80dd047127c1b752cf Mon Sep 17 00:00:00 2001
From: ZhangXianQiang <1135831638@qq.com>
Date: 星期一, 18 三月 2024 14:41:07 +0800
Subject: [PATCH] style:修改监控样式
---
src/views/system/contract/index.vue | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/views/system/contract/index.vue b/src/views/system/contract/index.vue
index 94fed44..90dbcfd 100644
--- a/src/views/system/contract/index.vue
+++ b/src/views/system/contract/index.vue
@@ -380,7 +380,7 @@
handleAdd() {
this.reset();
this.open = true;
- this.title = "娣诲姞銆愯濉啓鍔熻兘鍚嶇О銆�";
+ this.title = "娣诲姞鍚堝悓";
},
/** 淇敼鎸夐挳鎿嶄綔 */
handleUpdate(row) {
@@ -389,7 +389,7 @@
getContract(id).then(response => {
this.form = response.data;
this.open = true;
- this.title = "淇敼銆愯濉啓鍔熻兘鍚嶇О銆�";
+ this.title = "淇敼鍚堝悓";
});
},
/** 鎻愪氦鎸夐挳 */
--
Gitblit v1.8.0