|
|
|
@ -7,7 +7,7 @@
|
|
|
|
|
:header-cell-style="table_header"
|
|
|
|
|
:cell-style="{ background: 'revert', 'text-align': 'center' }"
|
|
|
|
|
>
|
|
|
|
|
<el-table-column prop="companyName" label="企业名称" width="300">
|
|
|
|
|
<el-table-column prop="companyName" label="企业名称" width="240">
|
|
|
|
|
</el-table-column>
|
|
|
|
|
<el-table-column prop="score" label="平安指数">
|
|
|
|
|
</el-table-column>
|
|
|
|
@ -15,7 +15,7 @@
|
|
|
|
|
<el-table-column
|
|
|
|
|
prop="tbSafeCompanyStatisticsScoreDetails[0].score"
|
|
|
|
|
label="防疫安全"
|
|
|
|
|
width="140"
|
|
|
|
|
width="130"
|
|
|
|
|
>
|
|
|
|
|
</el-table-column>
|
|
|
|
|
<el-table-column
|
|
|
|
@ -33,25 +33,25 @@
|
|
|
|
|
<el-table-column
|
|
|
|
|
prop="tbSafeCompanyStatisticsScoreDetails[3].score"
|
|
|
|
|
label="消防安全"
|
|
|
|
|
width="140"
|
|
|
|
|
width="130"
|
|
|
|
|
>
|
|
|
|
|
</el-table-column>
|
|
|
|
|
<el-table-column
|
|
|
|
|
prop="tbSafeCompanyStatisticsScoreDetails[4].score"
|
|
|
|
|
label="人员安全"
|
|
|
|
|
width="140"
|
|
|
|
|
width="130"
|
|
|
|
|
>
|
|
|
|
|
</el-table-column>
|
|
|
|
|
<el-table-column
|
|
|
|
|
prop="tbSafeCompanyStatisticsScoreDetails[5].score"
|
|
|
|
|
label="网络安全"
|
|
|
|
|
width="140"
|
|
|
|
|
width="130"
|
|
|
|
|
>
|
|
|
|
|
</el-table-column>
|
|
|
|
|
<el-table-column
|
|
|
|
|
prop="tbSafeCompanyStatisticsScoreDetails[6].score"
|
|
|
|
|
label="道路安全"
|
|
|
|
|
width="140"
|
|
|
|
|
width="130"
|
|
|
|
|
>
|
|
|
|
|
</el-table-column>
|
|
|
|
|
<el-table-column
|
|
|
|
@ -63,7 +63,7 @@
|
|
|
|
|
<el-table-column
|
|
|
|
|
prop="tbSafeCompanyStatisticsScoreDetails[8].score"
|
|
|
|
|
label="防攻击安全"
|
|
|
|
|
width="140"
|
|
|
|
|
width="130"
|
|
|
|
|
>
|
|
|
|
|
</el-table-column>
|
|
|
|
|
</el-table-column>
|
|
|
|
|