|
|
@@ -117,7 +117,7 @@
|
|
|
<el-table-column fixed="left" prop="uid" label="开发者UID" width="100px"/>
|
|
|
<el-table-column fixed="left" prop="user_info.realname" label="姓名" width="100px"/>
|
|
|
<el-table-column fixed="left" prop="item_id" label="目标等级" width="100px" />
|
|
|
- <el-table-column prop="user_info.mobile" label="电话" width="130px">
|
|
|
+ <el-table-column prop="user_info.mobile" label="微信" width="130px">
|
|
|
<template slot-scope="scope">
|
|
|
{{scope.row.extend_memo.weixin || scope.row.user_info.mobile}}
|
|
|
</template>
|
|
|
@@ -200,7 +200,7 @@
|
|
|
show_interview_val:"",
|
|
|
orderby: [
|
|
|
{
|
|
|
- label: "申请时间顺序",
|
|
|
+ label: "申请时间倒序",
|
|
|
value: 0
|
|
|
},
|
|
|
{
|