shish 2 rokov pred
rodič
commit
75d02d41c0
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  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 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;">
 							<view class="uni-input" v-if="form.historyDate==''" style="color:#CCCCCC;">请选择,默认当天</view>
 							<view class="uni-input">{{form.historyDate}}</view>