Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
ems3.3
Project
Project
Details
Activity
Releases
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
wuhao
ems3.3
Commits
e74fae72
Commit
e74fae72
authored
Jan 10, 2023
by
左玲玲
😬
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://47.100.234.193:9527/wuhao/ems3.3
parents
5f10de68
f6f15a3b
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
76 additions
and
77 deletions
+76
-77
mtable.jsx
src/components/AutoTable/mtable.jsx
+75
-76
index.jsx
src/components/InitForm/Diyrule/index.jsx
+1
-1
No files found.
src/components/AutoTable/mtable.jsx
View file @
e74fae72
...
...
@@ -43,7 +43,6 @@ const Mtable = (props) => {
dataSource
,
}
=
props
;
console
.
log
(
'this is path:'
,
path
);
const
actionRefs
=
actionRef
??
useRef
(),
formRefs
=
formRef
??
useRef
(),
ifspagination
=
pagination
==
'false'
||
pagination
===
false
,
...
...
src/components/InitForm/Diyrule/index.jsx
View file @
e74fae72
...
...
@@ -517,7 +517,7 @@ let Diyrule = (props) => {
options=
{
Object
.
keys
(
Array
.
apply
(
null
,
{
length
:
value
?
value
.
length
:
0
})).
map
(
(
it
,
i
)
=>
({
label
:
`第${i + 1}个`
,
value
:
i
+
2
,
value
:
i
+
1
,
}),
)
}
onChange=
{
(
val
)
=>
{
...
...
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