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

View File

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