|
|
@ -11,6 +11,12 @@
|
|
|
|
<el-table-column label="联络人编号" prop="llrbh" />
|
|
|
|
<el-table-column label="联络人编号" prop="llrbh" />
|
|
|
|
<el-table-column label="入库时间" prop="dwTimestamp" />
|
|
|
|
<el-table-column label="入库时间" prop="dwTimestamp" />
|
|
|
|
<el-table-column label="来源机构" prop="dwLyjg" />
|
|
|
|
<el-table-column label="来源机构" prop="dwLyjg" />
|
|
|
|
|
|
|
|
<el-table-column label="是否默认联系人" prop="defaultcontact">
|
|
|
|
|
|
|
|
<template slot-scope="scope">
|
|
|
|
|
|
|
|
<span v-if="scope.row.defaultcontact == 1">是</span>
|
|
|
|
|
|
|
|
<span v-else>否</span>
|
|
|
|
|
|
|
|
</template>
|
|
|
|
|
|
|
|
</el-table-column>
|
|
|
|
</el-table>
|
|
|
|
</el-table>
|
|
|
|
</section>
|
|
|
|
</section>
|
|
|
|
<el-row>
|
|
|
|
<el-row>
|
|
|
|