权限码
This commit is contained in:
@@ -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: {
|
||||||
|
|||||||
@@ -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: "",
|
|
||||||
},
|
},
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user