This commit is contained in:
yanran200730
2022-02-17 17:39:27 +08:00
5 changed files with 52 additions and 2 deletions

View File

@@ -184,7 +184,7 @@ import {mapState} from 'vuex';
import detail from './detail'
export default {
name: 'scoreFamily',
name: 'AppScoreFamily',
label: "家庭积分",
props: {
instance: Function,

View File

@@ -99,7 +99,7 @@ import {mapState} from 'vuex';
import detail from './detail'
export default {
name: 'scorePersonal',
name: 'AppScorePersonal',
label: "个人积分",
props: {
instance: Function,