|
|
|
@ -1,7 +1,7 @@
|
|
|
|
<template>
|
|
|
|
<template>
|
|
|
|
<div class="townsman-container w">
|
|
|
|
<div class="townsman-container w">
|
|
|
|
<div class="contenttitle">
|
|
|
|
<div class="contenttitle">
|
|
|
|
<span>我的老乡</span>
|
|
|
|
<!-- <span>我的老乡</span> -->
|
|
|
|
<div @click="getTownsman">
|
|
|
|
<div @click="getTownsman">
|
|
|
|
<button
|
|
|
|
<button
|
|
|
|
@click="pagination.searchTag = 1"
|
|
|
|
@click="pagination.searchTag = 1"
|
|
|
|
@ -107,17 +107,28 @@ export default {
|
|
|
|
width: 90,
|
|
|
|
width: 90,
|
|
|
|
},
|
|
|
|
},
|
|
|
|
{
|
|
|
|
{
|
|
|
|
title: "跟进记录",
|
|
|
|
title: "年龄",
|
|
|
|
dataIndex: "userServeRecordDespLatest",
|
|
|
|
dataIndex: "age",
|
|
|
|
key: "userServeRecordDespLatest",
|
|
|
|
key: "age",
|
|
|
|
ellipsis: true,
|
|
|
|
ellipsis: true,
|
|
|
|
},
|
|
|
|
},
|
|
|
|
{
|
|
|
|
{
|
|
|
|
title: "更新时间",
|
|
|
|
title: "民族",
|
|
|
|
dataIndex: "updateTime",
|
|
|
|
dataIndex: "nation",
|
|
|
|
key: "updateTime",
|
|
|
|
key: "nation",
|
|
|
|
|
|
|
|
ellipsis: true,
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
title: "手机号",
|
|
|
|
|
|
|
|
dataIndex: "tel",
|
|
|
|
|
|
|
|
key: "tel",
|
|
|
|
|
|
|
|
ellipsis: true,
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
title: "身份证号",
|
|
|
|
|
|
|
|
dataIndex: "idCard",
|
|
|
|
|
|
|
|
key: "idCard",
|
|
|
|
ellipsis: true,
|
|
|
|
ellipsis: true,
|
|
|
|
width: 160,
|
|
|
|
|
|
|
|
},
|
|
|
|
},
|
|
|
|
],
|
|
|
|
],
|
|
|
|
data: [],
|
|
|
|
data: [],
|
|
|
|
|