权限码

This commit is contained in:
shijingjing
2022-07-01 14:03:14 +08:00
parent 0dc6a67f9f
commit 7dd7e6483c
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: "",
},
]
}