BUG 积分维护

This commit is contained in:
aixianling
2022-04-06 15:56:14 +08:00
parent a480902ce6
commit dbdb0601f3
2 changed files with 3 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
<template> <template>
<ai-list> <ai-list>
<template slot="title"> <template slot="title">
<ai-title title="积分管理" :isShowBottomBorder="false"/> <ai-title title="积分维护" :isShowBottomBorder="false"/>
</template> </template>
<template slot="tabs"> <template slot="tabs">
<el-tabs v-model="currIndex"> <el-tabs v-model="currIndex">
@@ -23,7 +23,7 @@ import scoreChange from "./scoreChange";
export default { export default {
name: 'AppScoreManage', name: 'AppScoreManage',
label: "积分管理(秀山)", label: "积分维护(秀山)",
components: {pointsDeclaration, pointsDetails, pointsAppeal, scoreChange}, components: {pointsDeclaration, pointsDetails, pointsAppeal, scoreChange},
props: { props: {
instance: Function, instance: Function,

View File

@@ -14,7 +14,7 @@
v-model="search.portalUserPhone" v-model="search.portalUserPhone"
class="search-input" class="search-input"
size="small" size="small"
placeholder="对象、用户账号、事件类型" placeholder="用户账号、事件类型"
clearable clearable
@change="search.current = 1, getList()" @change="search.current = 1, getList()"
suffix-icon="iconfont iconSearch"/> suffix-icon="iconfont iconSearch"/>