From 06e9c9d01a1d4687e79a1fe9542060338b41b016 Mon Sep 17 00:00:00 2001 From: vapao Date: Tue, 25 Feb 2020 08:55:27 +0800 Subject: [PATCH] =?UTF-8?q?F=20=E8=87=AA=E5=AE=9A=E4=B9=89=E5=8F=91?= =?UTF-8?q?=E5=B8=83=E9=85=8D=E7=BD=AE=E6=97=A0=E6=B3=95=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- spug_web/src/pages/deploy/app/Ext2Setup1.js | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/spug_web/src/pages/deploy/app/Ext2Setup1.js b/spug_web/src/pages/deploy/app/Ext2Setup1.js index 5e3b9ac..4d472a2 100644 --- a/spug_web/src/pages/deploy/app/Ext2Setup1.js +++ b/spug_web/src/pages/deploy/app/Ext2Setup1.js @@ -6,7 +6,7 @@ import React from 'react'; import { observer } from 'mobx-react'; import { Link } from 'react-router-dom'; -import { Switch, Col, Form, Select, Button } from "antd"; +import { Switch, Col, Form, Select, Button, Input } from "antd"; import envStore from 'pages/config/environment/store'; import store from './store'; @@ -33,6 +33,20 @@ export default observer(function Ext2Setup1() { checked={info['is_audit']} onChange={v => info['is_audit'] = v}/> + + info['rst_notify']['mode'] = v}> + 关闭 + 钉钉 + Webhook + + )} + disabled={info['rst_notify']['mode'] === '0'} + value={info['rst_notify']['value']} + onChange={e => info['rst_notify']['value'] = e.target.value} + placeholder="请输入"/> +