We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08301fd commit 96bd856Copy full SHA for 96bd856
web/src/view/superAdmin/dictionary/sys_dictionary_detail.vue
@@ -45,8 +45,6 @@
45
46
<el-table-column label="排序标记" prop="sort" width="120"></el-table-column>
47
48
- <el-table-column label="关联标记" prop="sysDictionaryID" width="120"></el-table-column>
49
-
50
<el-table-column label="按钮组">
51
<template slot-scope="scope">
52
<el-button @click="updateSysDictionaryDetail(scope.row)" size="small" type="primary">变更</el-button>
0 commit comments