fix: 固定role列表操作列
This commit is contained in:
@@ -129,6 +129,7 @@ const tableConfig = reactive({
|
||||
prop: 'oper',
|
||||
label: '操作',
|
||||
align: 'right',
|
||||
fixed: 'right',
|
||||
currentRender: ({row, index}) => {
|
||||
let btn = [{label: '修改', auth: auths.edit, func: ()=>handleEdit(row) , type: 'primary'}]
|
||||
row.template ?
|
||||
|
||||
Reference in New Issue
Block a user