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