zhangwencui
2026-02-12 bbd4291df45794a49e3527f6ae76e4ce61a07d66
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">
          即将开始