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: '',
nowIntegral: '',
page: {current: 1, size: 10},
total: 0
total: 0,
detailTable: []
}
},
methods: {

View File

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