From 6ae0fcef149ddbe614746023a58a3885b3ac4bde Mon Sep 17 00:00:00 2001
From: zxl <763096477@qq.com>
Date: 星期二, 25 三月 2025 11:31:04 +0800
Subject: [PATCH] Merge branch 'dev'

---
 src/views/index.vue |  198 ++++++++++++++++++++++++------------------------
 1 files changed, 99 insertions(+), 99 deletions(-)

diff --git a/src/views/index.vue b/src/views/index.vue
index e52db1b..00052f0 100644
--- a/src/views/index.vue
+++ b/src/views/index.vue
@@ -72,105 +72,105 @@
         :countExceptionProjectData="countExceptionProjectData"
       />
     </div>
-    <el-card>
-      <div style="display: flex;min-height: 300px">
-        <div style="flex: 2;display: flex;flex-direction: column; justify-content: center;align-items: flex-start">
-          <div class="flex justify-between mb-[15px]" style="align-items: center;margin-bottom: 5px">
-            <div class="block mb-3 font-semibold fonts">娴佺▼鎺ㄨ繘鎯呭喌鎬昏</div>
-          </div>
-          <el-table
-            :data="projectProcessData"
-            :header-cell-style="{
-                background: '#F5F7FC',
-                color: '#454B5E',
-                fontSize: '12px'
-            }"
-            min-height="280"
-            max-height="280"
-          >
-            <el-table-column
-              label="椤圭洰鍚嶇О"
-              prop="name"
-              :show-overflow-tooltip="true"
-            >
-            </el-table-column>
-            <el-table-column
-              label="褰撳墠/鎬昏"
-              width="100px"
-              prop="num"
-            >
-            </el-table-column>
-          </el-table>
-        </div>
-        <div style="flex: 1.5;display: flex;justify-content: center;align-items: center">
-          <div ref="pie" style="width: 85%; height: 100%;"></div>
-        </div>
-        <div style="flex: 2;display: flex;flex-direction: column; justify-content: center;align-items: flex-start">
-          <div style="display: flex;align-items: center;margin-bottom: 5px;width: 100%">
-            <div class="block  font-semibold fonts" style="width: 100%">
-              <div style="display: flex; font-size: 12px; justify-content: flex-end;width: 100%">
-                <div
-                  :class="{ active: true }"
-                  class="tab"
-                >
-                  鍑嗘椂鐜�
-                </div>
-                <div
-                  :class="{ active: false }"
-                  class="tab"
-                >
-                  寮傚父鐜�
-                </div>
-                <div
-                  :class="{ active: false }"
-                  class="tab"
-                >
-                  鍔炵粨鐜�
-                </div>
-              </div>
-            </div>
-          </div>
-          <el-table
-            :data="projectProcessData1"
-            :header-cell-style="{
-                background: '#F5F7FC',
-                color: '#454B5E',
-                fontSize: '12px'
-            }"
-            min-height="280"
-            max-height="280"
-          >
-            <el-table-column
-              label="鍙戝竷鍗曚綅"
-              width="150"
-              prop="name"
-            >
-            </el-table-column>
-            <el-table-column
-              label="鍐呭"
-              prop="content"
-              width="250"
-              :show-overflow-tooltip="true"
-            >
-            </el-table-column>
-            <el-table-column
-              label="鏃堕棿"
-              prop="time"
-            >
-            </el-table-column>
-            <el-table-column
-              fixed="right"
-              align="center"
-              label="鎿嶄綔"
-              >
-              <template slot-scope="scope">
-                <el-button type="text" size="small">鏌ョ湅</el-button>
-              </template>
-            </el-table-column>
-          </el-table>
-        </div>
-      </div>
-    </el-card>
+<!--    <el-card>-->
+<!--      <div style="display: flex;min-height: 300px">-->
+<!--        <div style="flex: 2;display: flex;flex-direction: column; justify-content: center;align-items: flex-start">-->
+<!--          <div class="flex justify-between mb-[15px]" style="align-items: center;margin-bottom: 5px">-->
+<!--            <div class="block mb-3 font-semibold fonts">娴佺▼鎺ㄨ繘鎯呭喌鎬昏</div>-->
+<!--          </div>-->
+<!--          <el-table-->
+<!--            :data="projectProcessData"-->
+<!--            :header-cell-style="{-->
+<!--                background: '#F5F7FC',-->
+<!--                color: '#454B5E',-->
+<!--                fontSize: '12px'-->
+<!--            }"-->
+<!--            min-height="280"-->
+<!--            max-height="280"-->
+<!--          >-->
+<!--            <el-table-column-->
+<!--              label="椤圭洰鍚嶇О"-->
+<!--              prop="name"-->
+<!--              :show-overflow-tooltip="true"-->
+<!--            >-->
+<!--            </el-table-column>-->
+<!--            <el-table-column-->
+<!--              label="褰撳墠/鎬昏"-->
+<!--              width="100px"-->
+<!--              prop="num"-->
+<!--            >-->
+<!--            </el-table-column>-->
+<!--          </el-table>-->
+<!--        </div>-->
+<!--        <div style="flex: 1.5;display: flex;justify-content: center;align-items: center">-->
+<!--          <div ref="pie" style="width: 85%; height: 100%;"></div>-->
+<!--        </div>-->
+<!--        <div style="flex: 2;display: flex;flex-direction: column; justify-content: center;align-items: flex-start">-->
+<!--          <div style="display: flex;align-items: center;margin-bottom: 5px;width: 100%">-->
+<!--            <div class="block  font-semibold fonts" style="width: 100%">-->
+<!--              <div style="display: flex; font-size: 12px; justify-content: flex-end;width: 100%">-->
+<!--                <div-->
+<!--                  :class="{ active: true }"-->
+<!--                  class="tab"-->
+<!--                >-->
+<!--                  鍑嗘椂鐜�-->
+<!--                </div>-->
+<!--                <div-->
+<!--                  :class="{ active: false }"-->
+<!--                  class="tab"-->
+<!--                >-->
+<!--                  寮傚父鐜�-->
+<!--                </div>-->
+<!--                <div-->
+<!--                  :class="{ active: false }"-->
+<!--                  class="tab"-->
+<!--                >-->
+<!--                  鍔炵粨鐜�-->
+<!--                </div>-->
+<!--              </div>-->
+<!--            </div>-->
+<!--          </div>-->
+<!--          <el-table-->
+<!--            :data="projectProcessData1"-->
+<!--            :header-cell-style="{-->
+<!--                background: '#F5F7FC',-->
+<!--                color: '#454B5E',-->
+<!--                fontSize: '12px'-->
+<!--            }"-->
+<!--            min-height="280"-->
+<!--            max-height="280"-->
+<!--          >-->
+<!--            <el-table-column-->
+<!--              label="鍙戝竷鍗曚綅"-->
+<!--              width="150"-->
+<!--              prop="name"-->
+<!--            >-->
+<!--            </el-table-column>-->
+<!--            <el-table-column-->
+<!--              label="鍐呭"-->
+<!--              prop="content"-->
+<!--              width="250"-->
+<!--              :show-overflow-tooltip="true"-->
+<!--            >-->
+<!--            </el-table-column>-->
+<!--            <el-table-column-->
+<!--              label="鏃堕棿"-->
+<!--              prop="time"-->
+<!--            >-->
+<!--            </el-table-column>-->
+<!--            <el-table-column-->
+<!--              fixed="right"-->
+<!--              align="center"-->
+<!--              label="鎿嶄綔"-->
+<!--              >-->
+<!--              <template slot-scope="scope">-->
+<!--                <el-button type="text" size="small">鏌ョ湅</el-button>-->
+<!--              </template>-->
+<!--            </el-table-column>-->
+<!--          </el-table>-->
+<!--        </div>-->
+<!--      </div>-->
+<!--    </el-card>-->
 
     <!-- 寰呭姙浜嬮」 -->
     <div class="flex">

--
Gitblit v1.8.0