queenwuli
2021-01-19 a3a48da30bdea132d2bfbb47fa2ccf83f1937c45
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){
@@ -173,6 +168,10 @@
      text-align: center;
      line-height: 80px;
      border-top: 1px solid #EDEAF4;
      overflow:hidden;
      text-overflow:ellipsis;
      white-space:nowrap;
   }
   .content .right{
      flex: 1;