|
|
|
@ -165,15 +165,18 @@
|
|
|
|
|
<el-table-column label="序号" type="index"></el-table-column>
|
|
|
|
|
<el-table-column label="生产企业名称" prop="ylqxzcrbarmc" width="200" show-overflow-tooltip></el-table-column>
|
|
|
|
|
<el-table-column label="统一社会信用代码" prop="tyshxydm"show-overflow-tooltip></el-table-column>
|
|
|
|
|
<el-table-column label="注册/备案证号" prop="zczbhhzbapzbh"show-overflow-tooltip></el-table-column>
|
|
|
|
|
<el-table-column label="企业类型" prop="bussinessStatus" width="120">
|
|
|
|
|
<!-- <el-table-column label="注册/备案证号" prop="zczbhhzbapzbh"show-overflow-tooltip></el-table-column>-->
|
|
|
|
|
<el-table-column label="企业类型" prop="companyType" width="120">
|
|
|
|
|
<template slot-scope="scope">
|
|
|
|
|
<span>{{ companyTypeMap[scope.row.companyType] }}</span>
|
|
|
|
|
</template>
|
|
|
|
|
</el-table-column>
|
|
|
|
|
<el-table-column label="产品名称" prop="cpmctymc"show-overflow-tooltip></el-table-column>
|
|
|
|
|
<!-- <el-table-column label="产品类别" prop="addType" :show-overflow-tooltip="true"></el-table-column>-->
|
|
|
|
|
<el-table-column label="分类编码" prop="flbm" :show-overflow-tooltip="true"></el-table-column>
|
|
|
|
|
<el-table-column label="所在地区" prop="placeArea"show-overflow-tooltip></el-table-column>
|
|
|
|
|
<el-table-column label="所在地址" prop="placeAddress" :show-overflow-tooltip="true"></el-table-column>
|
|
|
|
|
<!-- <el-table-column label="所属供应商" prop="supName" :show-overflow-tooltip="true"></el-table-column>-->
|
|
|
|
|
<!-- <el-table-column label="产品名称" prop="cpmctymc"show-overflow-tooltip></el-table-column>-->
|
|
|
|
|
<!--<!– <el-table-column label="产品类别" prop="addType" :show-overflow-tooltip="true"></el-table-column>–>-->
|
|
|
|
|
<!-- <el-table-column label="分类编码" prop="flbm" :show-overflow-tooltip="true"></el-table-column>-->
|
|
|
|
|
<el-table-column label="产品资质证书" prop="auditStatus" width="120">
|
|
|
|
|
<template slot-scope="scope">
|
|
|
|
|
|
|
|
|
|