diff --git a/subpkg/archivesDetail/archivesDetail.vue b/subpkg/archivesDetail/archivesDetail.vue index 382fc08..35eafe2 100644 --- a/subpkg/archivesDetail/archivesDetail.vue +++ b/subpkg/archivesDetail/archivesDetail.vue @@ -19,8 +19,8 @@ - - + @@ -53,8 +53,8 @@ - - + @@ -63,8 +63,8 @@ - + @@ -93,7 +93,7 @@ 年龄 : - {{formData.age}} + {{formData.age+'岁'}} 联系方式 : @@ -113,21 +113,20 @@ 详细地址 : {{formData.address}} - + 汽车是否到家 : - - + - + 是否使用智能手机 : - + @@ -162,16 +161,16 @@ 就业情况 : - {{formData.phone}} + {{ situationList[item.situation] }} 技能特长 : {{item.skills}} - + 是否存在学生、婴幼儿 : - - + @@ -194,26 +193,26 @@ 年龄 : - {{item.age}} + {{item.age+'岁'}} - + 年级 : {{item.grade}} - + 是否补课 : - - + - + 补课内容 : - {{item.lessons || 0}} + {{item.lessons}} - + 备注 : {{item.notes}} @@ -226,16 +225,16 @@ {{item.age}} - - 喂养方式 {{item.feeding}} : - - + 喂养方式 : + + - + 备注 : {{item.notes}} @@ -346,6 +345,7 @@ data() { return { listMap: new Map(), + situationList: [ "做工地的","厂里打工","公司职员","政府上班","种地","在家赋闲","其他"], tabLists: [{ name: '基本信息', }, { @@ -476,7 +476,6 @@ flex-direction: column; justify-content: space-between; flex: 1; - view { margin-bottom: 10rpx; @@ -485,11 +484,18 @@ } } - .check_view { + .check_view_group { display: flex; - line-height: 70rpx; - + // line-height: 70rpx; + .radio{ + margin-left: 16rpx; + uni-view[data-v-5dfbf8b1], uni-scroll-view[data-v-5dfbf8b1], uni-swiper-item[data-v-5dfbf8b1]{ + margin-bottom: 0 !important; + } + } + + // align-items: center; }