gaoluyang
2026-04-09 ec86518cdf02c4752b5d9759ddc2b03f854b37e4
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">
          即将开始