From a4cbbcb82bf6b5f09df1455f6436e4dd8047704a Mon Sep 17 00:00:00 2001
From: ZhangXianQiang <1135831638@qq.com>
Date: 星期一, 18 三月 2024 14:23:46 +0800
Subject: [PATCH] feat:运行监控模块
---
src/views/system/contract/index.vue | 8 ++------
1 files changed, 2 insertions(+), 6 deletions(-)
diff --git a/src/views/system/contract/index.vue b/src/views/system/contract/index.vue
index 8ef0c84..90dbcfd 100644
--- a/src/views/system/contract/index.vue
+++ b/src/views/system/contract/index.vue
@@ -31,7 +31,6 @@
icon="el-icon-plus"
size="mini"
@click="handleAdd"
- v-hasPermi="['system:contract:add']"
>鏂板</el-button>
</el-col>
<el-col :span="1.5">
@@ -42,7 +41,6 @@
size="mini"
:disabled="single"
@click="handleUpdate"
- v-hasPermi="['system:contract:edit']"
>淇敼</el-button>
</el-col>
<el-col :span="1.5">
@@ -53,7 +51,6 @@
size="mini"
:disabled="multiple"
@click="handleDelete"
- v-hasPermi="['system:contract:remove']"
>鍒犻櫎</el-button>
</el-col>
<el-col :span="1.5">
@@ -63,7 +60,6 @@
icon="el-icon-download"
size="mini"
@click="handleExport"
- v-hasPermi="['system:contract:export']"
>瀵煎嚭</el-button>
</el-col>
<right-toolbar :showSearch.sync="showSearch" @queryTable="getList"></right-toolbar>
@@ -384,7 +380,7 @@
handleAdd() {
this.reset();
this.open = true;
- this.title = "娣诲姞銆愯濉啓鍔熻兘鍚嶇О銆�";
+ this.title = "娣诲姞鍚堝悓";
},
/** 淇敼鎸夐挳鎿嶄綔 */
handleUpdate(row) {
@@ -393,7 +389,7 @@
getContract(id).then(response => {
this.form = response.data;
this.open = true;
- this.title = "淇敼銆愯濉啓鍔熻兘鍚嶇О銆�";
+ this.title = "淇敼鍚堝悓";
});
},
/** 鎻愪氦鎸夐挳 */
--
Gitblit v1.8.0