From 326bdb73c590cb669af344cfdc4ee6f02bf1b0a8 Mon Sep 17 00:00:00 2001
From: Mr Ke <kelq@hugeinfo.com.cn>
Date: Wed, 27 May 2020 10:16:11 +0800
Subject: [PATCH] 链接指纹是杯页面
---
SunshineIns/src/page/Snapshot.jsx | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/SunshineIns/src/page/Snapshot.jsx b/SunshineIns/src/page/Snapshot.jsx
index 8fd1481..ab08a34 100644
--- a/SunshineIns/src/page/Snapshot.jsx
+++ b/SunshineIns/src/page/Snapshot.jsx
@@ -174,7 +174,7 @@
</Breadcrumb>
<TableBtnView name={''} key={resetKey}>
<Input placeholder="根据姓名模糊查询" style={{ width: "200px" }} name='userName' onChange={this.onInputChange} />
- <Input placeholder="根据电话号码模糊查询" style={{ width: "200px" }} name='mobile' onChange={this.onInputChange} />
+ <Input placeholder="根据联系方式模糊查询" style={{ width: "200px" }} name='mobile' onChange={this.onInputChange} />
<Input placeholder="根据拍摄地址模糊查询" style={{ width: "200px" }} name='address' onChange={this.onInputChange} />
<Select
style={{ width: 200 }}
--
Gitblit v1.8.0