|
|
|
@ -149,15 +149,15 @@
|
|
|
|
|
</template>
|
|
|
|
|
</el-table-column>
|
|
|
|
|
<el-table-column
|
|
|
|
|
prop="enterColor"
|
|
|
|
|
prop="entprcolor"
|
|
|
|
|
label="企业分色"
|
|
|
|
|
header-align="center"
|
|
|
|
|
>
|
|
|
|
|
<template slot-scope="scope">
|
|
|
|
|
<div>
|
|
|
|
|
{{
|
|
|
|
|
scope.row.enterColorChart != "null"
|
|
|
|
|
? filterTable(dict.entpr_color, scope.row.enterColor)
|
|
|
|
|
scope.row.entprcolor != "null"
|
|
|
|
|
? filterTable(dict.entpr_color, scope.row.entprcolor)
|
|
|
|
|
: ""
|
|
|
|
|
}}
|
|
|
|
|
</div>
|
|
|
|
@ -222,13 +222,7 @@
|
|
|
|
|
v-for="(item, index) in listDes"
|
|
|
|
|
:key="index"
|
|
|
|
|
>
|
|
|
|
|
{{
|
|
|
|
|
item.value == "null"
|
|
|
|
|
? ""
|
|
|
|
|
: item.value == "false"
|
|
|
|
|
? "暂无"
|
|
|
|
|
: item.value
|
|
|
|
|
}}
|
|
|
|
|
{{ item.value }}
|
|
|
|
|
</el-descriptions-item>
|
|
|
|
|
</el-descriptions>
|
|
|
|
|
</div>
|
|
|
|
@ -309,11 +303,11 @@ export default {
|
|
|
|
|
label: "注册安全工程师人员数量",
|
|
|
|
|
value: "",
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
eng: "doublePreven",
|
|
|
|
|
label: "是否开展双重预防机制",
|
|
|
|
|
value: "",
|
|
|
|
|
},
|
|
|
|
|
// {
|
|
|
|
|
// eng: "doublePreven",
|
|
|
|
|
// label: "是否开展双重预防机制",
|
|
|
|
|
// value: "",
|
|
|
|
|
// },
|
|
|
|
|
{
|
|
|
|
|
eng: "ecoTypeLarge",
|
|
|
|
|
label: "经济类型大类",
|
|
|
|
@ -330,25 +324,25 @@ export default {
|
|
|
|
|
value: "",
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
eng: "enterColorChart",
|
|
|
|
|
label: "企业分色图",
|
|
|
|
|
value: "",
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
eng: "entprId",
|
|
|
|
|
label: "企业ID",
|
|
|
|
|
eng: "entprcolor",
|
|
|
|
|
label: "企业分色",
|
|
|
|
|
value: "",
|
|
|
|
|
},
|
|
|
|
|
// {
|
|
|
|
|
// eng: "entprId",
|
|
|
|
|
// label: "企业ID",
|
|
|
|
|
// value: "",
|
|
|
|
|
// },
|
|
|
|
|
{
|
|
|
|
|
eng: "entprName",
|
|
|
|
|
label: "企业名称",
|
|
|
|
|
value: "",
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
eng: "entprPlaneGragh",
|
|
|
|
|
label: "企业平面图",
|
|
|
|
|
value: "",
|
|
|
|
|
},
|
|
|
|
|
// {
|
|
|
|
|
// eng: "entprPlaneGragh",
|
|
|
|
|
// label: "企业平面图",
|
|
|
|
|
// value: "",
|
|
|
|
|
// },
|
|
|
|
|
{
|
|
|
|
|
eng: "floorArea",
|
|
|
|
|
label: "占地面积(㎡)",
|
|
|
|
@ -389,26 +383,26 @@ export default {
|
|
|
|
|
label: "行业类别门类",
|
|
|
|
|
value: "",
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
eng: "indusTypeLagre",
|
|
|
|
|
label: "行业类别大类",
|
|
|
|
|
value: "",
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
eng: "indusTypeMiddle",
|
|
|
|
|
label: "行业类别中类",
|
|
|
|
|
value: "",
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
eng: "indusTypeSmall",
|
|
|
|
|
label: "行业类别小类",
|
|
|
|
|
value: "",
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
eng: "industryRefer",
|
|
|
|
|
label: "工贸涉及(专项治理类别)",
|
|
|
|
|
value: "",
|
|
|
|
|
},
|
|
|
|
|
// {
|
|
|
|
|
// eng: "indusTypeLagre",
|
|
|
|
|
// label: "行业类别大类",
|
|
|
|
|
// value: "",
|
|
|
|
|
// },
|
|
|
|
|
// {
|
|
|
|
|
// eng: "indusTypeMiddle",
|
|
|
|
|
// label: "行业类别中类",
|
|
|
|
|
// value: "",
|
|
|
|
|
// },
|
|
|
|
|
// {
|
|
|
|
|
// eng: "indusTypeSmall",
|
|
|
|
|
// label: "行业类别小类",
|
|
|
|
|
// value: "",
|
|
|
|
|
// },
|
|
|
|
|
// {
|
|
|
|
|
// eng: "industryRefer",
|
|
|
|
|
// label: "工贸涉及(专项治理类别)",
|
|
|
|
|
// value: "",
|
|
|
|
|
// },
|
|
|
|
|
{
|
|
|
|
|
eng: "infoYear",
|
|
|
|
|
label: "数据年份",
|
|
|
|
@ -556,16 +550,16 @@ export default {
|
|
|
|
|
label: "是否为国有企业",
|
|
|
|
|
value: "",
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
eng: "supervisionLarge",
|
|
|
|
|
label: "行业监管大类",
|
|
|
|
|
value: "",
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
eng: "supervisionSmall",
|
|
|
|
|
label: "行业监管小类",
|
|
|
|
|
value: "",
|
|
|
|
|
},
|
|
|
|
|
// {
|
|
|
|
|
// eng: "supervisionLarge",
|
|
|
|
|
// label: "行业监管大类",
|
|
|
|
|
// value: "",
|
|
|
|
|
// },
|
|
|
|
|
// {
|
|
|
|
|
// eng: "supervisionSmall",
|
|
|
|
|
// label: "行业监管小类",
|
|
|
|
|
// value: "",
|
|
|
|
|
// },
|
|
|
|
|
{
|
|
|
|
|
eng: "uscCode",
|
|
|
|
|
label: "统一社会信用代码",
|
|
|
|
@ -708,6 +702,12 @@ export default {
|
|
|
|
|
value1.value
|
|
|
|
|
);
|
|
|
|
|
}
|
|
|
|
|
if (value1.value == null ) {
|
|
|
|
|
this.listDes[index1].value = '/'
|
|
|
|
|
}
|
|
|
|
|
if ( value1.value == 'false') {
|
|
|
|
|
this.listDes[index1].value = '否'
|
|
|
|
|
}
|
|
|
|
|
});
|
|
|
|
|
},
|
|
|
|
|
quhua(e) {
|
|
|
|
|