Переглянути джерело

页面切换,缓存问题处理

shipeng 2 тижнів тому
батько
коміт
a36cc961e3

+ 1 - 1
src/views/finance/Statements/StatementsIndex.vue

@@ -252,7 +252,7 @@ import { exportExcel } from '@/utils/exportexcel';
 import detailsDia from "../../order/orderMr/dialog/details";
 
 export default {
-  name: 'StatementsIndex',
+  name: 'Statements',
   components: {
     detailsDia,
     'parkingrecord-pagination-select': () => import('@/components/CustPaginationSelect') // 支持分页搜索功能的[el-select]下拉框

+ 1 - 1
src/views/statisticalReport/channelSales.vue

@@ -120,7 +120,7 @@
   import { pagePerformTimeList } from "@/api/schedulingMr/schedulingMr"
   import moment from "moment"
   export default {
-    name: "agreement",
+    name: "Agreement",
     dicts: ['agreement_type'],
     data() {
       return {

+ 1 - 1
src/views/statisticalReport/daily.vue

@@ -140,7 +140,7 @@
   import { pagePerformTimeList } from "@/api/schedulingMr/schedulingMr"
   import moment from "moment"
   export default {
-    name: "",
+    name: "Daily",
     dicts: [],
     data() {
       return {

+ 1 - 1
src/views/statisticalReport/distributor.vue

@@ -110,7 +110,7 @@
   import moment from "moment"
 import { log } from 'mathjs'
   export default {
-    name: "agreement",
+    name: "Distributor",
     dicts: ['agreement_type'],
     data() {
       return {

+ 1 - 1
src/views/statisticalReport/distridbution.vue

@@ -113,7 +113,7 @@
   import { seatPricePageList } from '@/api/distribution/ticketMr'
   import moment from "moment"
   export default {
-    name: "",
+    name: "Distridbution",
     dicts: ['distribution_type'],
     data() {
       return {

+ 1 - 1
src/views/statisticalReport/product.vue

@@ -109,7 +109,7 @@
   import { pagePerformTimeList } from "@/api/schedulingMr/schedulingMr"
   import moment from "moment"
   export default {
-    name: "agreement",
+    name: "Product",
     dicts: ['agreement_type'],
     data() {
       return {

+ 1 - 1
src/views/statisticalReport/seatInventory.vue

@@ -116,7 +116,7 @@ import { performTimeCount, downTimeCountListXls } from '@/api/statisticalReport/
 import { exportExcel } from '@/utils/exportexcel'
 import moment from "moment"
 export default {
-  name: "seatInventory",
+  name: "SeatInventory",
   data() {
     return {
       // 遮罩层

+ 1 - 1
src/views/statisticalReport/session.vue

@@ -84,7 +84,7 @@ import { exportExcel } from '@/utils/exportexcel'
 import { seatPricePageList } from '@/api/distribution/ticketMr'
 import moment from "moment"
 export default {
-  name: "agreement",
+  name: "Session",
   dicts: ['agreement_type'],
   data() {
     return {

+ 1 - 1
src/views/statisticalReport/sessionInventory.vue

@@ -121,7 +121,7 @@ import { performTimeCount, downTimeCountListXls } from '@/api/statisticalReport/
 import { exportExcel } from '@/utils/exportexcel'
 import moment from "moment"
 export default {
-  name: "sessionInventory",
+  name: "SessionInventory",
   data() {
     return {
       // 遮罩层

+ 1 - 1
src/views/statisticalReport/singleSales.vue

@@ -84,7 +84,7 @@
   import { seatPricePageList } from '@/api/distribution/ticketMr'
   import moment from "moment"
   export default {
-    name: "agreement",
+    name: "SingleSales",
     dicts: ['agreement_type'],
     data() {
       return {

+ 1 - 1
src/views/statisticalReport/team.vue

@@ -109,7 +109,7 @@
   import { pagePerformTimeList } from "@/api/schedulingMr/schedulingMr"
   import moment from "moment"
   export default {
-    name: "agreement",
+    name: "Team",
     dicts: ['agreement_type'],
     data() {
       return {

+ 1 - 1
src/views/statisticalReport/teamdetail.vue

@@ -126,7 +126,7 @@
   import { seatPricePageList } from '@/api/distribution/ticketMr'
   import moment from "moment"
   export default {
-    name: "",
+    name: "TeamDetail",
     dicts: ['team_type'],
     data() {
       return {