From e50eb636e24007ac32b8a6cec18cad13bbfcaf3b Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期一, 18 五月 2026 16:03:58 +0800
Subject: [PATCH] 浪潮 1.权限修改

---
 src/views/monitor/job/index.vue |   15 +++++----------
 1 files changed, 5 insertions(+), 10 deletions(-)

diff --git a/src/views/monitor/job/index.vue b/src/views/monitor/job/index.vue
index ee291a4..65de96d 100644
--- a/src/views/monitor/job/index.vue
+++ b/src/views/monitor/job/index.vue
@@ -43,7 +43,6 @@
                plain
                icon="Plus"
                @click="handleAdd"
-               v-hasPermi="['monitor:job:add']"
             >鏂板</el-button>
          </el-col>
          <el-col :span="1.5">
@@ -53,7 +52,6 @@
                icon="Edit"
                :disabled="single"
                @click="handleUpdate"
-               v-hasPermi="['monitor:job:edit']"
             >淇敼</el-button>
          </el-col>
          <el-col :span="1.5">
@@ -63,7 +61,6 @@
                icon="Delete"
                :disabled="multiple"
                @click="handleDelete"
-               v-hasPermi="['monitor:job:remove']"
             >鍒犻櫎</el-button>
          </el-col>
          <el-col :span="1.5">
@@ -72,7 +69,6 @@
                plain
                icon="Download"
                @click="handleExport"
-               v-hasPermi="['monitor:job:export']"
             >瀵煎嚭</el-button>
          </el-col>
          <el-col :span="1.5">
@@ -81,7 +77,6 @@
                plain
                icon="Operation"
                @click="handleJobLog"
-               v-hasPermi="['monitor:job:query']"
             >鏃ュ織</el-button>
          </el-col>
          <right-toolbar v-model:showSearch="showSearch" @queryTable="getList"></right-toolbar>
@@ -111,19 +106,19 @@
          <el-table-column label="鎿嶄綔" align="center" width="200" class-name="small-padding fixed-width">
             <template #default="scope">
                <el-tooltip content="淇敼" placement="top">
-                  <el-button link type="primary" icon="Edit" @click="handleUpdate(scope.row)" v-hasPermi="['monitor:job:edit']"></el-button>
+                  <el-button link type="primary" icon="Edit" @click="handleUpdate(scope.row)"></el-button>
                </el-tooltip>
                <el-tooltip content="鍒犻櫎" placement="top">
-                  <el-button link type="primary" icon="Delete" @click="handleDelete(scope.row)" v-hasPermi="['monitor:job:remove']"></el-button>
+                  <el-button link type="primary" icon="Delete" @click="handleDelete(scope.row)"></el-button>
                </el-tooltip>
                <el-tooltip content="鎵ц涓�娆�" placement="top">
-                  <el-button link type="primary" icon="CaretRight" @click="handleRun(scope.row)" v-hasPermi="['monitor:job:changeStatus']"></el-button>
+                  <el-button link type="primary" icon="CaretRight" @click="handleRun(scope.row)"></el-button>
                </el-tooltip>
                <el-tooltip content="浠诲姟璇︾粏" placement="top">
-                  <el-button link type="primary" icon="View" @click="handleView(scope.row)" v-hasPermi="['monitor:job:query']"></el-button>
+                  <el-button link type="primary" icon="View" @click="handleView(scope.row)"></el-button>
                </el-tooltip>
                <el-tooltip content="璋冨害鏃ュ織" placement="top">
-                  <el-button link type="primary" icon="Operation" @click="handleJobLog(scope.row)" v-hasPermi="['monitor:job:query']"></el-button>
+                  <el-button link type="primary" icon="Operation" @click="handleJobLog(scope.row)"></el-button>
                </el-tooltip>
             </template>
          </el-table-column>

--
Gitblit v1.9.3