|
|
@@ -337,9 +337,9 @@
|
|
|
<!-- </el-tabs>-->
|
|
|
|
|
|
<el-table v-loading="loading" :data="externalContactList" @selection-change="handleSelectionChange" border>
|
|
|
- <el-table-column type="selection" width="55" align="center" />
|
|
|
- <el-table-column label="企微客户ID" align="center" prop="id" />
|
|
|
- <el-table-column label="企微客户头像" align="center" prop="avatar" width="100px">
|
|
|
+ <el-table-column type="selection" width="55" align="center" fixed="left"/>
|
|
|
+ <el-table-column label="企微客户ID" align="center" prop="id" fixed="left"/>
|
|
|
+ <el-table-column label="企微客户头像" align="center" prop="avatar" width="100px" fixed="left">
|
|
|
<template slot-scope="scope">
|
|
|
<el-popover
|
|
|
placement="right"
|
|
|
@@ -350,7 +350,7 @@
|
|
|
</el-popover>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
- <el-table-column label="企微客户名称" prop="name" width="110px"/>
|
|
|
+ <el-table-column label="企微客户名称" prop="name" width="110px" fixed="left"/>
|
|
|
<el-table-column label="客户称呼" prop="stageStatus" width="110px"/>
|
|
|
<el-table-column label="销售企微昵称" align="center" prop="qwUserName" width="120px"/>
|
|
|
<el-table-column label="企微部门" align="center" prop="departmentName" width="120px"/>
|