|
|
|
@ -73,7 +73,7 @@ |
|
|
|
<el-table-column fixed="right" label="操作" align="center" width="300"> |
|
|
|
<template slot-scope="scope"> |
|
|
|
<el-button @click="handleAdd(scope.row, 'view')" size="small" type="text">查看</el-button> |
|
|
|
<el-button size="small" @click="handleScore(scope.row)" type="text">积分记录</el-button> |
|
|
|
<!-- <el-button size="small" @click="handleScore(scope.row)" type="text">积分记录</el-button> --> |
|
|
|
<!-- <el-button @click="handleSync(scope.row)" v-if="scope.row.syncType === 'not_sync'" size="small" type="text">同步</el-button> |
|
|
|
<el-button @click="handleNoSync(scope.row)" v-if="scope.row.syncType === 'sync'" size="small" type="text">取消同步</el-button> --> |
|
|
|
<el-button |
|
|
|
|