去掉判断

zhangtao
吕天方 1 year ago
parent 104447a6d1
commit 80f5d82c2f

@ -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>

Loading…
Cancel
Save