xujing 5 년 전
부모
커밋
9ba630fa0c

+ 1
- 1
src/pages/activity/dataRecord/table/newuser.jsx 파일 보기

@@ -132,7 +132,7 @@ const header = props => {
132 132
           {getFieldDecorator('province')(<Input placeholder="请输入归属地" />)}
133 133
         </Form.Item>
134 134
         <Form.Item style={{ marginTop: '20px', marginBottom: '20px' }}>
135
-          <Button type="primary" htmlType="submit" style={{ marginLeft: '30px' }}> 查询</Button>
135
+          <Button type="primary" htmlType="submit" style={{ marginLeft: '30px' }}> 搜索</Button>
136 136
           <Button onClick={handleReset} style={{ marginLeft: '30px' }}>重置</Button>
137 137
           <Icon type="question-circle" theme="filled" style={{ fontSize: '25px', color: '#F00', marginLeft: '30px' }} onClick={() => setShowHelp(true)} />
138 138
           <Modal

+ 1
- 1
src/pages/activity/dataRecord/table/shareNum.jsx 파일 보기

@@ -132,7 +132,7 @@ const header = props => {
132 132
           {getFieldDecorator('sharePersonName')(<Input placeholder="分享者姓名" />)}
133 133
         </Form.Item>
134 134
         <Form.Item style={{ marginTop: '20px', marginBottom: '20px' }}>
135
-          <Button type="primary" htmlType="submit" style={{ marginLeft: '30px' }}> 查询</Button>
135
+          <Button type="primary" htmlType="submit" style={{ marginLeft: '30px' }}> 搜索</Button>
136 136
           <Button onClick={handleReset} style={{ marginLeft: '30px' }}>重置</Button>
137 137
         </Form.Item>
138 138
         <Icon type="question-circle" theme="filled" style={{ fontSize: '25px', color: '#F00', marginLeft: '30px' }} onClick={() => setShowHelp(true)} />

+ 1
- 1
src/pages/activity/dataRecord/table/shares.jsx 파일 보기

@@ -167,7 +167,7 @@ const header = props => {
167 167
           {getFieldDecorator('sharePersonName')(<Input placeholder="分享者姓名" />)}
168 168
         </Form.Item>
169 169
         <Form.Item style={{ marginTop: '20px', marginBottom: '20px' }}>
170
-          <Button type="primary" htmlType="submit" style={{ marginLeft: '30px' }}> 查询</Button>
170
+          <Button type="primary" htmlType="submit" style={{ marginLeft: '30px' }}> 搜索</Button>
171 171
           <Button onClick={handleReset} style={{ marginLeft: '30px' }}>重置</Button>
172 172
         </Form.Item>
173 173
         <Icon type="question-circle" theme="filled" style={{ fontSize: '25px', color: '#F00', marginLeft: '30px' }} onClick={() => setShowHelp(true)} />

+ 1
- 1
src/pages/activity/dataRecord/table/visitNum.jsx 파일 보기

@@ -151,7 +151,7 @@ const header = props => {
151 151
         </Form.Item>
152 152
         <Form.Item style={{ marginTop: '20px', marginBottom: '20px' }}>
153 153
           <Button type="primary" htmlType="submit" style={{ marginLeft: '30px' }}>
154
-            查询
154
+            搜索
155 155
             </Button>
156 156
           <Button onClick={handleReset} style={{ marginLeft: '30px' }}>重置</Button>
157 157
         </Form.Item>

+ 1
- 1
src/pages/activity/dataRecord/table/visitors.jsx 파일 보기

@@ -160,7 +160,7 @@ const header = props => {
160 160
         </Form.Item>
161 161
         <Form.Item style={{ marginTop: '20px', marginBottom: '20px' }}>
162 162
           <Button type="primary" htmlType="submit" style={{ marginLeft: '30px' }}>
163
-            查询
163
+            搜索
164 164
             </Button>
165 165
           <Button onClick={handleReset} style={{ marginLeft: '30px' }}>重置</Button>
166 166
         </Form.Item>

+ 1
- 1
src/pages/activity/groupActivity/helpRecord.jsx 파일 보기

@@ -505,7 +505,7 @@ function helpRecord(row) {
505 505
         </Form.Item>
506 506
         <Form.Item>
507 507
             <Button type="primary" htmlType="submit" >
508
-              查询
508
+              搜索
509 509
             </Button>
510 510
             <Button style={{ marginLeft: 8 }} onClick={handleReset}>
511 511
               重置

+ 1
- 1
src/pages/activity/helpActivity/helpRecord.jsx 파일 보기

@@ -511,7 +511,7 @@ function helpRecord(row) {
511 511
         </Form.Item>
512 512
         <Form.Item>
513 513
             <Button type="primary" htmlType="submit" >
514
-              查询
514
+              搜索
515 515
             </Button>
516 516
             <Button style={{ marginLeft: 8 }} onClick={handleReset}>
517 517
               重置

+ 1
- 1
src/pages/activity/helpActivity/signList.jsx 파일 보기

@@ -510,7 +510,7 @@ function helpRecord(row) {
510 510
         </Form.Item>
511 511
         <Form.Item>
512 512
             <Button type="primary" htmlType="submit" >
513
-              查询
513
+              搜索
514 514
             </Button>
515 515
             <Button style={{ marginLeft: 8 }} onClick={handleReset}>
516 516
               重置

+ 2
- 2
src/pages/channel/brokerList.jsx 파일 보기

@@ -117,7 +117,7 @@ const header = props => {
117 117
     }
118 118
 
119 119
 
120
- // 查询
120
+ // 搜索
121 121
  function queryList() {
122 122
   getListBroker({ ...queryData, pageNum: 1, pageSize: 10, channelId: props.location.query.id })
123 123
 }
@@ -173,7 +173,7 @@ return (
173 173
       })(<Input/>)}
174 174
     </Form.Item>
175 175
     <Form.Item >
176
-   <Button type="primary" htmlType="submit" >查询</Button>
176
+   <Button type="primary" htmlType="submit" >搜索</Button>
177 177
      <Button onClick={handleReset} style={{ marginLeft: 18 }}>重置</Button>
178 178
     </Form.Item>
179 179
    </Form>

+ 1
- 1
src/pages/customer/visiting/index.jsx 파일 보기

@@ -152,7 +152,7 @@ function body (props) {
152 152
         </Form.Item>
153 153
         <Form.Item>
154 154
             <Button type="primary" htmlType="submit" >
155
-              查询
155
+              搜索
156 156
             </Button>
157 157
             <Button style={{ marginLeft: 8 }} onClick={handleReset}>
158 158
               重置

+ 1
- 1
src/pages/indexEcharts/userSource.jsx 파일 보기

@@ -174,7 +174,7 @@ class Header extends React.Component {
174 174
           onChange={(_dates, dateStrings) => this.onChangetime(_dates, dateStrings)}
175 175
         />
176 176
         <Button type="primary" htmlType="submit" style={{ marginLeft: '30px' }} onClick={() => this.datalist()}>
177
-          查询
177
+          搜索
178 178
         </Button>
179 179
         <Button type="danger" onClick={() => router.go(-1)} style={{ marginBottom: '18px', marginLeft: '30px' }}>返回</Button>
180 180
         <div>

+ 1
- 1
src/pages/statistical/activity/addRegistNum.jsx 파일 보기

@@ -220,7 +220,7 @@ class SharePersonNum extends React.Component {
220 220
         </Form.Item>
221 221
           <Form.Item style={{marginTop:'20px', marginBottom:'20px'}}>
222 222
             <Button type="primary" htmlType="submit" style={{ marginLeft: '30px' }}>
223
-                查询
223
+                搜索
224 224
             </Button>
225 225
             <Button onClick={e => this.handleReset()} style={{ marginLeft: '30px' }}>重置</Button>
226 226
           </Form.Item>

+ 1
- 1
src/pages/statistical/activity/shareNum.jsx 파일 보기

@@ -230,7 +230,7 @@ class SharePersonNum extends React.Component {
230 230
           </Form.Item>
231 231
           <Form.Item style={{marginTop:'20px', marginBottom:'20px'}}>
232 232
             <Button type="primary" htmlType="submit" style={{ marginLeft: '30px' }}>
233
-                查询
233
+                搜索
234 234
             </Button>
235 235
             <Button onClick={e => this.handleReset()} style={{ marginLeft: '30px' }}>重置</Button>
236 236
           </Form.Item>

+ 1
- 1
src/pages/statistical/activity/sharePersonNum.jsx 파일 보기

@@ -319,7 +319,7 @@ class SharePersonNum extends React.Component {
319 319
           </Form.Item>
320 320
           <Form.Item style={{ marginTop: '20px', marginBottom: '20px' }}>
321 321
             <Button type="primary" htmlType="submit" style={{ marginLeft: '30px' }}>
322
-              查询
322
+              搜索
323 323
             </Button>
324 324
             <Button onClick={e => this.handleReset()} style={{ marginLeft: '30px' }}>重置</Button>
325 325
           </Form.Item>

+ 1
- 1
src/pages/statistical/activity/visitNum.jsx 파일 보기

@@ -246,7 +246,7 @@ class SharePersonNum extends React.Component {
246 246
         </Form.Item>
247 247
           <Form.Item style={{marginTop:'20px', marginBottom:'20px'}}>
248 248
             <Button type="primary" htmlType="submit" style={{ marginLeft: '30px' }}>
249
-                查询
249
+                搜索
250 250
             </Button>
251 251
             <Button onClick={e => this.handleReset()} style={{ marginLeft: '30px' }}>重置</Button>
252 252
           </Form.Item>

+ 1
- 1
src/pages/statistical/activity/visitPersonNum.jsx 파일 보기

@@ -241,7 +241,7 @@ class SharePersonNum extends React.Component {
241 241
         </Form.Item>
242 242
           <Form.Item style={{marginTop:'20px', marginBottom:'20px'}}>
243 243
             <Button type="primary" htmlType="submit" style={{ marginLeft: '30px' }}>
244
-                查询
244
+                搜索
245 245
             </Button>
246 246
             <Button onClick={e => this.handleReset()} style={{ marginLeft: '30px' }}>重置</Button>
247 247
           </Form.Item>