@ -293,7 +293,7 @@ export const AssetsAccount = useCrudSchemas(reactive<CrudSchema[]>([
field: 'action',
isForm: false,
table: {
width: 150,
width: 200,
fixed: 'right'
}
@ -153,7 +153,6 @@ const buttonBaseClick = (val, item) => {
// 列表-操作按钮
const butttondata = [
defaultButtons.mainListEditBtn(null), // 编辑
defaultButtons.defaultImportBtn(null), // 导入
defaultButtons.mainListDeleteBtn(null), // 删除
]