diff --git a/src/app/key-unit/fire-fighting-device/fire-fighting-device.component.html b/src/app/key-unit/fire-fighting-device/fire-fighting-device.component.html index b21169d..573d925 100644 --- a/src/app/key-unit/fire-fighting-device/fire-fighting-device.component.html +++ b/src/app/key-unit/fire-fighting-device/fire-fighting-device.component.html @@ -1,5 +1,5 @@
- + - +
@@ -251,7 +293,8 @@
-

楼层/区域名称: {{tableMsg.name? tableMsg.name : '暂无名称'}}

+

楼层/区域名称: {{tableMsg.name? + tableMsg.name : '暂无名称'}}

@@ -263,7 +306,7 @@ - + @@ -274,17 +317,23 @@

{{item.name}}

- description + description +
- - - + + + + - {{radio.name}} + {{radio.name}}
diff --git a/src/app/plan-audit/wait-examineer/wait-examineer.component.html b/src/app/plan-audit/wait-examineer/wait-examineer.component.html index d030830..8bda0f7 100644 --- a/src/app/plan-audit/wait-examineer/wait-examineer.component.html +++ b/src/app/plan-audit/wait-examineer/wait-examineer.component.html @@ -157,9 +157,9 @@
{{header}} - {{i.oldValue}} + {{i.oldValue | differentContentTitle}} 变更为 - {{i.newValue}} + {{i.newValue | differentContentTitle}}