|
@@ -195,7 +195,7 @@
|
|
|
</tui-list-cell>
|
|
</tui-list-cell>
|
|
|
|
|
|
|
|
<tui-list-cell class="line-cell" :hover="false" :arrow="true">
|
|
<tui-list-cell class="line-cell" :hover="false" :arrow="true">
|
|
|
- <view class="tui-title">开单日期</view>
|
|
|
|
|
|
|
+ <view class="tui-title">账单日期</view>
|
|
|
<picker mode="date" :value="form.historyDate" @change="bindHistoryDateChange" style="width:400upx;">
|
|
<picker mode="date" :value="form.historyDate" @change="bindHistoryDateChange" style="width:400upx;">
|
|
|
<view class="uni-input" v-if="form.historyDate==''" style="color:#CCCCCC;">请选择,默认当天</view>
|
|
<view class="uni-input" v-if="form.historyDate==''" style="color:#CCCCCC;">请选择,默认当天</view>
|
|
|
<view class="uni-input">{{form.historyDate}}</view>
|
|
<view class="uni-input">{{form.historyDate}}</view>
|