Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
CivManage
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ReactWeb5
CivManage
Commits
ed1e58e9
Commit
ed1e58e9
authored
Jan 20, 2025
by
彭俊龙
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
台账属性面板去除时间筛选,新建节点默认关闭允许抄送
parent
754b65a2
Pipeline
#95308
failed with stages
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
BookConfigNew.jsx
src/pages/bsmanager/base/standingBook/BookConfigNew.jsx
+3
-3
FlowChartRt.jsx
...workOrder/workflowEdit/workFlowComponents/FlowChartRt.jsx
+1
-1
No files found.
src/pages/bsmanager/base/standingBook/BookConfigNew.jsx
View file @
ed1e58e9
...
...
@@ -822,16 +822,16 @@ const BookConfigNew = props => {
<
Select
style=
{
{
width
:
100
}
}
options=
{
pagingOptions
}
/>
</
Form
.
Item
>
</
Col
>
<
Col
span=
{
3
}
>
{
/*
<Col span={3}>
<Form.Item
{...switchLayout}
valuePropName="checked"
label="时间筛选"
name="EnableTimeFilter"
>
<
Switch
checkedChildren=
"是"
unCheckedChildren=
"否"
/>
<Switch checkedChildren="是" unCheckedChildren="否"
disabled
/>
</Form.Item>
</
Col
>
</Col>
*/
}
<
Col
span=
{
3
}
>
<
Form
.
Item
{
...
switchLayout
}
...
...
src/pages/bsmanager/workOrder/workflowEdit/workFlowComponents/FlowChartRt.jsx
View file @
ed1e58e9
...
...
@@ -412,7 +412,7 @@ const FlowChart = props => {
ExtendPageList
:
[],
FlowNodeBackfillConfigs
:
[],
FlowTimerList
:
[],
TurnOnCc
:
1
,
TurnOnCc
:
0
,
NodeAliasName
:
''
,
TableName
:
''
,
Fields
:
''
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment