From e36d04fc335547bc293078a77924c94a31e99cdc Mon Sep 17 00:00:00 2001
From: Mr Ke <kelq@hugeinfo.com.cn>
Date: Fri, 15 May 2020 16:51:54 +0800
Subject: [PATCH] 发布问卷做问卷总分值100的最大限制

---
 SunshineIns/src/page/Sweeping.jsx |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/SunshineIns/src/page/Sweeping.jsx b/SunshineIns/src/page/Sweeping.jsx
index 9142bc3..f1faea6 100644
--- a/SunshineIns/src/page/Sweeping.jsx
+++ b/SunshineIns/src/page/Sweeping.jsx
@@ -168,7 +168,7 @@
             <Option value="2">涉黑涉恶违法犯罪保护伞</Option>
             <Option value="3">其他</Option>
           </Select>
-          <Input placeholder="根据内容模糊查询" style={{ width: "200px" }} name='content' onChange={this.onInputChange} />
+          <Input placeholder="根据举报说明模糊查询" style={{ width: "200px" }} name='content' onChange={this.onInputChange} />
           <Select
             style={{ width: 200 }}
             placeholder="根据状态查询"

--
Gitblit v1.8.0