diff --git a/web/client/src/sections/install/containers/cacl.jsx b/web/client/src/sections/install/containers/cacl.jsx index f080f87..a8b24e0 100644 --- a/web/client/src/sections/install/containers/cacl.jsx +++ b/web/client/src/sections/install/containers/cacl.jsx @@ -331,7 +331,7 @@ const Calc = (props) => { case 'interrupt': return ( - @@ -340,7 +340,7 @@ const Calc = (props) => { case 'burr': return ( - @@ -351,32 +351,32 @@ const Calc = (props) => { - - - - - - diff --git a/web/client/src/sections/install/containers/trend.jsx b/web/client/src/sections/install/containers/trend.jsx index 61251dd..ec2dd2e 100644 --- a/web/client/src/sections/install/containers/trend.jsx +++ b/web/client/src/sections/install/containers/trend.jsx @@ -320,8 +320,8 @@ const Trend = (props) => { {showBatchConfig ? - + 1个月 2个月 3个月 @@ -330,7 +330,8 @@ const Trend = (props) => { bvValueBatch(e)} rules={[{ required: true, message: "请输入正整数", validator: checkInterger @@ -341,7 +342,7 @@ const Trend = (props) => { style={{ marginBottom: 0, width: '93%' }} field='ws' placeholder="滑动中值:正值" - label="滑动中值" + noLabel={true} rules={[{ required: true, message: "请输入正整数", validator: checkInterger }]} @@ -353,7 +354,7 @@ const Trend = (props) => { style={{ marginBottom: 0, width: '93%' }} field='rc' placeholder="滑动均值:正值" - label="滑动均值" rules={[{ + noLabel={true} rules={[{ required: true, message: "请输入正整数", validator: checkInterger }]} onChange={e => reCoefBatch(e)} @@ -364,7 +365,7 @@ const Trend = (props) => { style={{ marginBottom: 0, width: '93%' }} field='dv' placeholder="导数阈值:数字" - label="导数阈值" + noLabel={true} rules={[{ required: true, message: "请输入正整数", validator: checkNumber }]} @@ -376,7 +377,7 @@ const Trend = (props) => { style={{ marginBottom: 0, width: '93%' }} field='pn' placeholder="渐变点个数:正值" - label="渐变点个数" rules={[{ + noLabel={true} rules={[{ required: true, message: "请输入正整数", validator: checkPoint }]} onChange={e => graPointBatch(e)} @@ -387,7 +388,7 @@ const Trend = (props) => { style={{ marginBottom: 0, width: '93%' }} field='gv' placeholder="渐变阈值:数字" - label="渐变阈值" rules={[{ + noLabel={true} rules={[{ required: true, message: "请输入正整数", validator: checkNumber }]} onChange={e => graValueBatch(e)}