|
|
@@ -1,32 +1,44 @@
|
|
|
<template>
|
|
|
- <uni-collapse class="sfht-collapse-box" @change="handleChange">
|
|
|
+ <uni-collapse class="fwnr-collapse-box" @change="handleChange">
|
|
|
<uni-collapse-item title="服务时间" :open="true">
|
|
|
- <view class="form-label-select form-radius-box">
|
|
|
+ <view class="form-label-select">
|
|
|
<view class="phone-form-label"><text class="form-label-require"></text>甲丙双方服务期限(开始)</view>
|
|
|
<picker mode='date' :value="data.hetong.jiabingStartDate" @change="onDateStartSelect"
|
|
|
- class="select-picker-box">
|
|
|
- <view class="uni-input">{{data.hetong.jiabingStartDate}}</view>
|
|
|
+ class="form-radio-select">
|
|
|
+ <view class="data-select-box">
|
|
|
+ <view>{{data.hetong.jiabingStartDate}}</view>
|
|
|
+ <icon></icon>
|
|
|
+ </view>
|
|
|
</picker>
|
|
|
</view>
|
|
|
- <view class="form-label-select form-radius-box">
|
|
|
+ <view class="form-label-select">
|
|
|
<view class="phone-form-label"><text class="form-label-require"></text>甲丙双方服务期限(结束)</view>
|
|
|
<picker mode='date' :value="data.hetong.jiabingEndDate" @change="onDateEndSelect"
|
|
|
- class="select-picker-box">
|
|
|
- <view class="uni-input">{{data.hetong.jiabingEndDate}}</view>
|
|
|
+ class="form-radio-select">
|
|
|
+ <view class="data-select-box">
|
|
|
+ <view>{{data.hetong.jiabingEndDate}}</view>
|
|
|
+ <icon></icon>
|
|
|
+ </view>
|
|
|
</picker>
|
|
|
</view>
|
|
|
- <view class="form-label-select form-radius-box">
|
|
|
+ <view class="form-label-select">
|
|
|
<view class="phone-form-label"><text class="form-label-require"></text>甲乙双方服务期限(开始)</view>
|
|
|
<picker mode='date' :value="data.hetong.jiayiStartDate" @change="onDateStartSelect2"
|
|
|
- class="select-picker-box">
|
|
|
- <view class="uni-input">{{data.hetong.jiayiStartDate}}</view>
|
|
|
+ class="form-radio-select">
|
|
|
+ <view class="data-select-box">
|
|
|
+ <view>{{data.hetong.jiayiStartDate}}</view>
|
|
|
+ <icon></icon>
|
|
|
+ </view>
|
|
|
</picker>
|
|
|
</view>
|
|
|
- <view class="form-label-select form-radius-box">
|
|
|
+ <view class="form-label-select">
|
|
|
<view class="phone-form-label"><text class="form-label-require"></text>甲乙双方服务期限(结束)</view>
|
|
|
<picker mode='date' :value="data.hetong.jiayiEndDate" @change="onDateEndSelect2"
|
|
|
- class="select-picker-box">
|
|
|
- <view class="uni-input">{{data.hetong.jiayiEndDate}}</view>
|
|
|
+ class="form-radio-select">
|
|
|
+ <view class="data-select-box">
|
|
|
+ <view>{{data.hetong.jiayiEndDate}}</view>
|
|
|
+ <icon></icon>
|
|
|
+ </view>
|
|
|
</picker>
|
|
|
</view>
|
|
|
</uni-collapse-item>
|