|
@@ -4,7 +4,7 @@
|
|
|
<view class="box_4">
|
|
<view class="box_4">
|
|
|
<view class="flex-col justify-around groupItem1">
|
|
<view class="flex-col justify-around groupItem1">
|
|
|
<view class="groupItemKey">
|
|
<view class="groupItemKey">
|
|
|
- <text>服务对象</text>
|
|
|
|
|
|
|
+ <text>请选择服务对象</text>
|
|
|
</view>
|
|
</view>
|
|
|
<view class="flex-row justify-between groupItemContent" @click="getServiceObject">
|
|
<view class="flex-row justify-between groupItemContent" @click="getServiceObject">
|
|
|
<text>{{serviceObject.nickName || '请选择服务对象' }}</text>
|
|
<text>{{serviceObject.nickName || '请选择服务对象' }}</text>
|
|
@@ -16,7 +16,7 @@
|
|
|
<picker @change="bindPickerChange" mode='selector' range-key="typeName" :value="index"
|
|
<picker @change="bindPickerChange" mode='selector' range-key="typeName" :value="index"
|
|
|
:range="storeServiceList">
|
|
:range="storeServiceList">
|
|
|
<view>
|
|
<view>
|
|
|
- <text lines="1" class="text_3 ">服务类型</text>
|
|
|
|
|
|
|
+ <text class="groupItemKey ">请选择服务类型</text>
|
|
|
<view class="text-group_3 ">
|
|
<view class="text-group_3 ">
|
|
|
<view class="text_4">{{ storeServiceList[index].typeName || '111111' }}</view>
|
|
<view class="text_4">{{ storeServiceList[index].typeName || '111111' }}</view>
|
|
|
<u-icon name="arrow-right" color="#666" size="18"></u-icon>
|
|
<u-icon name="arrow-right" color="#666" size="18"></u-icon>
|