|
@@ -49,23 +49,23 @@
|
|
|
@selection-change="handleSelectionChange"
|
|
|
>
|
|
|
<el-table-column type="selection" width="55"></el-table-column>
|
|
|
- <el-table-column prop="createBy" label="用户名" width="100"></el-table-column>
|
|
|
<el-table-column prop="name" label="企业名称" width="200"></el-table-column>
|
|
|
<el-table-column prop="legalName" sort-by="legal_name" label="法人代表" width="180"></el-table-column>
|
|
|
<!-- <el-table-column prop="legalCard" sort-by="legal_card" label="法人代表身份证" width="200"></el-table-column> -->
|
|
|
<el-table-column prop="usccCode" sort-by="uscc_code" label="证件编号" width="200"></el-table-column>
|
|
|
- <el-table-column prop="type" sort-by="type_" label="企业类型" width="180"></el-table-column>
|
|
|
- <!-- <el-table-column prop="businessNature" sort-by="business_nature" label="营业性质" width="180"></el-table-column>
|
|
|
+ <el-table-column prop="businessNatureN" sort-by="business_nature" label="营业性质" width="180"></el-table-column>
|
|
|
<el-table-column prop="industryType" sort-by="industry_type" label="行业类型" width="180"></el-table-column>
|
|
|
- <el-table-column prop="insuredNumber" sort-by="insured_number" label="已投保人数" width="180"></el-table-column>
|
|
|
<el-table-column prop="person" sort-by="person_" label="联系人" width="180"></el-table-column>
|
|
|
<el-table-column prop="tel" sort-by="tel_" label="联系电话" width="180"></el-table-column>
|
|
|
+ <!--
|
|
|
+ <el-table-column prop="insuredNumber" sort-by="insured_number" label="已投保人数" width="180"></el-table-column>
|
|
|
<el-table-column prop="mail" sort-by="mail_" label="电子邮箱" width="180"></el-table-column>
|
|
|
<el-table-column prop="postal" sort-by="postal_" label="邮政编码" width="180"></el-table-column>
|
|
|
<el-table-column prop="address" sort-by="address_" label="地址" width="180"></el-table-column>
|
|
|
<el-table-column prop="promoter" sort-by="promoter_" label="推广员账号" width="180"></el-table-column>
|
|
|
- <el-table-column prop="buyId" sort-by="buy_id" label="云平台买方ID" width="180"></el-table-column> -->
|
|
|
+ <el-table-column prop="buyId" sort-by="buy_id" label="云平台买方ID" width="180"></el-table-column>
|
|
|
<el-table-column prop="status" sort-by="status_" label="状态" width="180"></el-table-column>
|
|
|
+ -->
|
|
|
<el-table-column label="操作" fixed="right" width="150">
|
|
|
<template slot-scope="{row}">
|
|
|
<el-button size="mini" type="success" @click="handleOpen(row)">查看详细</el-button>
|