xiangpei
2025-05-06 5c929cfb5286a31a4e067cbc61e8774f4e7d42ae
src/views/components/projectOverview.vue
@@ -6,23 +6,33 @@
        <div class="abnormal-center">
          流程异常项目:<span
          style="font-size: 16px; font-weight: 700"
        >{{
            countExceptionProjectData.processExceptionProject
          }}</span
        >{{ countExceptionProjectData.processExceptionProject }}</span
        >
        </div>
        <div class="abnormal-center" v-show="isShow">
          资金异常项目:<span
          style="font-size: 16px; font-weight: 700"
        >0</span
        >
        </div>
<!--        <div class="abnormal-center">-->
<!--          超时项目数:<span-->
<!--          style="font-size: 16px; font-weight: 700"-->
<!--        >0</span-->
<!--        >-->
<!--        </div>-->
        <div class="abnormal-center">
          进度异常项目:<span
          容缺项目数:<span
          style="font-size: 16px; font-weight: 700"
        >0</span
        >{{countExceptionProjectData.hasWaitProjectNum}}</span
        >
        </div>
<!--        <div class="abnormal-center">-->
<!--          资金异常项目:<span-->
<!--          style="font-size: 16px; font-weight: 700"-->
<!--        >0</span-->
<!--        >-->
<!--        </div>-->
<!--        <div class="abnormal-center">-->
<!--          进度异常项目:<span-->
<!--          style="font-size: 16px; font-weight: 700"-->
<!--        >0</span-->
<!--        >-->
<!--        </div>-->
      </div>
      <div class="abnormal-img"></div>
    </div>
@@ -144,7 +154,6 @@
  name: "Index",
  data() {
    return {
      isShow: false,
    }
  },
  props: {