Merge remote-tracking branch 'origin/dev' into dev

This commit is contained in:
aixianling
2022-07-01 14:09:08 +08:00
2 changed files with 2 additions and 3 deletions

View File

@@ -64,7 +64,8 @@ export default {
name: '', name: '',
nowIntegral: '', nowIntegral: '',
page: {current: 1, size: 10}, page: {current: 1, size: 10},
total: 0 total: 0,
detailTable: []
} }
}, },
methods: { methods: {

View File

@@ -36,13 +36,11 @@ export default {
label: "积分申请", label: "积分申请",
name: "applyForIntegral", name: "applyForIntegral",
comp: applyForIntegral, comp: applyForIntegral,
permission: "app_apppartyfee_statistics",
}, },
{ {
label: "自动加分", label: "自动加分",
name: "automaticallyAddCent", name: "automaticallyAddCent",
comp: automaticallyAddCent, comp: automaticallyAddCent,
permission: "",
}, },
] ]
} }