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

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


+ 1 - 1
src/views/interest/accountQuery/index.vue

@@ -183,7 +183,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 == "accountQuery") || {};
       const { action } = tran ?? {};
       return action ?? [];
     },

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