BUG 积分维护
This commit is contained in:
@@ -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,
|
||||
|
||||
@@ -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"/>
|
||||
|
||||
Reference in New Issue
Block a user