xiangpei
2025-03-25 35ae41021855e59dee2ce57fc6ddf4ec75abfe80
首页统计容缺项目数
1个文件已修改
33 ■■■■■ 已修改文件
src/views/components/projectOverview.vue 33 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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: {