소스 검색

:lipstick: Updating the UI and style files.

冷冷 6 년 전
부모
커밋
0b64173028
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/const/crud/role.js

+ 1 - 0
src/const/crud/role.js

@@ -52,6 +52,7 @@ export const tableOption = {
         label: '角色标识',
         prop: 'roleCode',
         span: 24,
+        editDisabled: true,
         rules: [{
                 required: true,
                 message: '角色标识不能为空',