name
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user