name
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<ai-list>
|
||||
<ai-list class="AppPartyScoreManage">
|
||||
<template slot="title">
|
||||
<ai-title title="积分维护" :isShowBottomBorder="false" :instance="instance" :isShowArea="false" v-model="areaId"
|
||||
@change="changeArea"></ai-title>
|
||||
@@ -9,7 +9,6 @@
|
||||
<el-tab-pane v-for="(tab,i) in tabs" :key="i" :label="tab.label">
|
||||
<component :is="tab.comp" v-if="currIndex === String(i)" :ref="tab.name"
|
||||
:areaId="areaId" :instance="instance" :dict="dict" :permissions="permissions"/>
|
||||
<!-- -->
|
||||
</el-tab-pane>
|
||||
</el-tabs>
|
||||
</template>
|
||||
@@ -22,7 +21,7 @@ import { mapState } from 'vuex'
|
||||
import scoreChange from "./scoreChange";
|
||||
|
||||
export default {
|
||||
name: 'AppScoreManage',
|
||||
name: 'AppPartyScoreManage',
|
||||
label: "积分维护(三涧溪)",
|
||||
components: { pointsDetails, scoreChange},
|
||||
props: {
|
||||
@@ -72,4 +71,5 @@ export default {
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
.AppPartyScoreManage {}
|
||||
</style>
|
||||
Reference in New Issue
Block a user