去掉判断

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

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

Loading…
Cancel
Save