工作台代码提交
This commit is contained in:
@@ -36,6 +36,36 @@
|
||||
bind:confirm="onMeterTypeConfirm"
|
||||
/>
|
||||
</view>
|
||||
<view wx:elif="{{type === 'noticeFlowType'}}">
|
||||
<van-picker
|
||||
custom-style="width: 100%;"
|
||||
columns="{{ noticeFlowType }}"
|
||||
title="{{title}}"
|
||||
show-toolbar="{{true}}"
|
||||
bind:cancel="onCancel"
|
||||
bind:confirm="onNoticeFlowTypeConfirm"
|
||||
/>
|
||||
</view>
|
||||
<view wx:elif="{{type === 'meterMode'}}">
|
||||
<van-picker
|
||||
custom-style="width: 100%;"
|
||||
columns="{{ meterMode }}"
|
||||
title="{{title}}"
|
||||
show-toolbar="{{true}}"
|
||||
bind:cancel="onCancel"
|
||||
bind:confirm="onMeterModeConfirm"
|
||||
/>
|
||||
</view>
|
||||
<view wx:elif="{{type === 'noticeFlowStatus'}}">
|
||||
<van-picker
|
||||
custom-style="width: 100%;"
|
||||
columns="{{ noticeFlowStatus }}"
|
||||
title="{{title}}"
|
||||
show-toolbar="{{true}}"
|
||||
bind:cancel="onCancel"
|
||||
bind:confirm="onNoticeFlowStatusConfirm"
|
||||
/>
|
||||
</view>
|
||||
<view wx:elif="{{type !== 'pay'}}">
|
||||
<van-search
|
||||
value="{{ value }}"
|
||||
|
||||
Reference in New Issue
Block a user