fix: 固定role列表操作列

This commit is contained in:
lilinyuan
2024-03-29 14:15:04 +08:00
parent 47a4c311af
commit 878940c34b

View File

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