|
@@ -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>
|