snow 1 gadu atpakaļ
vecāks
revīzija
de0b25ec0f

Failā izmaiņas netiks attēlotas, jo tās ir par lielu
+ 1 - 1
dist/index.html


Failā izmaiņas netiks attēlotas, jo tās ir par lielu
+ 0 - 0
dist/static/css/app.70a17f0e.css


Failā izmaiņas netiks attēlotas, jo tās ir par lielu
+ 0 - 0
dist/static/js/app.4c2893c3.js


BIN
dist/static/js/app.4c2893c3.js.gz


Failā izmaiņas netiks attēlotas, jo tās ir par lielu
+ 0 - 0
dist/static/js/app.9e44c91b.js


BIN
dist/static/js/app.9e44c91b.js.gz


+ 1 - 1
public/index.html

@@ -26,7 +26,7 @@
         (function() {
         (function() {
             // title
             // title
 
 
-            document.title = "利润看板";
+            document.title = "数据导航";
 
 
             if (
             if (
                 typeof WeixinJSBridge == "object" &&
                 typeof WeixinJSBridge == "object" &&

+ 1 - 1
src/pages/accountsReceivable.vue

@@ -120,7 +120,7 @@ export default {
     };
     };
   },
   },
   async created() {
   async created() {
-    document.title = "应收账款"
+    document.title = "3.应收账款"
     window.onresize = () => {
     window.onresize = () => {
       this.getHeight();
       this.getHeight();
     };
     };

+ 5 - 5
src/pages/index.vue

@@ -15,11 +15,11 @@ export default {
   data(){
   data(){
     return {
     return {
       routes:[
       routes:[
-        {label:'业绩报表', link:'/?path=results'},
-        {label:'利润看板', link:'/?path=report'},
-        {label:'应收账款', link:'/?path=accountsReceivable'},
-        {label:'订单情况', link:'/?path=newReport'},
-        {label:'发货情况', link:'/?path=stock'}
+        {label:'1.业绩报表', link:'/?path=results'},
+        {label:'2.利润看板', link:'/?path=report'},
+        {label:'3.应收账款', link:'/?path=accountsReceivable'},
+        {label:'4.订单情况', link:'/?path=newReport'},
+        {label:'5.发货情况', link:'/?path=stock'}
       ]
       ]
     }
     }
   },
   },

+ 1 - 1
src/pages/newReport.vue

@@ -110,7 +110,7 @@ export default {
     };
     };
   },
   },
   mounted() {
   mounted() {
-    document.title = "订单情况"
+    document.title = "4.订单情况"
     if(!getParameterByName('code')){ this.login() }else{
     if(!getParameterByName('code')){ this.login() }else{
       this.requestUserinfo()
       this.requestUserinfo()
     }
     }

+ 1 - 1
src/pages/report.vue

@@ -31,7 +31,7 @@ export default {
     }
     }
   },
   },
   created(){
   created(){
-    document.title = "利润看板"
+    document.title = "2.利润看板"
   },
   },
   async mounted(){
   async mounted(){
     this.requestUserinfo()
     this.requestUserinfo()

+ 1 - 1
src/pages/results.vue

@@ -30,7 +30,7 @@ export default {
     }
     }
   },
   },
   async mounted(){
   async mounted(){
-    document.title = "业绩报表"
+    document.title = "1.业绩报表"
     this.requestUserinfo()
     this.requestUserinfo()
   },
   },
   methods:{
   methods:{

+ 1 - 1
src/pages/stock.vue

@@ -83,7 +83,7 @@ export default {
   },
   },
   mounted() {
   mounted() {
     document.body.style.position = "static"
     document.body.style.position = "static"
-    document.title = "发货情况"
+    document.title = "5.发货情况"
     if(!getParameterByName('code')){ this.login() }else{
     if(!getParameterByName('code')){ this.login() }else{
       this.requestUserinfo()
       this.requestUserinfo()
     }
     }

Daži faili netika attēloti, jo izmaiņu fails ir pārāk liels