Commit 7782f054 authored by youjie's avatar youjie

no message

parent 973e6926
......@@ -85,18 +85,18 @@
:label="$t('hotel.table_operat')"
show-overflow-tooltip>
<template slot-scope="scope">
<div style="display: flex;justify-content: space-between;flex-wrap: wrap;">
<div>
<div style="display: flex;flex-wrap: wrap;">
<div style="margin-right: 10px;">
<el-tooltip v-if="scope.row.CreateBy==EmployeeId" class="item" effect="dark" :content="$t('pub.edit')" placement="top-start">
<el-button @click.stop="EditContact(scope.row)" style="padding:4px" type="primary" icon="el-icon-edit" circle></el-button>
</el-tooltip>
</div>
<div>
<div style="margin-right: 10px;">
<el-tooltip v-if="scope.row.CreateBy==EmployeeId" class="item" effect="dark" :content="$t('adm.adm_resetpd')" placement="top-start">
<el-button @click.stop="EditPassword(scope.row)" style="padding:4px" type="success" icon="el-icon-refresh" circle></el-button>
</el-tooltip>
</div>
<div>
<div style="margin-right: 10px;">
<el-tooltip v-if="scope.row.IsActivation==0" class="item" effect="dark" :content="$t('op.ShareInviteCode')" placement="top-start" >
<el-popover width="180" trigger="click">
<div class="w150" v-loading="wxLoading">
......@@ -114,7 +114,9 @@
{{ $t("salesModule.XCX") }}
</p>
</div>
<el-button slot="reference" type="primary" style="padding:4px " icon="iconfont icon-fenxiang" @click="getWxCode(scope.$index)" circle></el-button>
<el-button slot="reference" type="primary" style="padding:4px" icon="" @click="getWxCode(scope.$index)" circle>
<i class="iconfont icon-fenxiang" style="font-size: 14px;"></i>
</el-button>
</el-popover>
</el-tooltip>
</div>
......
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