特殊人群
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
<div class="header-content-bg">
|
||||
<img src="https://cdn.sinoecare.com/i/2024/07/12/6690a1303d423.png" alt="">
|
||||
</div>
|
||||
<div class="add-content">
|
||||
<div class="add-content" :class="isEdit ? 'first-border-t-none' : ''">
|
||||
<div class="item border-t-none" v-if="!isEdit">
|
||||
<span class="label"><span class="tips">*</span>类型</span>
|
||||
<div class="value" @click="showType=true">
|
||||
@@ -13,7 +13,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="info-content" v-for="(items, indexs) in formDataList" :key="indexs">
|
||||
<div v-for="(item, index) in items" :key="index">
|
||||
<div v-for="(item, index) in items" :key="index" class="item-content">
|
||||
<!-- 初始化字段锁定 -->
|
||||
<div class="item" v-if="!!formData[item.isInit]&&item.isInit!=item.fieldDbName">
|
||||
<span class="label"><span class="tips">{{ item.mustFill == 1 ? '*' : '' }}</span>{{ item.fieldName }}</span>
|
||||
@@ -596,6 +596,17 @@ export default {
|
||||
|
||||
.border-t-none {
|
||||
border-top: none;
|
||||
|
||||
}
|
||||
.first-border-t-none {
|
||||
.info-content:nth-of-type(1) {
|
||||
.item-content:nth-of-type(1) {
|
||||
.item:nth-of-type(1) {
|
||||
border-top: none;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
.color-999 {
|
||||
|
||||
Reference in New Issue
Block a user