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: {
             meta: {
               title: '导出销售',
               title: '导出销售',
               icon: 'gold',
               icon: 'gold',
-              // permission: 'M_exportSales'
+              permission: 'M_exportSales'
             },
             },
             hideChildrenInMenu: true,
             hideChildrenInMenu: true,
             children: [
             children: [
@@ -1483,7 +1483,7 @@ export const asyncRouterMap = [
                   title: '导出销售',
                   title: '导出销售',
                   icon: 'gold',
                   icon: 'gold',
                   hidden: true,
                   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">
 <style lang="less">
   .exportCheckList-wrap{
   .exportCheckList-wrap{
     height: 99%;
     height: 99%;
+    .form-model-con{
+      margin-top: 50px;
+    }
   }
   }
 </style>
 </style>

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

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