This commit is contained in:
yanran200730
2022-02-28 10:06:41 +08:00
parent 0da9b78a13
commit 0eddd90703
2 changed files with 2 additions and 3 deletions

View File

@@ -19,7 +19,6 @@
"AppScoreFamily": "家庭积分", "AppScoreFamily": "家庭积分",
"AppScorePersonal": "个人积分", "AppScorePersonal": "个人积分",
"AppScoreRules": "积分规则", "AppScoreRules": "积分规则",
"AppScoreManage": "积分维护",
"AppScoreSupermarket": "积分超市", "AppScoreSupermarket": "积分超市",
"AppVillageActivity": "乡村活动", "AppVillageActivity": "乡村活动",
"AppAddressBook": "内部通讯录", "AppAddressBook": "内部通讯录",

View File

@@ -24,7 +24,7 @@ import scoreChange from "./scoreChange";
export default { export default {
name: 'AppScoreManage', name: 'AppScoreManage',
label: "积分管理", label: "积分审核",
components: {pointsDeclaration, pointsDetails, pointsAppeal, scoreChange}, components: {pointsDeclaration, pointsDetails, pointsAppeal, scoreChange},
props: { props: {
instance: Function, instance: Function,