Browse Source

绩效指标权限更改

liusungtsun 1 year ago
parent
commit
bc030aec9e
1 changed files with 3 additions and 3 deletions
  1. 3 3
      src/views/norm/feeindex.vue

+ 3 - 3
src/views/norm/feeindex.vue

@@ -174,7 +174,7 @@
               type="text"
               icon="el-icon-edit"
               @click="handleUpdate(scope.row)"
-              v-hasPermi="['business:NORMFEE:edit']"
+              v-hasPermi="['business:NORM:edit']"
               >修改</el-button
             >
             <el-button
@@ -182,7 +182,7 @@
               type="text"
               icon="el-icon-delete"
               @click="handleDelete(scope.row)"
-              v-hasPermi="['business:NORMFEE:remove']"
+              v-hasPermi="['business:NORM:remove']"
               >删除</el-button
             >
             <el-button
@@ -190,7 +190,7 @@
               type="text"
               icon="el-icon-edit"
               @click="formulaDialog(scope.row.id,scope.row.formula)"
-              v-hasPermi="['business:NORMFEE:edit']"
+              v-hasPermi="['business:NORM:edit']"
             >计算公式</el-button>
           </template>
         </el-table-column>