|
|
|
@ -201,7 +201,7 @@
|
|
|
|
|
<template slot-scope="scope">
|
|
|
|
|
<dict-tag
|
|
|
|
|
:options="dict.type.major_hazard_level"
|
|
|
|
|
:value="scope.row.majorHazardLevel == 'null' ? '/':scope.row.majorHazardLevel"
|
|
|
|
|
:value="scope.row.majorHazardLevel"
|
|
|
|
|
>
|
|
|
|
|
</dict-tag>
|
|
|
|
|
</template>
|
|
|
|
@ -215,7 +215,7 @@
|
|
|
|
|
<template slot-scope="scope">
|
|
|
|
|
<dict-tag
|
|
|
|
|
:options="dict.type.entpr_color"
|
|
|
|
|
:value="scope.row.entprColor ? scope.row.entprColor : '/'"
|
|
|
|
|
:value="scope.row.entprColor"
|
|
|
|
|
>
|
|
|
|
|
</dict-tag>
|
|
|
|
|
</template>
|
|
|
|
|