Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
F
flowable-engine-fontend
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
王万里
flowable-engine-fontend
Commits
01c3e10c
Commit
01c3e10c
authored
May 20, 2021
by
王万里
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 字段只读
parent
95fe3217
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
properties-default-controllers.js
editor-app/configuration/properties-default-controllers.js
+1
-1
form-field-read-config.html
...-app/configuration/properties/form-field-read-config.html
+1
-1
No files found.
editor-app/configuration/properties-default-controllers.js
View file @
01c3e10c
...
...
@@ -146,7 +146,7 @@ angular.module('flowableModeler').controller('FieldReadConfigPopupCtrl', ['$root
pItem
.
defaultUnit
=
item
.
Unit
pItem
.
defaultValue
=
item
.
Type
pItem
.
defaultChecked
=
item
.
IsShow
===
"1"
?
true
:
false
pItem
.
defaultIsRequired
=
item
.
IsRequired
pItem
.
defaultIsRequired
=
item
.
IsRequired
===
"true"
?
true
:
false
}
})
})
...
...
editor-app/configuration/properties/form-field-read-config.html
View file @
01c3e10c
...
...
@@ -14,7 +14,7 @@
<th>
字段
</th>
<th>
默认值
</th>
<th>
单位
</th>
<th>
必填
</th>
<th>
只读
</th>
</tr>
<tr
ng-repeat=
"child in childFieldObj.properties"
>
<td
style=
"width: 20px;"
>
...
...
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