snow 2 年之前
父節點
當前提交
3faab0d67f
共有 2 個文件被更改,包括 1 次插入1 次删除
  1. 0 0
      dist/static/js/0.js
  2. 1 1
      src/views/supplierInterest/supplierAccountQuery/index.vue

文件差異過大導致無法顯示
+ 0 - 0
dist/static/js/0.js


+ 1 - 1
src/views/supplierInterest/supplierAccountQuery/index.vue

@@ -193,7 +193,7 @@ export default {
     ...mapGetters(["tablebtnSize", "searchSize", "size"]),
     powers() {
       const { btnList } = this.$store.getters;
-      const tran = btnList.find((i) => i.menu_route == "account") || {};
+      const tran = btnList.find((i) => i.menu_route == "supplierAccountQuery") || {};
       const { action } = tran ?? {};
       return action ?? [];
     },

部分文件因文件數量過多而無法顯示