From 83d7d26fa658b080c7e867eb24dfa504427645a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9A=AE=E4=BC=9F?= Date: Sun, 29 Sep 2019 15:41:30 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E8=B7=9F=E6=96=B0=E4=BF=9D?= =?UTF-8?q?=E5=8D=95=E5=88=97=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/ebiz/serve/PolicyList.vue | 34 +++++------------------------ 1 file changed, 5 insertions(+), 29 deletions(-) diff --git a/src/views/ebiz/serve/PolicyList.vue b/src/views/ebiz/serve/PolicyList.vue index 63db3dbbc..d7d8532cf 100644 --- a/src/views/ebiz/serve/PolicyList.vue +++ b/src/views/ebiz/serve/PolicyList.vue @@ -37,11 +37,7 @@ 保额(元) - {{ `${item.amount}.00` }} + {{ `${item.amount}.00` }}
@@ -52,15 +48,7 @@
- 查看详情 + 查看详情
@@ -104,11 +92,7 @@ 保额(元) - {{ `${item.amount}.00` }} + {{ `${item.amount}.00` }}
@@ -120,15 +104,7 @@
- 查看详情 + 查看详情
@@ -179,7 +155,7 @@ export default { if (item.orderStatus == '0') { item.orderStatus = '有效' that.validList.push(item) - } else { + } else if (item.orderStatus == '1') { item.orderStatus = '无效' that.invalidList.push(item) }