朱桂飞
2023-12-19 8cc072a8a3bffcb8e9292cd39d1062493a1a0282
pages/tabBar/general.vue
@@ -12,9 +12,9 @@
       
       -->
      <cu-custom bgColor="bg-gradual-blue" :isBack="false">
         <block slot="content">干燥设备监控系统</block>
         <block slot="content">智能中草药干燥设备配套系统</block>
      </cu-custom>
      <u-toast ref="uToast"></u-toast>
      <!--       <view class="card-box dynamic shadow cu-list menu">
         <view class="title-box">
            <view class="left">
@@ -177,7 +177,7 @@
               <view class="flex">
                  <text>中草药</text>
                  <text>丨</text>
                  <text>{{showValue(item.herbName)}}</text>
                  <text @click="showLongName(showValue(item.herbName))" class="text-cut flex-twice">{{showValue(item.herbName)}}</text>
                  <!-- <view class="margin-lr-sm">
                     <u-tag text="报警一次" plain size="mini" type="warning"></u-tag>
                  </view> -->
@@ -363,7 +363,14 @@
         this.getOrderList(day, day)
      },
      methods: {
      methods: {
         showLongName(longName){
               this.$refs.uToast.show({
                  type: 'default',
                  message: longName
               })
         },
         dayChange(dayInfo) { // 点击日期
            this.model.date = dayInfo.date
            console.log("点击日期", JSON.parse(JSON.stringify(dayInfo)));