From 24b7097bef89eb8de2136277bc52abd30775a16c Mon Sep 17 00:00:00 2001
From: CD配唱片 <CD配唱片>
Date: 星期四, 24 四月 2025 15:19:35 +0800
Subject: [PATCH] 解决导出冲突

---
 src/views/mainPlan/platePlanList/index.vue |   33 +++++++++++++++++----------------
 1 files changed, 17 insertions(+), 16 deletions(-)

diff --git a/src/views/mainPlan/platePlanList/index.vue b/src/views/mainPlan/platePlanList/index.vue
index aa02926..a48996f 100644
--- a/src/views/mainPlan/platePlanList/index.vue
+++ b/src/views/mainPlan/platePlanList/index.vue
@@ -39,7 +39,7 @@
           plain
           icon="Download"
           @click="handleExport"
-          v-hasPermi="['apsPlateProcessStat:export']"
+          v-hasPermi="['plateProcessShopStat:export']"
           >瀵煎嚭</el-button
         >
       </el-col>
@@ -164,66 +164,67 @@
   {
     title: "涓氬姟绫诲瀷",
     field: "businessType",
+    width: 150,
   },
   {
     title: "鍗曟嵁鍙�",
     field: "documentNumber",
-    width: 100,
+    width: 200,
   },
   {
     title: "褰撳墠宸ュ簭鍙�",
     field: "currentProcessNumberTxt",
-    width: 100,
+    width: 150,
   },
   {
     title: "闇�姹傚垎绫�",
     field: "requirementType",
-    width: 80,
+    width: 100,
   },
   {
     title: "鍗曟嵁鐘舵��",
     field: "documentStatus",
-    width: 80,
+    width: 100,
   },
   {
     title: "褰撳墠宸ュ簭",
     field: "workCenter",
-    width: 80,
+    width: 200,
   },
   {
     title: "璁″垝寮�宸ユ棩",
     field: "processPlanStartDaytxt",
-    width: 140,
+    width: 200,
     type: "html",
   },
   {
     title: "鏂欏彿",
     field: "itemNumber",
-    width: 140,
+    width: 150,
     type: "html",
   },
   {
     title: "鍥惧彿",
     field: "drawingNo",
-    width: 120,
+    width: 150,
     // format: 'YYYY-MM-DD'
   },
   {
     title: "鐗堟湰鍙�",
     field: "versionNumber",
-    width: 140,
+    width: 100,
     type: "html",
   },
   {
     title: "鐢熶骇鏁伴噺",
     field: "productionQuantity",
-    width: 140,
+    width: 100,
     type: "html",
   },
   {
     title: "璁″垝瀹屽伐鏃�",
     field: "planEndDay",
-    width: 140,
+    width: 150,
     format: "YYYY-MM-DD hh:mm:ss",
   },
 ]);
@@ -377,10 +378,10 @@
     `aps_plate_process_shop_stat_${new Date().getTime()}.xlsx`
   );
 }
-
-onMounted(async () => {
-  getList();
-});
+getList();
+// onMounted(async () => {
+//
+// });
 </script>
 <style lang="scss" scoped>
 ::v-deep(.mytable-style.vxe-table .vxe-body--row.row-green) {

--
Gitblit v1.9.3