lilei преди 3 години
родител
ревизия
cfd6f7a197
променени са 3 файла, в които са добавени 8 реда и са изтрити 2 реда
  1. 2 2
      src/config/router.config.js
  2. 3 0
      src/views/dataExport/exportCheck/list.vue
  3. 3 0
      src/views/dataExport/exportSales/list.vue

+ 2 - 2
src/config/router.config.js

@@ -1471,7 +1471,7 @@ export const asyncRouterMap = [
             meta: {
               title: '导出销售',
               icon: 'gold',
-              // permission: 'M_exportSales'
+              permission: 'M_exportSales'
             },
             hideChildrenInMenu: true,
             children: [
@@ -1483,7 +1483,7 @@ export const asyncRouterMap = [
                   title: '导出销售',
                   icon: 'gold',
                   hidden: true,
-                  // permission: 'M_exportSales'
+                  permission: 'M_exportSales'
                 }
               }
             ]

+ 3 - 0
src/views/dataExport/exportCheck/list.vue

@@ -132,5 +132,8 @@ export default {
 <style lang="less">
   .exportCheckList-wrap{
     height: 99%;
+    .form-model-con{
+      margin-top: 50px;
+    }
   }
 </style>

+ 3 - 0
src/views/dataExport/exportSales/list.vue

@@ -136,5 +136,8 @@ export default {
 <style lang="less">
   .exportCheckList-wrap{
     height: 99%;
+    .form-model-con{
+      margin-top: 50px;
+    }
   }
 </style>