zhaoyun 4 月之前
父節點
當前提交
a38b7b448b
共有 1 個文件被更改,包括 4 次插入4 次删除
  1. 4 4
      src/views/distributionnetwork/config/setting/index.vue

+ 4 - 4
src/views/distributionnetwork/config/setting/index.vue

@@ -65,7 +65,7 @@
                     type="text"
                     icon="el-icon-edit"
                     @click="handleUpdate(scope.row)"
-                    v-hasPermi="['powerdistribution:par:edit']"
+                   
                     >修改</el-button
                   >
                   <el-button
@@ -73,7 +73,7 @@
                     type="text"
                     icon="el-icon-delete"
                     @click="handleDelete(scope.row)"
-                    v-hasPermi="['powerdistribution:par:remove']"
+                  
                     >删除</el-button
                   >
                 </template>
@@ -140,7 +140,7 @@
                     type="text"
                     icon="el-icon-edit"
                     @click="handleUpdate(scope.row)"
-                    v-hasPermi="['powerdistribution:par:edit']"
+                    
                     >修改</el-button
                   >
                   <el-button
@@ -148,7 +148,7 @@
                     type="text"
                     icon="el-icon-delete"
                     @click="handleDelete(scope.row)"
-                    v-hasPermi="['powerdistribution:par:remove']"
+                   
                     >删除</el-button
                   >
                 </template>