mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-25 07:12:53 +08:00
'产说会外
This commit is contained in:
@@ -52,8 +52,8 @@
|
||||
</div>
|
||||
<!-- <van-datetime-picker v-model="filterCreateDate" type="datehour" title="" :min-date="minDate" :max-date="maxDate" /> -->
|
||||
</van-cell-group>
|
||||
<p class="title fs16 c-gray-dark mt10 mb10">机构名称</p>
|
||||
<van-cell-group>
|
||||
<p v-if="branchType == 1" class="title fs16 c-gray-dark mt10 mb10">机构名称</p>
|
||||
<van-cell-group v-if="branchType == 1">
|
||||
<van-field v-model="filterName.first" readonly @click="toSelect('first')" placeholder="请选择" right-icon="arrow" />
|
||||
<van-field v-model="filterName.second" readonly @click="toSelect('second')" placeholder="请选择" right-icon="arrow" />
|
||||
<van-field v-model="filterName.third" readonly @click="toSelect('third')" placeholder="请选择" right-icon="arrow" />
|
||||
|
||||
Reference in New Issue
Block a user