Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
F
fill-system
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
廖旭伟
fill-system
Commits
af54ee65
Commit
af54ee65
authored
Feb 10, 2025
by
赵啸非
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
动态表单添加组件
parent
8bb201c2
Pipeline
#2881
canceled with stages
Changes
3
Pipelines
1
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
209 additions
and
9 deletions
+209
-9
fill-manager/src/main/java/com/mortals/xhx/common/formdesign/ColumnsItem.java
...n/java/com/mortals/xhx/common/formdesign/ColumnsItem.java
+32
-0
fill-manager/src/main/java/com/mortals/xhx/common/formdesign/TableColItem.java
.../java/com/mortals/xhx/common/formdesign/TableColItem.java
+2
-0
fill-manager/src/main/java/com/mortals/xhx/common/formdesign/component/DesignDynamicTableComponent.java
...mon/formdesign/component/DesignDynamicTableComponent.java
+175
-9
No files found.
fill-manager/src/main/java/com/mortals/xhx/common/formdesign/ColumnsItem.java
View file @
af54ee65
...
...
@@ -11,6 +11,34 @@ public class ColumnsItem {
@JSONField
(
name
=
"labelWidth"
)
private
Integer
labelWidth
;
@JSONField
(
name
=
"china-area-data"
)
private
String
chinaAreaData
;
@JSONField
(
name
=
"props"
)
private
Props
props
;
@JSONField
(
name
=
"name"
)
private
String
name
;
@JSONField
(
name
=
"show-file-list"
)
private
Boolean
showFileList
;
@JSONField
(
name
=
"list-type"
)
private
String
listType
;
@JSONField
(
name
=
"tips"
)
private
String
tips
;
@JSONField
(
name
=
"buttonText"
)
private
String
buttonText
;
@JSONField
(
name
=
"showTip"
)
private
Boolean
showTip
;
@JSONField
(
name
=
"fileSize"
)
private
Integer
fileSize
;
@JSONField
(
name
=
"rules"
)
private
List
<
RulesItem
>
rules
;
...
...
@@ -35,6 +63,10 @@ public class ColumnsItem {
@JSONField
(
name
=
"action"
)
private
String
action
;
@JSONField
(
name
=
"accept"
)
private
String
accept
;
@JSONField
(
name
=
"disabled"
)
private
Boolean
disabled
;
...
...
fill-manager/src/main/java/com/mortals/xhx/common/formdesign/TableColItem.java
View file @
af54ee65
...
...
@@ -19,4 +19,6 @@ public class TableColItem {
* 列类型
*/
private
String
colType
;
private
String
uploadFileUrl
;
}
fill-manager/src/main/java/com/mortals/xhx/common/formdesign/component/DesignDynamicTableComponent.java
View file @
af54ee65
This diff is collapsed.
Click to expand it.
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