hive-app/pages/workbench/board.vue
@@ -3,7 +3,7 @@ <view class="container"> <view class="header"> <text>预约时间</text> <picker mode="date" @change="bindTimeChange" :end="endDate"> <picker mode="date" @change="bindTimeChange"> <text class="blue ml-10">{{time}}</text> </picker> </view> @@ -67,11 +67,6 @@ }, onLoad() { this.loadList() }, computed:{ endDate(){ return this.$utils.formmatTime('YY-mm-dd') } }, methods:{ bindTimeChange(e){