Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
member
Overview
Overview
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
member
member
Commits
5df8be9b
Commit
5df8be9b
authored
Jan 04, 2022
by
黑潮
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update: fix
parent
b5c52184
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
11 deletions
+9
-11
babyinfoDialog.vue
src/components/allCustomers/components/babyinfoDialog.vue
+9
-11
No files found.
src/components/allCustomers/components/babyinfoDialog.vue
View file @
5df8be9b
...
...
@@ -21,22 +21,15 @@
label-width=
"122px"
>
<el-form-item
v-for=
"item in babyConfigTemplate.template"
:key=
"item.unifiedIdentification"
:label=
"item.fieldName+ ':'"
:prop=
"item.unifiedIdentification"
:rules=
"getRules(item)"
>
<dm-input
v-if=
"item.fieldType == 0 && item.unifiedIdentification == 'k20301'"
:byteType=
"1"
v-model=
"fieldsList[activeName].form[item.systemFieldId]"
:placeholder=
"item.fieldDescription"
type=
"text"
:maxlength=
"item.limitCountMax"
style=
"width:240px"
/>
<el-input
v-
else-if=
"item.fieldType == 0 && item.unifiedIdentification !== 'k20301'
"
v-
if=
"item.fieldType == 0
"
v-model=
"fieldsList[activeName].form[item.systemFieldId]"
:placeholder=
"item.fieldDescription"
type=
"text"
:show-word-limit=
"item.unifiedIdentification == 'k20301'"
:maxlength=
"item.limitCountMax"
style=
"width:160px"
:class=
"
{'baby-name': item.unifiedIdentification == 'k20301'}"
:style="{width: item.unifiedIdentification == 'k20301' ? '300px' : '160px'}"
/>
<el-date-picker
v-if=
"item.fieldType == 4"
...
...
@@ -212,6 +205,11 @@ export default {
</
script
>
<
style
lang=
"less"
>
//
去除
dailog-footer
上边框
.baby-name
{
.el-input__inner
{
padding-right
:
45px
;
}
}
.customer-dialog
.el-dialog__footer
{
padding-top
:
0
;
padding-bottom
:
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