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">-->
<!--          超时项目数:<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 class="abnormal-center">-->
<!--          进度异常项目:<span-->
<!--          style="font-size: 16px; font-weight: 700"-->
<!--        >0</span-->
<!--        >-->
<!--        </div>-->
      </div>
      <div class="abnormal-img"></div>
    </div>
@@ -143,7 +153,8 @@
export default {
  name: "Index",
  data() {
    return {}
    return {
    }
  },
  props: {
    calculation: Array,
@@ -215,7 +226,7 @@
          this.$router.push({
            path: '/projectEngineering/project/reserveProjects',
            query: {
              projectCategory: '1'
              projectPhase: '1'
            }
          });
          break;
@@ -223,7 +234,7 @@
          this.$router.push({
            path: '/projectEngineering/project/previousProjects',
            query: {
              projectCategory: '2'
              projectPhase: '2'
            }
          });
          break;
@@ -231,7 +242,7 @@
          this.$router.push({
            path: '/projectEngineering/project/implementationProject',
            query: {
              projectCategory: '3'
              projectPhase: '3'
            }
          });
          break;
@@ -239,7 +250,7 @@
          this.$router.push({
            path: '/projectEngineering/project/completedProjects',
            query: {
              projectCategory: '4'
              projectPhase: '4'
            }
          });
          break;
@@ -287,6 +298,9 @@
  display: flex;
  justify-content: space-between;
  .abnormal:hover {
    cursor: pointer;
  }
  .abnormal {
    position: relative;
    width: 25%;
@@ -318,6 +332,9 @@
    width: 1250px;
  }
  .listings:hover {
    cursor: pointer;
  }
  .listings {
    width: 300px;
    height: 90px;