From 0980d84ca3421f660080ca00ef0e70148a1921b8 Mon Sep 17 00:00:00 2001 From: Sjh <55341701@qq.com> Date: Mon, 25 Mar 2024 16:09:56 +0800 Subject: [PATCH] =?UTF-8?q?[=E5=AE=8C=E5=96=84]=E9=A2=84=E6=A1=88=E5=AE=A1?= =?UTF-8?q?=E6=A0=B8=E5=8D=95=E4=BD=8D=E8=A2=AB=E5=88=A0=E9=99=A4=E4=BC=98?= =?UTF-8?q?=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- proxy.config.json | 2 +- .../plan-audit/plan-record/plan-record.component.html | 4 ++-- .../wait-examineer/wait-examineer.component.html | 8 ++++---- src/index.html | 10 +++++----- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/proxy.config.json b/proxy.config.json index 8129e12..e61e510 100644 --- a/proxy.config.json +++ b/proxy.config.json @@ -1,6 +1,6 @@ { "/api": { - "target": "http://121.36.37.70:8201/", + "target": "http://10.81.73.39:8000/", "生产": "http://10.81.73.39:8000/", "测试": "http://121.36.37.70:8201/", "生产2": "http://183.194.244.232:8088/", diff --git a/src/app/plan-audit/plan-record/plan-record.component.html b/src/app/plan-audit/plan-record/plan-record.component.html index f79ed4b..9a725a0 100644 --- a/src/app/plan-audit/plan-record/plan-record.component.html +++ b/src/app/plan-audit/plan-record/plan-record.component.html @@ -106,9 +106,9 @@ {{item.contentType=='1'?'Ⅰ级预案':item.contentType=='2'?'Ⅱ级预案':item.contentType=='3'?'Ⅲ级预案':item.contentType=='4'?'Ⅳ级预案':item.contentType=='5'? 'Ⅴ级预案':item.contentType=='6'?'应急预案(国家级)':item.contentType=='7'?'应急预案(市级)':item.contentType=='8'?'类型预案':(item.contentType=='11' &&item.itemObj&& - item.itemObj.isFollowed)?'重点单位':(item.contentType=='11' + item.itemObj?.isFollowed)?'重点单位':(item.contentType=='11' &&item.itemObj&& - !item.itemObj.isFollowed)?'一般单位':(item.contentType=='11' + !item.itemObj?.isFollowed)?'一般单位':(item.contentType=='11' &&!item.itemObj)?'已删除':item.contentType=='12'?'水源':item.contentType=='13'?'消防力量':item.contentType=='14'?'联动力量':'未知'}}