|
|
@ -19,7 +19,7 @@ |
|
|
|
<div class="div_info_item"> |
|
|
|
<span class="span_item_title">有无异常:</span> |
|
|
|
|
|
|
|
<span v-if="info.isNormalShow">{{info.isNormalShow}}</span> |
|
|
|
<span v-if="info.isNormal">{{info.isNormal}}</span> |
|
|
|
<span v-else>--</span> |
|
|
|
</div> |
|
|
|
<div class="div_info_item"> |
|
|
@ -91,7 +91,7 @@ export default { |
|
|
|
info: { |
|
|
|
title: "",//事项名称 |
|
|
|
workTypeName: "",//事项类型码 |
|
|
|
isNormalShow: "",//有无异常 |
|
|
|
isNormal: "",//有无异常 |
|
|
|
staffName: "",//人员姓名 |
|
|
|
happenAddress: "",//发生地点 |
|
|
|
happenTime: "",//发生时间 返回返回格式化字符串,yyyy-MM-dd |
|
|
|