shish %!s(int64=2) %!d(string=hai) anos
pai
achega
d9f33e0698
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      ghsApp/src/admin/billing/affirm.vue

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

@@ -172,9 +172,9 @@
           </tui-list-cell>
 
 					<tui-list-cell class="line-cell" :hover="false" :arrow="true">
-						<view class="tui-title">{{ book == 1 ? '发货日期' : '配送日期'}}</view>
+						<view class="tui-title">送货日期</view>
 						<picker mode="date" :value="form.sendTimeWant" @change="bindDateChange" style="width:400upx;">
-							<view class="uni-input" v-if="form.sendTimeWant==''" style="color:#CCCCCC;">请选择,默认当天</view>
+							<view class="uni-input" v-if="form.sendTimeWant==''" style="color:#CCCCCC;">请选择,默认当天或隔天</view>
 							<view class="uni-input">{{form.sendTimeWant}}</view>
 						</picker>
 					</tui-list-cell>