From 2417a23dc04d04bd422d6f978958e10bf1633548 Mon Sep 17 00:00:00 2001
From: fei <791364011@qq.com>
Date: 星期六, 15 十一月 2025 23:44:56 +0800
Subject: [PATCH] 修改代码

---
 src/views/archiveToUserStatistic/index.vue |   17 +++++++++++------
 1 files changed, 11 insertions(+), 6 deletions(-)

diff --git a/src/views/archiveToUserStatistic/index.vue b/src/views/archiveToUserStatistic/index.vue
index 3f30e4c..c9d9e41 100644
--- a/src/views/archiveToUserStatistic/index.vue
+++ b/src/views/archiveToUserStatistic/index.vue
@@ -29,6 +29,10 @@
 
 
       <el-table-column label="鏈畬鎴愭鍗锋暟" align="center" prop="swlr" />
+      
+      <el-table-column label="鏈綍鍏ラ檮浠�" align="center" prop="wlrf" />
+      
+      <el-table-column label="寰呬慨鏀�" align="center" prop="dxg" />
       <el-table-column label="瀹屾垚鐧惧垎姣�" align="center">
         <template slot-scope="scope">
           <el-progress 
@@ -124,7 +128,7 @@
           { required: true, message: "妗f鍙蜂笉鑳戒负绌�", trigger: "blur" }
         ],
         inquiryNumber: [
-          { required: true, message: "鍙戦棶鍙蜂笉鑳戒负绌�", trigger: "blur" }
+          { required: true, message: "鍙戞枃鍙蜂笉鑳戒负绌�", trigger: "blur" }
         ],
         projectName: [
           { required: true, message: "椤圭洰鍚嶇О涓嶈兘涓虹┖", trigger: "blur" }
@@ -160,7 +164,7 @@
         right: 10,
         top: 'center'
       },
-      color: ['#67C23A', '#F56C6C'],
+      color: ['#67C23A','#F56C6C','#409EFF','#E6A23C'], // 缁裤�佺孩銆佽摑銆佹鍥涜壊
       series: [{
         name: '瀹屾垚鎯呭喌',
         type: 'pie',
@@ -189,7 +193,9 @@
           [{ value: 1, name: '鏆傛棤鏁版嵁', itemStyle: { color: '#909399' }}] :
           [
             { value: row.ylr, name: '宸插畬鎴�' },
-            { value: row.cnt - row.ylr, name: '鏈畬鎴�' }
+            { value: row.swlr, name: '鏈畬鎴�' },
+                 { value: row.wlrf, name: '鏈綍鍏ラ檮浠�' },
+               { value: row.dxg, name: '寰呬慨鏀�' }
           ]
       }]
     };
@@ -206,7 +212,6 @@
       this.loading = true
       console.log(this.queryParams)
       console.log("--------------")
-      alert(123)
       listArchiverecordstouserStatistic(this.queryParams).then(response => {
 
         console.log(response)
@@ -350,8 +355,8 @@
     },
     /** 瀵煎嚭鎸夐挳鎿嶄綔 */
     handleExport() {
-      this.download('system/records/export', {
-        ...this.queryParams
+      this.download('system/archiverecordstouser/exportArToUser', {
+        // ...this.queryParams
       }, `records_${new Date().getTime()}.xlsx`)
     }
   }

--
Gitblit v1.9.1