Commit 7ba722e3 authored by yaqizhang's avatar yaqizhang

Merge branch 'master' of ssh://111.61.77.35:15/lizhichao/whp-xl into master

parents ad084bf4 8ba29d3c
...@@ -61,10 +61,21 @@ ...@@ -61,10 +61,21 @@
<el-table-column prop="legalPerson" label="企业法人"></el-table-column> <el-table-column prop="legalPerson" label="企业法人"></el-table-column>
<el-table-column prop="orgCode" label="统一社会信用代码"></el-table-column> <el-table-column prop="orgCode" label="统一社会信用代码"></el-table-column>
<el-table-column prop="legalPersonEmail" label="法人邮箱"></el-table-column> <el-table-column prop="legalPersonEmail" label="法人邮箱"></el-table-column>
<el-table-column prop="" label="监管分类"></el-table-column> <el-table-column prop="regulationBigType" label="监管分类">
<el-table-column prop="" label="危险源数量"></el-table-column> <template slot-scope="scope">
<el-table-column prop="" label="企业地址"> <span v-if="scope.row.regulationBigType == 1">非煤矿山</span>
</el-table-column> <span v-if="scope.row.regulationBigType == 2">危险化学品</span>
<span v-if="scope.row.regulationBigType == 3">冶金</span>
<span v-if="scope.row.regulationBigType == 4">有色</span>
<span v-if="scope.row.regulationBigType == 5">建材</span>
<span v-if="scope.row.regulationBigType == 6">机械</span>
<span v-if="scope.row.regulationBigType == 7">轻工</span>
<span v-if="scope.row.regulationBigType == 8">纺织</span>
<span v-if="scope.row.regulationBigType == 9">商贸</span>
<span v-if="scope.row.regulationBigType == 10">其他</span>
</template>
</el-table-column>
<el-table-column prop="regAddress" label="企业地址" />
<el-table-column label="操作" width="170" align="center"> <el-table-column label="操作" width="170" align="center">
<template slot-scope="scope"> <template slot-scope="scope">
<el-button type="success" size="small" @click="checkDetal(scope.row)"> <el-button type="success" size="small" @click="checkDetal(scope.row)">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment