|
@@ -364,7 +364,7 @@
|
|
|
<el-table-column label="修改" align="center" class-name="small-padding fixed-width" width="120px" fixed="right">
|
|
|
<template slot-scope="scope">
|
|
|
<el-button
|
|
|
- v-if="scope.row.status==0||scope.row.status==2"
|
|
|
+ v-show="scope.row.status==0||scope.row.status==2"
|
|
|
size="mini"
|
|
|
type="text"
|
|
|
icon="el-icon-edit"
|
|
@@ -401,7 +401,7 @@
|
|
|
<span v-else>绑定会员</span>
|
|
|
</el-button>
|
|
|
|
|
|
- <el-button v-if="scope.row.fsUserId"
|
|
|
+ <el-button v-show="scope.row.fsUserId"
|
|
|
size="mini"
|
|
|
type="text"
|
|
|
icon="el-icon-thumb"
|