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
b12e70c7
Commit
b12e70c7
authored
Apr 02, 2025
by
彭俊龙
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat:formrender注释取消
parent
3af890d3
Pipeline
#96681
failed with stages
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
index.js
...manager/workOrder/autoCase/components/CaseModify/index.js
+2
-2
No files found.
src/pages/bsmanager/workOrder/autoCase/components/CaseModify/index.js
View file @
b12e70c7
...
@@ -36,7 +36,7 @@ import imgStart from '@/assets/images/workFlow/nodeStart.png';
...
@@ -36,7 +36,7 @@ import imgStart from '@/assets/images/workFlow/nodeStart.png';
import
styles
from
'./index.less'
;
import
styles
from
'./index.less'
;
import
*
as
go
from
'gojs'
;
import
*
as
go
from
'gojs'
;
import
{
isObject
}
from
'lodash'
;
import
{
isObject
}
from
'lodash'
;
//
import { FormRender } from 'panda-xform';
import
{
FormRender
}
from
'panda-xform'
;
const
days
=
moment
().
daysInMonth
();
const
days
=
moment
().
daysInMonth
();
const
allDays
=
[...
Array
.
from
({
length
:
days
+
1
},
(
_
,
i
)
=>
i
+
1
)];
const
allDays
=
[...
Array
.
from
({
length
:
days
+
1
},
(
_
,
i
)
=>
i
+
1
)];
const
weeks
=
[
'星期一'
,
'星期二'
,
'星期三'
,
'星期四'
,
'星期五'
,
'星期六'
,
'星期天'
];
const
weeks
=
[
'星期一'
,
'星期二'
,
'星期三'
,
'星期四'
,
'星期五'
,
'星期六'
,
'星期天'
];
...
@@ -2042,7 +2042,7 @@ const CaseModify = props => {
...
@@ -2042,7 +2042,7 @@ const CaseModify = props => {
onOk
=
{
onOK
}
onOk
=
{
onOK
}
destroyOnClose
destroyOnClose
>
>
{
/* <FormRender schemaValues={schemaValues} ref={formRef} /> */
}
<
FormRender
schemaValues
=
{
schemaValues
}
ref
=
{
formRef
}
/
>
<
/Modal
>
<
/Modal
>
<
RuleConfig
<
RuleConfig
RuleContent
=
{
ruleContent
.
current
}
RuleContent
=
{
ruleContent
.
current
}
...
...
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