|
|
|
|
@ -87,8 +87,8 @@
|
|
|
|
|
<el-table-column label="用户手机号码" align="center" prop="userPhone" />
|
|
|
|
|
<el-table-column label="类型" align="center" prop="source" >
|
|
|
|
|
<template slot-scope="scope">
|
|
|
|
|
<span v-show="scope.row.source == 1">增加</span>
|
|
|
|
|
<span v-show="scope.row.source == 2">减少</span>
|
|
|
|
|
<span v-show="scope.row.source == 1">增加积分</span>
|
|
|
|
|
<span v-show="scope.row.source == 2">减少积分</span>
|
|
|
|
|
</template>
|
|
|
|
|
</el-table-column>
|
|
|
|
|
<el-table-column label="浮动分数" align="center" prop="floatScore" >
|
|
|
|
|
@ -193,7 +193,7 @@ export default {
|
|
|
|
|
pageSize: 10,
|
|
|
|
|
userName: null,
|
|
|
|
|
userPhone: null,
|
|
|
|
|
source: null,
|
|
|
|
|
source: '',
|
|
|
|
|
floatScore: null,
|
|
|
|
|
soureId: null,
|
|
|
|
|
remarkContent: null,
|
|
|
|
|
|