spring
7 天以前 add06adc5d974ac685cb637c48f2455034c8a52f
src/pages/managementMeetings/meetingBoard/index.vue
@@ -8,7 +8,7 @@
    <view class="topbox">
      <view class="boxItem">
        <view class="boxItem-num">
          {{stats.total}}
          {{stats.total ? stats.total : 0}}
        </view>
        <view class="boxItem-title">
          总会议数
@@ -16,7 +16,7 @@
      </view>
      <view class="boxItem">
        <view class="boxItem-num">
          {{stats.underWay}}
          {{stats.underWay ? stats.underWay : 0}}
        </view>
        <view class="boxItem-title">
          进行中
@@ -24,7 +24,7 @@
      </view>
      <view class="boxItem">
        <view class="boxItem-num">
          {{stats.completed}}
          {{stats.completed ? stats.completed : 0}}
        </view>
        <view class="boxItem-title">
          已完成
@@ -32,7 +32,7 @@
      </view>
      <view class="boxItem">
        <view class="boxItem-num">
          {{stats.toStart}}
          {{stats.toStart ? stats.toStart : 0}}
        </view>
        <view class="boxItem-title">
          即将开始