From 8d68b6a1dcdf5008fba6bdac5858d1085a0e63e7 Mon Sep 17 00:00:00 2001
From: liuwh <hugeinfo123>
Date: Mon, 30 Mar 2020 23:14:04 +0800
Subject: [PATCH] 提交

---
 SunshineIns/src/page/Examine.jsx |   10 +++++++---
 1 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/SunshineIns/src/page/Examine.jsx b/SunshineIns/src/page/Examine.jsx
index e380587..6404369 100644
--- a/SunshineIns/src/page/Examine.jsx
+++ b/SunshineIns/src/page/Examine.jsx
@@ -136,9 +136,13 @@
             title: '操作',
             key: 'action',
             render: (text, record) => (
-                <span>
-                    <a onClick={() => this.showModal(record.id)}>审核</a>
-                </span>
+                record.status == 1 ?
+                    <span>
+                        <a onClick={() => this.showModal(record.id)}>审核</a>
+                    </span>
+                    : <span>
+                        <a onClick={() => this.showModal(record.id)}>详情</a>
+                    </span>
             ),
         }];
         const { data, loading, resetKey, formData } = this.state;

--
Gitblit v1.8.0