fix: 去掉操作列悬浮

This commit is contained in:
lilinyuan
2024-04-01 14:36:02 +08:00
parent 6e42dd43f7
commit 39bc3011dd

View File

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