From b2c85048aed240ede593b26cd99db338ed0b7bdc Mon Sep 17 00:00:00 2001
From: ZhangXianQiang <1135831638@qq.com>
Date: 星期五, 19 四月 2024 15:34:42 +0800
Subject: [PATCH] Merge branch 'dev-threejs'

---
 src/views/system/contract/index.vue |   25 ++++++++-----------------
 1 files changed, 8 insertions(+), 17 deletions(-)

diff --git a/src/views/system/contract/index.vue b/src/views/system/contract/index.vue
index 27ccd9f..8df9540 100644
--- a/src/views/system/contract/index.vue
+++ b/src/views/system/contract/index.vue
@@ -24,29 +24,20 @@
           plain
           icon="el-icon-plus"
           size="mini"
+          v-hasPermi="['system:contract:add']"
           @click="handleAdd"
         >鏂板</el-button>
       </el-col>
-      <!-- <el-col :span="1.5">
+      <el-col :span="1.5">
         <el-button
-          type="success"
+          type="warning"
           plain
-          icon="el-icon-edit"
+          icon="el-icon-top"
           size="mini"
-          :disabled="single"
-          @click="handleUpdate"
-        >淇敼</el-button>
-      </el-col> -->
-      <!-- <el-col :span="1.5">
-        <el-button
-          type="danger"
-          plain
-          icon="el-icon-delete"
-          size="mini"
-          :disabled="multiple"
-          @click="handleDelete"
-        >鍒犻櫎</el-button>
-      </el-col> -->
+          v-hasPermi="['system:contract:import']"
+          @click="handleImportPoint"
+        >瀵煎叆</el-button>
+      </el-col>
     </el-row>
 
 

--
Gitblit v1.8.0