소스 검색

字典细节调整

QM303176530 4 년 전
부모
커밋
36fc15f84a
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      web/src/view/superAdmin/dictionary/sys_dictionary_detail.vue

+ 0 - 2
web/src/view/superAdmin/dictionary/sys_dictionary_detail.vue

@@ -45,8 +45,6 @@
 
       <el-table-column label="排序标记" prop="sort" width="120"></el-table-column>
 
-      <el-table-column label="关联标记" prop="sysDictionaryID" width="120"></el-table-column>
-
       <el-table-column label="按钮组">
         <template slot-scope="scope">
           <el-button @click="updateSysDictionaryDetail(scope.row)" size="small" type="primary">变更</el-button>