소스 검색

修改报表权限

xiaodai2022 2 년 전
부모
커밋
911e54f0e8
4개의 변경된 파일10개의 추가작업 그리고 12개의 파일을 삭제
  1. 0 0
      dist/index.html
  2. 0 0
      dist/static/js/chunk-02ad54bf.68876f9c.js
  3. BIN
      dist/static/js/chunk-02ad54bf.68876f9c.js.gz
  4. 10 12
      src/views/reportQuery/productReport/index.vue

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/index.html


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/static/js/chunk-02ad54bf.68876f9c.js


BIN
dist/static/js/chunk-02ad54bf.7edbdb06.js.gz → dist/static/js/chunk-02ad54bf.68876f9c.js.gz


+ 10 - 12
src/views/reportQuery/productReport/index.vue

@@ -24,9 +24,9 @@ import mixinPage from "@/mixins/elPaginationHandle";
 import resToken from "@/mixins/resToken";
 import { mapGetters } from "vuex";
 //标签页组件引入
-const table1 = () => import("./components/table1")
-const table2 = () => import("./components/table2")
-const table3 = () => import("./components/table3")
+const table1 = () => import("./components/table1");
+const table2 = () => import("./components/table2");
+const table3 = () => import("./components/table3");
 export default {
   mixins: [mixinPage, resToken],
   components: {
@@ -39,9 +39,8 @@ export default {
     ...mapGetters(["tablebtnSize", "searchSize", "size"]),
     powers() {
       let tran =
-        this.$store.getters.btnList.find(
-          (item) => item.menu_route == "purchaseReport"
-        ) || {};
+        this.$store.getters.btnList.find((item) => item.menu_route == "productReport") ||
+        {};
       if (tran && tran.action && tran.action.length > 0) {
         return tran.action;
       } else {
@@ -51,16 +50,15 @@ export default {
   },
   data() {
     return {
-      activeName: 'table3'
-    }
+      activeName: "table3",
+    };
   },
   methods: {
     //   handleClick(tab, event) {
     //     console.log(tab, event);
     //   }
-  }
-}
+  },
+};
 </script>
 
-<style lang="scss" scoped>
-</style>
+<style lang="scss" scoped></style>

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.