From 8e2a3bde018d84c7316d78939b022a93841ff5b9 Mon Sep 17 00:00:00 2001
From: fuliqi <fuliqi@qq.com>
Date: 星期三, 04 九月 2024 01:35:20 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

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

diff --git a/src/views/system/contract/contract-result/index.vue b/src/views/system/contract/contract-result/index.vue
index 79e2c09..0820f3d 100644
--- a/src/views/system/contract/contract-result/index.vue
+++ b/src/views/system/contract/contract-result/index.vue
@@ -71,7 +71,7 @@
       <!--          v-hasPermi="['system:checkResult:add']"-->
       <!--        >鏂板</el-button>-->
       <!--      </el-col>-->
-      <el-col :span="1.5">
+      <!-- <el-col :span="1.5">
         <el-button
           type="danger"
           plain
@@ -82,8 +82,8 @@
           @click="handleDelete"
           >鍒犻櫎</el-button
         >
-      </el-col>
-      <el-col :span="1.5">
+      </el-col> -->
+      <!-- <el-col :span="1.5">
         <el-button
           type="warning"
           plain
@@ -93,11 +93,11 @@
           @click="handleExport"
           >瀵煎嚭</el-button
         >
-      </el-col>
-      <right-toolbar
+      </el-col> -->
+      <!-- <right-toolbar
         :showSearch.sync="showSearch"
         @queryTable="getList"
-      ></right-toolbar>
+      ></right-toolbar> -->
     </el-row>
 
     <el-row v-loading="loading">
@@ -135,7 +135,7 @@
               style="float: right"
               @click="handlePublish(item)"
               v-show="item.publish != 1"
-              v-hasPermi="['result:contract:publish']"
+              v-hasPermi="['contract:result:publish']"
               >纭鍙戝竷</el-button
             >
             <el-button
@@ -144,7 +144,7 @@
               style="float: right"
               disabled
               v-show="item.publish == 1"
-              v-hasPermi="['result:contract:publish']"
+              v-hasPermi="['contract:result:publish']"
               >宸插彂甯�</el-button
             >
           </div>

--
Gitblit v1.8.0