This commit is contained in:
张成
2026-02-08 19:25:30 +08:00
parent a8b481ea44
commit 862f20e7e2

View File

@@ -48,13 +48,6 @@ export default {
this.showEditWarp(params.row)
},
},
{
title: '清空',
type: 'warning',
click: () => {
this.clearConfirm(params.row)
},
}
]
return uiTool.getBtn(h, btns)