Commit f06355ef authored by 王飞龙's avatar 王飞龙

跳过加密页面修改

parent 639f5c23
......@@ -187,12 +187,13 @@
<!--上方文字显示-->
<div style="display: flex; align-items: center">
<span style="margin-top: 2px"> {{ form.overTime }}</span>
<dict-tag :options="dict.type.bhsp_area" :value="form.regionName" />
-
<dict-tag :options="dict.type.bhsp_road" :value="form.roadName" />
/
<dict-tag :options="dict.type.bhsp_customs" :value="form.customsName" />
- {{ form.monitoringName }}
<dict-tag style="margin: 0 5px" :options="dict.type.bhsp_area" :value="form.regionName" />
<span style="margin: 0 2px">-</span>
<dict-tag style="margin: 0 5px" :options="dict.type.bhsp_road" :value="form.roadName" />
<span style="margin: 0 2px">/</span>
<dict-tag style="margin: 0 5px" :options="dict.type.bhsp_customs" :value="form.customsName" />
<span style="margin: 0 2px">-</span>
{{ form.monitoringName }}
</div>
<!--图片显示-->
<el-row :gutter="8" style="margin-top: 20px">
......
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