fix: 去掉操作列悬浮
This commit is contained in:
@@ -130,6 +130,7 @@ const tableConfig = reactive({
|
||||
label: '操作',
|
||||
align: 'right',
|
||||
fixed: 'right',
|
||||
showOverflowTooltip: false,
|
||||
currentRender: ({row, index}) => {
|
||||
let btn = [{label: '修改', auth: auths.edit, func: ()=>handleEdit(row) , type: 'primary'}]
|
||||
btn.push(
|
||||
|
||||
Reference in New Issue
Block a user