From eedfb8fa8d1eeb83554081f5785f832f45a64f3a Mon Sep 17 00:00:00 2001
From: chengxiangling <291105840@qq.com>
Date: 星期日, 11 五月 2025 12:29:23 +0800
Subject: [PATCH] 提交页面script加上name命名

---
 src/views/mainPlan/pipeProduceStatics/index.vue         |    2 +-
 src/views/basicData/sheetMetalParamConfig/index.vue     |    2 +-
 src/views/mainPlan/sheetMetalOrderManage/index.vue      |    2 +-
 src/views/mainPlan/sheetMetalSupplyGap/index.vue        |    2 +-
 src/views/mainPlan/platePlanList/index.vue              |    2 +-
 src/views/mainPlan/gasPiping/index.vue                  |    2 +-
 src/views/mainPlan/gasProduceStatics/index.vue          |    2 +-
 src/views/basicData/bom/index.vue                       |    2 +-
 src/views/basicData/calendarView/index.vue              |    2 +-
 src/views/mainPlan/weldSeamEcharts/index.vue            |    2 +-
 src/views/mainPlan/abnormalPartNumberReport/index.vue   |    2 +-
 src/views/mainPlan/gasPlanning/index.vue                |    2 +-
 src/views/basicData/processRouteDataPreparate/index.vue |    2 +-
 src/views/mainPlan/sheetMetalRedundantReport/index.vue  |    2 +-
 src/App.vue                                             |    4 ++--
 15 files changed, 16 insertions(+), 16 deletions(-)

diff --git a/src/App.vue b/src/App.vue
index e666a6e..a9606d5 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -1,8 +1,8 @@
 <template>
   <el-config-provider :locale="locale === 'zh' ? zhCnEl : enUsEl">
-    <keep-alive :include="cachedViewsList">
+    <!-- <keep-alive :include="cachedViewsList">
       <router-view />
-    </keep-alive>
+    </keep-alive> -->
     <router-view />
   </el-config-provider>
 </template>
diff --git a/src/views/basicData/bom/index.vue b/src/views/basicData/bom/index.vue
index f20fc76..fd9610c 100644
--- a/src/views/basicData/bom/index.vue
+++ b/src/views/basicData/bom/index.vue
@@ -124,7 +124,7 @@
   </div>
 </template>
 
