Pārlūkot izejas kodu

菜单栏折叠

natasha 5 dienas atpakaļ
vecāks
revīzija
c6bd00b870
2 mainītis faili ar 63 papildinājumiem un 43 dzēšanām
  1. 62 42
      src/components/NavMenu.vue
  2. 1 1
      src/views/system_config/JstOrder.vue

+ 62 - 42
src/components/NavMenu.vue

@@ -220,57 +220,77 @@ export default {
           code: 50001,
           node: [
             {
-              title: "邮箱配置",
-              index: "email_setting",
-            },
-            {
-              title: "导入配置",
-              index: "export_setting",
-            },
-            {
-              title: "折扣规则",
-              index: "discount_setting",
-            },
-            {
-              title: "分享配置",
-              index: "share_setting",
-            },
-            {
-              title: "订阅价格管理",
-              index: "order_setting",
-            },
-            {
-              title: "支付配置",
-              index: "pay_setting",
-            },
-            {
-              title: "预览配置",
-              index: "preview_setting",
+              title: "聚水潭",
+              index: "jst",
+              node: [
+                {
+                  title: "聚水潭订单号管理",
+                  index: "jst_order",
+                },
+                {
+                  title: "聚水潭对接配置",
+                  index: "jst_setting",
+                },
+              ],
             },
             {
-              title: "精读订阅包年价格",
-              index: "reservation_setting",
+              title: "配置",
+              index: "setting",
+              node: [
+                {
+                  title: "邮箱配置",
+                  index: "email_setting",
+                },
+                {
+                  title: "导入配置",
+                  index: "export_setting",
+                },
+                {
+                  title: "分享配置",
+                  index: "share_setting",
+                },
+                {
+                  title: "支付配置",
+                  index: "pay_setting",
+                },
+                {
+                  title: "预览配置",
+                  index: "preview_setting",
+                },
+                {
+                  title: "企信对接配置",
+                  index: "qx_setting",
+                },
+              ],
             },
+
             {
-              title: "测评价格",
-              index: "test_setting",
+              title: "价格管理",
+              index: "price",
+              node: [
+                {
+                  title: "折扣规则",
+                  index: "discount_setting",
+                },
+                {
+                  title: "订阅价格管理",
+                  index: "order_setting",
+                },
+                {
+                  title: "精读订阅包年价格",
+                  index: "reservation_setting",
+                },
+                {
+                  title: "测评价格",
+                  index: "test_setting",
+                },
+              ],
             },
+
             // {
             //   title: "短信资源",
             //   index: "SMS_resources",
             // },
-            {
-              title: "聚水潭订单号管理",
-              index: "jst_order",
-            },
-            {
-              title: "聚水潭对接配置",
-              index: "jst_setting",
-            },
-            {
-              title: "企信对接配置",
-              index: "qx_setting",
-            },
           ],
         },
       ];

+ 1 - 1
src/views/system_config/JstOrder.vue

@@ -205,7 +205,7 @@ export default {
   methods: {
     //计算table高度(动态设置table高度)
     getTableHeight() {
-      let tableH = 370; //距离页面下方的高度
+      let tableH = 380; //距离页面下方的高度
       let tableHeightDetil = window.innerHeight - tableH;
       if (tableHeightDetil <= 300) {
         this.tableHeight = 300;