会员积分流水-积分类型默认值

master
382696293@qq.com 2 years ago
parent 80d386c93e
commit 2cee691bae

@ -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,

Loading…
Cancel
Save