Quellcode durchsuchen

字典细节调整

QM303176530 vor 4 Jahren
Ursprung
Commit
36fc15f84a
1 geänderte Dateien mit 0 neuen und 2 gelöschten Zeilen
  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>