shish 2 лет назад
Родитель
Сommit
3863fa73ba
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      ghsApp/src/admin/billing/affirm.vue

+ 1 - 1
ghsApp/src/admin/billing/affirm.vue

@@ -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>