Commit b5c52184 by caoyanzhi

update: 开卡字段空数据处理

parent 5e92e9cb
......@@ -106,7 +106,7 @@
contentClassName="info-content">
<el-descriptions-item v-for="item in extendInfo.openField" :key="item"
:label="item.fieldName">
{{ item.fieldValue }}
{{ (typeof item.fieldValue == 'string' && item.fieldValue.length > 0) || typeof item.fieldValue == 'number' ? item.fieldValue : '--' }}
</el-descriptions-item>
<el-descriptions-item label="宝宝信息" v-if="babyStr">
{{ babyStr }} <el-tooltip
......
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