Browse Source

feat(ps):巡检

jiangbiao 3 weeks ago
parent
commit
7df2885b0f
1 changed files with 4 additions and 4 deletions
  1. 4 4
      ui/src/views/ps/patrol/main/index.vue

+ 4 - 4
ui/src/views/ps/patrol/main/index.vue

@@ -47,7 +47,7 @@
     <el-row :gutter="10" class="mb8">
       <el-col :span="1.5">
         <el-button
-          v-hasPermi="['patrol:main:add']"
+          v-hasPermi="['ps:patrol:add']"
           icon="el-icon-plus"
           plain
           size="mini"
@@ -58,7 +58,7 @@
       </el-col>
       <el-col :span="1.5">
         <el-button
-          v-hasPermi="['patrol:main:export']"
+          v-hasPermi="['ps:patrol:export']"
           icon="el-icon-download"
           plain
           size="mini"
@@ -175,7 +175,7 @@
             type="text"
             icon="el-icon-edit"
             @click="handleUpdate(scope.row)"
-            v-hasPermi="['patrol:main:edit']"
+            v-hasPermi="['ps:patrol:edit']"
           >修改
           </el-button>
           <el-button
@@ -183,7 +183,7 @@
             type="text"
             icon="el-icon-delete"
             @click="handleDelete(scope.row)"
-            v-hasPermi="['patrol:main:remove']"
+            v-hasPermi="['ps:patrol:remove']"
           >删除
           </el-button>
         </template>