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>
<ai-list class="AppScoreRules">
<ai-list class="AppPartyScoreRules">
<template slot="title">
<ai-title title="积分规则" :isShowBottomBorder="false" :instance="instance" :isShowArea="false" v-model="areaId"
@change="changeArea"></ai-title>
@@ -21,7 +21,7 @@ import automaticallyAddCent from "./components/automaticallyAddCent.vue";
import { mapState } from 'vuex'
export default {
name: 'AppScoreRules',
name: 'AppPartyScoreRules',
label: "积分规则(三涧溪)",
components: { applyForIntegral, automaticallyAddCent},
props: {
@@ -71,5 +71,5 @@ export default {
</script>
<style lang="scss" scoped>
.AppScoreRules {}
.AppPartyScoreRules {}
</style>