This commit is contained in:
shijingjing
2022-06-30 10:05:00 +08:00
parent 584eec0e78
commit 6de41e883a
4 changed files with 12 additions and 12 deletions

View File

@@ -1,5 +1,5 @@
<template>
<section class="AppPartyScore">
<section class="AppPartyMemberScore">
<component :is="currentPage" v-bind="$props"/>
</section>
</template>
@@ -9,7 +9,7 @@ import PsList from "./psList";
import PsDetail from "./psDetail";
export default {
name: "AppPartyScore",
name: "AppPartyMemberScore",
components: {PsDetail, PsList},
label: "党员积分(三涧溪)",
props: {
@@ -29,7 +29,7 @@ export default {
</script>
<style lang="scss" scoped>
.AppPartyScore {
.AppPartyMemberScore {
height: 100%;
}
</style>