Explorar el Código

用户管理-权限内容详情下不可选

wangrulan hace 2 años
padre
commit
0d94a2f8f8
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      src/components/permissions/user/index.vue

+ 1 - 0
src/components/permissions/user/index.vue

@@ -246,6 +246,7 @@
               v-for="(item, index) in checkBoxList"
               :label="item.roleName"
               :key="index"
+              :disabled="isDisabled2"
               >{{ item.roleName }}</el-checkbox
             >
           </el-checkbox-group>