Commit 6fb603f9 authored by 田翔's avatar 田翔

fix: 增加站点ID过滤配置

parent 7bed61e3
Pipeline #85264 passed with stages
......@@ -263,6 +263,7 @@ const BookConfigNew = props => {
EnableQuickSearch: true,
EnableBatchOperation: true,
EnableImportExport: true,
EnableSiteIDFilter: false,
Type: (!pickItem1 || pickItem1 == '全部') ? data[0] : pickItem1,
PageSize: 20
})
......@@ -771,16 +772,16 @@ const BookConfigNew = props => {
<Input placeholder="服务项目dll库" allowClear />
</Item>
</Col>
<Col span={6}>
<Col span={5}>
<Form.Item
{...switchLayout}
label="分页默认数量"
name="PageSize"
>
<Select style={{ width: 200 }} options={pagingOptions} />
<Select style={{ width: 150 }} options={pagingOptions} />
</Form.Item>
</Col>
<Col span={3}>
<Col span={2}>
<Form.Item
{...switchLayout}
labelCol={15}
......@@ -791,7 +792,7 @@ const BookConfigNew = props => {
<Switch checkedChildren="是" unCheckedChildren="否" />
</Form.Item>
</Col>
<Col span={6}>
<Col span={4}>
<Form.Item
{...switchLayout}
label="导出模板名称"
......@@ -820,6 +821,16 @@ const BookConfigNew = props => {
<Switch checkedChildren="是" unCheckedChildren="否" />
</Form.Item>
</Col>
<Col span={3}>
<Form.Item
{...switchLayout}
valuePropName="checked"
label="站点ID过滤"
name="EnableSiteIDFilter"
>
<Switch checkedChildren="是" unCheckedChildren="否" />
</Form.Item>
</Col>
<Col span={3}>
<Form.Item
{...switchLayout}
......
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