Commit 96633b8c by 黑潮

update: fix

parent c0437490
......@@ -35,6 +35,7 @@
v-if="item.fieldType == 4"
:placeholder="item.fieldDescription"
style="width: 160px;"
value-format="yyyy-MM-dd"
v-model="fieldsList[activeName].form[item.systemFieldId]"
type="date"
/>
......@@ -223,6 +224,9 @@ export default {
.el-form-item__label {
padding-right: 0;
}
.el-tabs__content {
overflow: initial !important;
}
}
.customer-dialog.baby-info-dialog .el-dialog__body{
padding-top: 5px;
......
......@@ -273,7 +273,7 @@ export default {
const babyArr = [];
extendInfo.openChildrenField.forEach(el =>
babyArr.push(
el.sonFields[0].fieldValue&&el.sonFields[0].fieldName==='宝宝名称'
el.sonFields[0].fieldValue&&el.sonFields[0].unifiedIdentification==='k20301'
? el.sonFields[0].fieldValue
: el.bName,
),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment