Browse Source

字典细节调整

main
QM303176530 4 years ago
parent
commit
36fc15f84a
  1. 2
      web/src/view/superAdmin/dictionary/sys_dictionary_detail.vue

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>

Loading…
Cancel
Save