|
@@ -49,11 +49,11 @@
|
|
|
@selection-change="handleSelectionChange"
|
|
|
>
|
|
|
<el-table-column type="selection" width="55"></el-table-column>
|
|
|
- <el-table-column prop="name" sort-by="name_" label="用户名" width="180"></el-table-column>
|
|
|
- <el-table-column prop="realName" sort-by="real_name" label="企业名称" width="180"></el-table-column>
|
|
|
+ <el-table-column prop="name" sort-by="name_" label="用户名" width="260"></el-table-column>
|
|
|
+ <el-table-column prop="realName" sort-by="real_name" label="企业名称" width="260"></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="180"></el-table-column>
|
|
|
- <el-table-column prop="usccCode" sort-by="uscc_code" 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="industryType" sort-by="industry_type" label="行业类型" width="180"></el-table-column>
|
|
@@ -66,7 +66,7 @@
|
|
|
<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="status" sort-by="status_" label="状态" width="180"></el-table-column>
|
|
|
- <el-table-column label="操作" width="300">
|
|
|
+ <el-table-column label="操作" width="180">
|
|
|
<template slot-scope="{row}">
|
|
|
<el-button size="mini" type="success" @click="handleOpen(row)">查看详细</el-button>
|
|
|
<!-- <el-button size="mini" type="warning" @click="handleEdit(row)">编辑</el-button>
|