Commit ed1e58e9 authored by 彭俊龙's avatar 彭俊龙

台账属性面板去除时间筛选,新建节点默认关闭允许抄送

parent 754b65a2
Pipeline #95308 failed with stages
...@@ -822,16 +822,16 @@ const BookConfigNew = props => { ...@@ -822,16 +822,16 @@ const BookConfigNew = props => {
<Select style={{ width: 100 }} options={pagingOptions} /> <Select style={{ width: 100 }} options={pagingOptions} />
</Form.Item> </Form.Item>
</Col> </Col>
<Col span={3}> {/* <Col span={3}>
<Form.Item <Form.Item
{...switchLayout} {...switchLayout}
valuePropName="checked" valuePropName="checked"
label="时间筛选" label="时间筛选"
name="EnableTimeFilter" name="EnableTimeFilter"
> >
<Switch checkedChildren="是" unCheckedChildren="否" /> <Switch checkedChildren="是" unCheckedChildren="否" disabled/>
</Form.Item> </Form.Item>
</Col> </Col> */}
<Col span={3}> <Col span={3}>
<Form.Item <Form.Item
{...switchLayout} {...switchLayout}
......
...@@ -412,7 +412,7 @@ const FlowChart = props => { ...@@ -412,7 +412,7 @@ const FlowChart = props => {
ExtendPageList: [], ExtendPageList: [],
FlowNodeBackfillConfigs: [], FlowNodeBackfillConfigs: [],
FlowTimerList: [], FlowTimerList: [],
TurnOnCc: 1, TurnOnCc: 0,
NodeAliasName: '', NodeAliasName: '',
TableName: '', TableName: '',
Fields: '', Fields: '',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment