瀏覽代碼

10221749scbyye

liuhj 6 月之前
父節點
當前提交
2cd244fabd
共有 3 個文件被更改,包括 29 次插入0 次删除
  1. 2 0
      src/components/MCR/Marketingamount.vue
  2. 21 0
      src/components/Resource/PerformanceT.vue
  3. 6 0
      src/router/index.js

+ 2 - 0
src/components/MCR/Marketingamount.vue

@@ -558,6 +558,7 @@ export default {
         },
         //公司切换
         CompanySwitching(val){
+            this.currentPage=1;
             this.yamount=0.00;
             this.yratio=0.00;
             this.qamount=0.00;
@@ -606,6 +607,7 @@ export default {
         },
         //员工切换
         EmployeeSwitching(val){
+            this.currentPage=1;
             this.PostMarketingSalesGroupList(this.years,1)
         },
         //季度切换

+ 21 - 0
src/components/Resource/PerformanceT.vue

@@ -0,0 +1,21 @@
+<template>
+    <div class="PerformanceT-all">
+        jixiao
+    </div>
+</template>
+<script>
+export default {
+    
+}
+</script>
+<style>
+.PerformanceT-all {
+    background-color: #fff;
+    padding: 10px;
+    box-shadow: 0 0 5px #0005;
+    border-radius: 10px;
+    min-height: 830px;
+}
+</style>
+
+

+ 6 - 0
src/router/index.js

@@ -126,6 +126,7 @@ import SuppliesInventory from '@/components/OP/SuppliesInventory';
 import CardReconciliation from '@/components/Finance/CardReconciliation';
 import EvaluationForm from '@/components/EvaluationForm'
 import TranslatorBase from '@/components/Resource/TranslatorBase'
+import PerformanceT from '@/components/Resource/PerformanceT'
 
 Vue.use(Router)
 
@@ -757,6 +758,11 @@ export default new Router({
           name: 'TranslatorBase',
           component: TranslatorBase
         },
+        {
+          path: '/home/PerformanceT',
+          name: 'PerformanceT',
+          component: PerformanceT
+        },
       ]
     },
     {