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/verifycardexcelin/index.jsx | 18 +++++++++--------- 1 files changed, 9 insertions(+), 9 deletions(-) diff --git a/src/templates/zshare/verifycardexcelin/index.jsx b/src/templates/zshare/verifycardexcelin/index.jsx index 12b2b5d..5a81e00 100644 --- a/src/templates/zshare/verifycardexcelin/index.jsx +++ b/src/templates/zshare/verifycardexcelin/index.jsx @@ -256,7 +256,7 @@ notification.warning({ top: 92, message: res.message, - duration: 10 + duration: 5 }) } }) @@ -514,14 +514,14 @@ notification.warning({ top: 92, message: '璇疯缃瓻xcel鍒楀瓧娈�!', - duration: 10 + duration: 5 }) return } else if (_verify.columns.length > cols.length) { notification.warning({ top: 92, message: 'Excel鍒楀瓧娈靛悕锛屼笉鍙噸澶�!', - duration: 10 + duration: 5 }) return } else if (_verify.range === 1) { @@ -530,7 +530,7 @@ notification.warning({ top: 92, message: '蹇界暐棣栬鏃讹紝浼氫娇鐢═ext鍊兼牎楠孍xcel棣栬鍐呭锛孴ext鍊间笌Excel琛ㄩ琛屽唴瀹圭浉鍚岋紝涓斿潎涓嶅彲涓虹┖锛�', - duration: 10 + duration: 5 }) return } @@ -566,7 +566,7 @@ notification.warning({ top: 92, message: '璇疯缃瓻xcel琛ㄥ悕!', - duration: 10 + duration: 5 }) } }) @@ -598,13 +598,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({ @@ -768,7 +768,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> @@ -783,7 +783,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