Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
liangzhen
/
framework-tools-web
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit af82034c
authored
Apr 11, 2024
by
peiqiQQQ
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加字典属性:去掉长度,保存时固定500
1 parent
eee64886
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
6 deletions
src/views/archi-ele-list/index.vue
src/views/archi-ele-list/index.vue
View file @
af82034
...
...
@@ -479,11 +479,11 @@
label=
"排序"
align=
"center"
></el-table-column>
<el-table-column
<
!-- <
el-table-column
prop="contentLength"
label="长度"
align="center"
></el-table-column>
></el-table-column>
-->
<el-table-column
prop=
"controlType"
label=
"控件"
...
...
@@ -571,13 +571,13 @@
:min=
"0"
></el-input-number>
</el-form-item>
<el-form-item
label=
"长度:"
prop=
"let4"
>
<
!-- <
el-form-item label="长度:" prop="let4">
<el-input-number
style="width: 200px"
v-model="ruleForm2.let4"
:min="0"
></el-input-number>
</el-form-item>
</el-form-item>
-->
<el-form-item
label=
"是否可以展示:"
prop=
"let5"
>
<el-radio-group
v-model=
"ruleForm2.let5"
>
<el-radio
label=
"是"
></el-radio>
...
...
@@ -923,7 +923,7 @@ export default {
this
.
ruleForm2
.
let1
=
row
.
fieldName
this
.
ruleForm2
.
let2
=
row
.
cnName
this
.
ruleForm2
.
let3
=
row
.
displayOrder
this
.
ruleForm2
.
let4
=
row
.
contentLength
//
this.ruleForm2.let4 = row.contentLength
this
.
ruleForm2
.
let5
=
row
.
notNull
==
'0'
?
'是'
:
'否'
this
.
ruleForm2
.
let6
=
row
.
isShow
==
'0'
?
'显示'
:
'不显示'
this
.
ruleForm2
.
let7
=
String
(
row
.
controlType
)
...
...
@@ -1054,7 +1054,8 @@ export default {
fieldName
:
this
.
ruleForm2
.
let1
,
cnName
:
this
.
ruleForm2
.
let2
,
displayOrder
:
this
.
ruleForm2
.
let3
,
contentLength
:
this
.
ruleForm2
.
let4
,
// contentLength: this.ruleForm2.let4,
contentLength
:
500
,
controlType
:
this
.
ruleForm2
.
let7
,
type
:
1
,
typeId
:
this
.
elementId
,
...
...
Write
Preview
Markdown
is supported
Attach a file
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 post a comment