|
@@ -109,8 +109,8 @@
|
|
|
/>
|
|
|
</el-select>
|
|
|
</el-form-item>
|
|
|
- <el-form-item label="是否绑小程序" prop="isBindMini">
|
|
|
- <el-select v-model="queryParams.isBindMini" placeholder="是否绑定小程序" clearable size="small" @change="handleQuery" >
|
|
|
+ <el-form-item label="是否绑定会员" prop="isBindMini">
|
|
|
+ <el-select v-model="queryParams.isBindMini" placeholder="是否绑定会员" clearable size="small" @change="handleQuery" >
|
|
|
<el-option
|
|
|
v-for="dict in isBindMiniOptions"
|
|
|
:key="dict.dictValue"
|
|
@@ -355,7 +355,7 @@
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
<el-table-column label="企业id" align="center" prop="corpId" />
|
|
|
- <el-table-column label="是否绑小程序" width="100px" align="center" fixed="right">
|
|
|
+ <el-table-column label="是否绑定会员" width="100px" align="center" fixed="right">
|
|
|
<template slot-scope="scope">
|
|
|
<el-tag v-if="scope.row.fsUserId" >已绑定</el-tag>
|
|
|
<el-tag v-else type="info"> 未绑定</el-tag>
|
|
@@ -381,15 +381,15 @@
|
|
|
</el-table-column>
|
|
|
<el-table-column label="操作" align="center" class-name="small-padding fixed-width" width="120px" fixed="right">
|
|
|
<template slot-scope="scope">
|
|
|
- <el-button
|
|
|
- size="mini"
|
|
|
- type="text"
|
|
|
- icon="el-icon-edit-outline"
|
|
|
- @click="handleUpdateCustomer(scope.row)"
|
|
|
- >
|
|
|
- <span v-if="scope.row.customerId">换绑CRM</span>
|
|
|
- <span v-else>绑定CRM</span>
|
|
|
- </el-button>
|
|
|
+<!-- <el-button-->
|
|
|
+<!-- size="mini"-->
|
|
|
+<!-- type="text"-->
|
|
|
+<!-- icon="el-icon-edit-outline"-->
|
|
|
+<!-- @click="handleUpdateCustomer(scope.row)"-->
|
|
|
+<!-- >-->
|
|
|
+<!-- <span v-if="scope.row.customerId">换绑CRM</span>-->
|
|
|
+<!-- <span v-else>绑定CRM</span>-->
|
|
|
+<!-- </el-button>-->
|
|
|
|
|
|
<el-button
|
|
|
size="mini"
|
|
@@ -397,8 +397,8 @@
|
|
|
icon="el-icon-edit-outline"
|
|
|
@click="handleUpdateUser(scope.row)"
|
|
|
>
|
|
|
- <span v-if="scope.row.fsUserId">换绑小程序用户</span>
|
|
|
- <span v-else>绑定小程序用户</span>
|
|
|
+ <span v-if="scope.row.fsUserId">换绑会员</span>
|
|
|
+ <span v-else>绑定会员</span>
|
|
|
</el-button>
|
|
|
|
|
|
<el-button v-if="scope.row.fsUserId"
|
|
@@ -408,15 +408,15 @@
|
|
|
@click="handleUnBindUserId(scope.row)"
|
|
|
v-hasPermi="['qw:externalContact:unBindUserId']"
|
|
|
>
|
|
|
- <span>解除小程序用户绑定</span>
|
|
|
+ <span>解除会员绑定</span>
|
|
|
</el-button>
|
|
|
|
|
|
- <el-button v-if="scope.row.customerId"
|
|
|
- size="mini"
|
|
|
- type="text"
|
|
|
- icon="el-icon-paperclip"
|
|
|
- @click="handleShow(scope.row)"
|
|
|
- >CRM客户详情</el-button>
|
|
|
+<!-- <el-button v-if="scope.row.customerId"-->
|
|
|
+<!-- size="mini"-->
|
|
|
+<!-- type="text"-->
|
|
|
+<!-- icon="el-icon-paperclip"-->
|
|
|
+<!-- @click="handleShow(scope.row)"-->
|
|
|
+<!-- >CRM客户详情</el-button>-->
|
|
|
<el-button
|
|
|
size="mini"
|
|
|
type="text"
|
|
@@ -731,10 +731,10 @@ export default {
|
|
|
},
|
|
|
|
|
|
myQwCompanyList:[],
|
|
|
- show:{
|
|
|
- title:"客户详情",
|
|
|
- open:false,
|
|
|
- },
|
|
|
+ // show:{
|
|
|
+ // title:"客户详情",
|
|
|
+ // open:false,
|
|
|
+ // },
|
|
|
|
|
|
//存储选择的客户
|
|
|
chooseCustomerSOP:null,
|