hyf преди 3 години
родител
ревизия
849a7d8d96

+ 5 - 5
src/layout/components/Navbar.vue

@@ -109,11 +109,11 @@ export default {
       sideMenuTabId: 1,
       sideMenus: [],
       sideMenuTabList: [
-        { name: '工作总览', icon: 'el-icon-s-platform', path: '/hos/satisfy/overview', permit: 'hos_health_overview', id: 1 },
-        { name: '建设规划', icon: 'icon-common_saving', path: '/hos/satisfy/instruction', permit: 'hos_health_instruction', id: 2 },
-        { name: '任务动态', icon: 'icon-common_task', path: '/hos/satisfy/task', permit: 'hos_health_task', id: 3 },
-        { name: '成果评价', icon: 'icon-common_evaluate', path: '/hos/satisfy/assess', permit: 'hos_health_assess', id: 4 },
-        { name: '文件中心', icon: 'icon-common_file', path: '/hos/satisfy/doc', permit: 'hos_health_doc', id: 5 },
+        { name: '工作总览', icon: 'el-icon-s-platform', path: '/hos/health/overview', permit: 'hos_health_overview', id: 1 },
+        { name: '建设规划', icon: 'icon-common_saving', path: '/hos/health/instruction', permit: 'hos_health_instruction', id: 2 },
+        { name: '任务动态', icon: 'icon-common_task', path: '/hos/health/task', permit: 'hos_health_task', id: 3 },
+        { name: '成果评价', icon: 'icon-common_evaluate', path: '/hos/health/assess', permit: 'hos_health_assess', id: 4 },
+        { name: '文件中心', icon: 'icon-common_file', path: '/hos/health/doc', permit: 'hos_health_doc', id: 5 },
         { name: '业务配置', icon: 'el-icon-setting', path: '/hos/checklist', permit: 'hos_checklist', id: 6 },
         { name: '系统配置', icon: 'icon-common_workbench', path: '/hos/profile', permit: 'hos_setting', id: 7 }
       ]

+ 2 - 1
src/views/system/app/manage/app.vue → src/views/system/app/manage/components/App.vue

@@ -53,8 +53,9 @@
 </template>
 <script  >
 import { updateApp, createApp } from '@/api/system/appApi'
-import ImageCropper from '@/components/ImageCropper/index'
+import ImageCropper from '@/components/ImageCropper/index.vue'
 export default {
+  name: 'App',
   components: {
     ImageCropper
   },

+ 1 - 0
src/views/system/app/manage/appCat.vue → src/views/system/app/manage/components/AppCat.vue

@@ -31,6 +31,7 @@ import { ACTION_ADD, ACTION_UPDATE } from '@/utils/actionType'
 import { createAppCat, getAppCatById, updateAppCat } from '@/api/system/appCatApi'
 
 export default {
+  name: 'AppCat',
   props: {
     title: {
       type: String,

+ 2 - 2
src/views/system/app/manage/appList.vue → src/views/system/app/manage/components/AppList.vue

@@ -94,11 +94,11 @@
 
 import { getAppByList, deleteAppById, updateAppStatus, updateAppStoreStatus } from '@/api/system/appApi'
 import { mapGetters } from 'vuex'
-import App from './app'
+import App from './App.vue'
 
 export default {
+  name: 'AppList',
   components: {
-    // eslint-disable-next-line vue/no-unused-components
     App
   },
   props: {

+ 3 - 2
src/views/system/app/manage/leftCat.vue → src/views/system/app/manage/components/LeftCat.vue

@@ -33,10 +33,11 @@
 
 import { getAppCatByList, deleteAppCatById } from '@/api/system/appCatApi'
 import { toTree } from '@/utils/build-tree'
-import AppCat from './appCat'
+import AppCat from './AppCat.vue'
 import Vuescroll from 'vuescroll'
 
 export default {
+  name: 'LeftCat',
   components: {
     Vuescroll,
     AppCat
@@ -244,7 +245,7 @@ export default {
     .right-icon {
       position: absolute;
       right: 10px;
-      top: 14px;
+      top: 8px;
       background: #5181A2;
       color: #FFFFFF;
       width: 14px;

+ 2 - 2
src/views/system/app/manage/index.vue

@@ -12,8 +12,8 @@
 </template>
 
 <script>
-import LeftCat from './leftCat'
-import AppList from './appList'
+import LeftCat from './components/LeftCat.vue'
+import AppList from './components/AppList.vue'
 
 export default {
   name: 'Index',

+ 1 - 1
src/views/system/customer/customer/index.vue

@@ -51,7 +51,7 @@
 </template>
 
 <script>
-import Pagination from '@/components/Pagination' // secondary package based on el-pagination
+import Pagination from '@/components/Pagination'
 import { getCustomerByPage, deleteCustomerById } from '@/api/system/customerApi'
 import Details from './components/Details'
 

+ 2 - 0
src/views/system/customer/ent/index.vue

@@ -77,10 +77,12 @@
 </template>
 
 <script>
+
 import { getOcByPage, deleteOcById, resetAdminPwd, updateOcStatus } from '@/api/system/ocApi'
 import Pagination from '@/components/Pagination'
 import OcComponent from '../components/Oc.vue'
 import OcAdminComponent from '../components/OcAdmin.vue'
+
 export default {
   name: 'EntIndex',
   components: {

+ 2 - 0
src/views/system/customer/org/index.vue

@@ -82,10 +82,12 @@
 </template>
 
 <script>
+
 import { toTree } from '@/utils/build-tree'
 import { getOcByList, deleteOcById, resetAdminPwd, updateOcStatus } from '@/api/system/ocApi'
 import OcComponent from '../components/Oc.vue'
 import OcAdminComponent from '../components/OcAdmin.vue'
+
 export default {
   name: 'OrgList',
   components: {

+ 2 - 0
src/views/system/customer/partner/index.vue

@@ -75,10 +75,12 @@
 </template>
 
 <script>
+
 import { getOcByPage, deleteOcById, resetAdminPwd, updateOcStatus } from '@/api/system/ocApi'
 import Pagination from '@/components/Pagination'
 import OcComponent from '../components/Oc'
 import OcAdminComponent from '../components/OcAdmin'
+
 export default {
   name: 'PartnerList',
   components: {

+ 1 - 0
src/views/system/customer/wx/index.vue

@@ -55,6 +55,7 @@
 </template>
 
 <script>
+
 import Pagination from '@/components/Pagination'
 import { getWxUserByPage, deleteWxUserById } from '@/api/system/wxUserApi'
 

+ 1 - 1
src/views/system/position/index.vue

@@ -48,7 +48,7 @@
 </template>
 
 <script>
-import Pagination from '@/components/Pagination' // secondary package based on el-pagination
+import Pagination from '@/components/Pagination'
 import { getPositionByPage, deletePositionById } from '@/api/system/positionApi'
 import PositionComponent from '@/views/system/position/components/Position.vue'
 import PositionPermit from '@/views/system/permit/position'