Explorar el Código

更新 权限

wzh hace 3 años
padre
commit
406200c758
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/views/authManage/addRole.vue

+ 1 - 1
src/views/authManage/addRole.vue

@@ -40,7 +40,7 @@
       style="display: flex; justify-content: space-between"
     />
     <div class="df aic jcfe mt50">
-      <el-button type="primary" @click="addRole" v-auth="'ADDUPDATEROLE'">
+      <el-button type="primary" @click="addRole" v-auth="'ADDROLELIST'">
         {{ roleId ? "修改员工" : "添加职位" }}
       </el-button>
     </div>