-<script setup name="ApsPlatePlan">
+<script setup name="Bom">
 import {
   listApsBomHeaderList,
   listApsBomLineList,
diff --git a/src/views/basicData/calendarView/index.vue b/src/views/basicData/calendarView/index.vue
index 800243c..ac858b5 100644
--- a/src/views/basicData/calendarView/index.vue
+++ b/src/views/basicData/calendarView/index.vue
@@ -75,7 +75,7 @@
   </div>
 </template>
 
-<script setup>
+<script setup name="CalendarView">
 import { calendarView } from "@/api/basicData/calendar";
 import { listAll_plant } from "@/api/basicData/plant";
 const plantList = ref([]);
diff --git a/src/views/basicData/processRouteDataPreparate/index.vue b/src/views/basicData/processRouteDataPreparate/index.vue
index 0b113bf..0caac75 100644
--- a/src/views/basicData/processRouteDataPreparate/index.vue
+++ b/src/views/basicData/processRouteDataPreparate/index.vue
@@ -126,7 +126,7 @@
   </div>
 </template>
 
-<script setup name="ApsPlatePlan">
+<script setup name="ProcessRouteDataPreparate">
 import { listAll_plant } from "@/api/basicData/plant";
 import {
   apsStandardProcessRouteHeaderList,
diff --git a/src/views/basicData/sheetMetalParamConfig/index.vue b/src/views/basicData/sheetMetalParamConfig/index.vue
index d3720ba..f59ef07 100644
--- a/src/views/basicData/sheetMetalParamConfig/index.vue
+++ b/src/views/basicData/sheetMetalParamConfig/index.vue
@@ -20,7 +20,7 @@
     </el-form>
   </div>
 </template>
-<script setup>
+<script setup name="SheetMetalParamConfig">
 import {
   queryConfigParams,
   queryConfigParamsSave,
diff --git a/src/views/mainPlan/abnormalPartNumberReport/index.vue b/src/views/mainPlan/abnormalPartNumberReport/index.vue
index 59785ee..a6fcf4a 100644
--- a/src/views/mainPlan/abnormalPartNumberReport/index.vue
+++ b/src/views/mainPlan/abnormalPartNumberReport/index.vue
@@ -82,7 +82,7 @@
   </div>
 </template>
 
-<script setup name="Calendar">
+<script setup name="AbnormalPartNumberReport">
 import HxlhTable from "@/components/HxlhTable";
 import { redundantOrderList } from "@/api/basicData/sheetMetalConfig/sheetMetalConfig";
 import { listAll_plant } from "@/api/basicData/plant";
diff --git a/src/views/mainPlan/gasPiping/index.vue b/src/views/mainPlan/gasPiping/index.vue
index edb3fb4..251d8e9 100644
--- a/src/views/mainPlan/gasPiping/index.vue
+++ b/src/views/mainPlan/gasPiping/index.vue
@@ -248,7 +248,7 @@
   </div>
 </template>
 
-<script setup name="ApsPlatePlan">
+<script setup name="GasPiping">
 import {
   listPlan,
   examplePlan,
diff --git a/src/views/mainPlan/gasPlanning/index.vue b/src/views/mainPlan/gasPlanning/index.vue
index ca82da8..3f7f647 100644
--- a/src/views/mainPlan/gasPlanning/index.vue
+++ b/src/views/mainPlan/gasPlanning/index.vue
@@ -514,7 +514,7 @@
     </div>
   </div>
 </template>
-<script setup name="gasPlanning">
+<script setup name="GasPlanning">
 // import { ElMessage } from "element-plus";
 import { listGasPlan, getGasPlanSave } from "@/api/mainPlan/gasPlanning";
 const height = ref(document.documentElement.clientHeight - 400 + "px;");
diff --git a/src/views/mainPlan/gasProduceStatics/index.vue b/src/views/mainPlan/gasProduceStatics/index.vue
index 303c2f8..8e865b2 100644
--- a/src/views/mainPlan/gasProduceStatics/index.vue
+++ b/src/views/mainPlan/gasProduceStatics/index.vue
@@ -82,7 +82,7 @@
   </div>
 </template>
 
-<script setup name="gasProduceStatics">
+<script setup name="GasProduceStatics">
 import {
   listUpdateGasProduceStatics,
   listGasProduceStatics,
diff --git a/src/views/mainPlan/pipeProduceStatics/index.vue b/src/views/mainPlan/pipeProduceStatics/index.vue
index 6c54a9d..ec50b8d 100644
--- a/src/views/mainPlan/pipeProduceStatics/index.vue
+++ b/src/views/mainPlan/pipeProduceStatics/index.vue
@@ -86,7 +86,7 @@
   </div>
 </template>
 
-<script setup name="gasProduceStatics">
+<script setup name="PipeProduceStatics">
 import {
   listUpdateGasProduceStatics,
   listGasProduceStatics,
diff --git a/src/views/mainPlan/platePlanList/index.vue b/src/views/mainPlan/platePlanList/index.vue
index 0224cbb..67e83c4 100644
--- a/src/views/mainPlan/platePlanList/index.vue
+++ b/src/views/mainPlan/platePlanList/index.vue
@@ -108,7 +108,7 @@
   </div>
 </template>
 
-<script setup name="Aps_plate_process_stat">
+<script setup name="ApsPlatePlanList">
 import {
   listApsPlateProcessShopStat,
   listApsPlateProcessShopStatUpdate,
diff --git a/src/views/mainPlan/sheetMetalOrderManage/index.vue b/src/views/mainPlan/sheetMetalOrderManage/index.vue
index 66b74eb..705b2ef 100644
--- a/src/views/mainPlan/sheetMetalOrderManage/index.vue
+++ b/src/views/mainPlan/sheetMetalOrderManage/index.vue
@@ -253,7 +253,7 @@
   </div>
 </template>
 
-<script setup name="Calendar">
+<script setup name="SheetMetalOrderManage">
 import HxlhTable from "@/components/HxlhTable";
 import { parseTime } from "@/utils/ruoyi.js";
 import useBasicStore from "@/store/modules/request/basic/page";
diff --git a/src/views/mainPlan/sheetMetalRedundantReport/index.vue b/src/views/mainPlan/sheetMetalRedundantReport/index.vue
index 2c832ac..816a7eb 100644
--- a/src/views/mainPlan/sheetMetalRedundantReport/index.vue
+++ b/src/views/mainPlan/sheetMetalRedundantReport/index.vue
@@ -84,7 +84,7 @@
   </div>
 </template>
 
-<script setup name="Calendar">
+<script setup name="SheetMetalRedundantReport">
 import HxlhTable from "@/components/HxlhTable";
 import { redundantOrderList } from "@/api/basicData/sheetMetalConfig/sheetMetalConfig";
 import { listAll_plant } from "@/api/basicData/plant";
diff --git a/src/views/mainPlan/sheetMetalSupplyGap/index.vue b/src/views/mainPlan/sheetMetalSupplyGap/index.vue
index 8ee91b7..8981579 100644
--- a/src/views/mainPlan/sheetMetalSupplyGap/index.vue
+++ b/src/views/mainPlan/sheetMetalSupplyGap/index.vue
@@ -82,7 +82,7 @@
   </div>
 </template>
 
-<script setup name="Calendar">
+<script setup name="SheetMetalSupplyGap">
 import HxlhTable from "@/components/HxlhTable";
 import {
   supplyGapList
diff --git a/src/views/mainPlan/weldSeamEcharts/index.vue b/src/views/mainPlan/weldSeamEcharts/index.vue
index d38a984..2f3f626 100644
--- a/src/views/mainPlan/weldSeamEcharts/index.vue
+++ b/src/views/mainPlan/weldSeamEcharts/index.vue
@@ -38,7 +38,7 @@
         </el-row>
     </div>
 </template>
-<script setup>
+<script setup name="WeldSeamEcharts">
     import * as echarts from 'echarts';
     import { weldSeamEchartsList} from "@/api/mainPlan/weldSeamEcharts/weldSeamEcharts";
     const totalDay = ref([]);

--
Gitblit v1.9.3