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