From 4f8ffec8fc4aa9918264a3b3b4952421d896f5eb Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期五, 17 四月 2020 17:48:36 +0800 Subject: [PATCH] 2020-04-17 --- src/templates/zshare/verifycardexcelout/index.jsx | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/templates/zshare/verifycardexcelout/index.jsx b/src/templates/zshare/verifycardexcelout/index.jsx index 8eda501..8a660c3 100644 --- a/src/templates/zshare/verifycardexcelout/index.jsx +++ b/src/templates/zshare/verifycardexcelout/index.jsx @@ -165,13 +165,13 @@ className: 'notification-custom-error', top: 92, message: '鎵ц澶辫触锛�', - duration: 15 + duration: 10 }) } else if (errorType === 'N') { notification.error({ top: 92, message: '鎵ц澶辫触锛�', - duration: 15 + duration: 10 }) } else if (errorType === 'E') { Modal.error({ @@ -202,7 +202,7 @@ notification.warning({ top: 92, message: 'Excel鍒楀瓧娈靛悕锛屼笉鍙噸澶�!', - duration: 10 + duration: 5 }) return @@ -281,7 +281,7 @@ </Col> <Col span={8}> <Form.Item label={'鍋滅暀鏃堕棿'}> - <InputNumber defaultValue={verify.ntime || 15} min={1} max={10000} precision={0} onChange={(val) => {this.timeChange(val, 'ntime')}} /> + <InputNumber defaultValue={verify.ntime || 10} min={1} max={10000} precision={0} onChange={(val) => {this.timeChange(val, 'ntime')}} /> </Form.Item> </Col> </Row> @@ -296,7 +296,7 @@ </Col> <Col span={8}> <Form.Item label={'鍋滅暀鏃堕棿'}> - <InputNumber defaultValue={verify.ftime || 15} min={1} max={10000} precision={0} onChange={(val) => {this.timeChange(val, 'ftime')}} /> + <InputNumber defaultValue={verify.ftime || 10} min={1} max={10000} precision={0} onChange={(val) => {this.timeChange(val, 'ftime')}} /> </Form.Item> </Col> </Row> -- Gitblit v1.8.0