shang 9 hónapja
szülő
commit
9b8c9b28ce

+ 8 - 0
user_fenbao/houTai/taskDEetailsPage.vue

@@ -54,6 +54,7 @@
 				<view class="" style="margin-top: 30rpx; display: flex; justify-content: space-between">
 					<view style="width: 100%; margin: auto">
 						<!-- <Segmented activeColor="#c87d5a" :current="item.status" :target="item" :values="displayedItems" @clickItem="onClickItem" styleType="button"></Segmented> -->
+						<view class="fzdj"></view>
 						<Segmented
 							activeColor="#c87d5a"
 							:current="taskDetails.patrolTaskAnnexList[index].status"
@@ -422,6 +423,13 @@ export default {
 	padding-left: 20rpx;
 	padding-right: 20rpx;
 }
+.fzdj {
+	width: 100%;
+	height: 40px;
+	background-color: transparent;
+	position: absolute;
+	z-index: 1;
+}
 .tit_box {
 	width: 530rpx;
 	display: flex;

+ 1 - 0
user_fenbao/houTai/zhiYuanZhe.vue

@@ -114,6 +114,7 @@
 				<view>
 					<view class="">姓名:{{ detailsList.name }}</view>
 					<view class="">联系方式:{{ detailsList.mobile }}</view>
+					<view class="">认领文物:{{ detailsList.cr_list[0].title }}</view>
 					<view class="">住址:{{ detailsList.address }}</view>
 					<view class="">单位:{{ detailsList.unit_name }}</view>
 				</view>