This commit is contained in:
2024-09-14 09:02:07 +08:00
parent 64e1c1869d
commit e32530e459
16 changed files with 303 additions and 212 deletions

View File

@@ -82,19 +82,13 @@ export default {
exportURL: exportRawOthercostLogExcel,
},
tableProps,
tableBtn: [
this.$auth.hasPermi(`monitoring:cost-othercost-log:update`)
? {
tableBtn: [{
type: 'edit',
btnName: '编辑',
}
: undefined,
this.$auth.hasPermi(`monitoring:cost-othercost-log:delete`)
? {
},{
type: 'delete',
btnName: '删除',
}
: undefined,
].filter((v) => v),
tableData: [],
formConfig: [