Commit a2afcd96 authored by Mac's avatar Mac

1

parent 7273239c
......@@ -349,6 +349,7 @@
</button>
<div v-show="scope.row.OpenIdState">{{ scope.row.OpenId }}</div>
<div v-if="scope.row.WechatNo!=''">微信号:{{scope.row.WechatNo}}</div>
<div v-if="scope.row.Moblie!=''">手机号码:{{scope.row.Moblie}}</div>
</template>
</el-table-column>
<el-table-column label="会员类型">
......@@ -453,7 +454,7 @@
label="加入时间"
></el-table-column>
<el-table-column prop="address" width="200" label="操作">
<el-table-column prop="address" width="140" label="操作" fixed="right">
<template slot-scope="scope">
<el-tooltip
class="item"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment