duy 3 months ago
parent
commit
07ea9b050d
2 changed files with 22 additions and 22 deletions
  1. 21 21
      src/router/modules/base.js
  2. 1 1
      src/views/custody/save.vue

+ 21 - 21
src/router/modules/base.js

@@ -54,27 +54,27 @@ export default [
         meta: { title: 'pdf文件预览' },
         component: () => import('~src/views/home/pdf.vue'),
     },
-    {
-        path: '/datav',
-        name: 'datav',
-        meta: { title: '数据看板' },
-        component: () => import('~src/views/home/datav.vue'),
-    },
-    {
-        path: '/home',
-        name: 'home',
-        redirect: '/home/index',
-        meta: { title: '数据看板' },
-        component: Layout,
-        children: [
-            {
-                path: '/home/index',
-                name: 'home-index',
-                meta: { title: '数据看板' },
-                component: () => import('~src/views/home/index.vue'),
-            },
-        ],
-    },
+    // {
+    //     path: '/datav',
+    //     name: 'datav',
+    //     meta: { title: '数据看板' },
+    //     component: () => import('~src/views/home/datav.vue'),
+    // },
+    // {
+    //     path: '/home',
+    //     name: 'home',
+    //     redirect: '/home/index',
+    //     meta: { title: '数据看板' },
+    //     component: Layout,
+    //     children: [
+    //         {
+    //             path: '/home/index',
+    //             name: 'home-index',
+    //             meta: { title: '数据看板' },
+    //             component: () => import('~src/views/home/index.vue'),
+    //         },
+    //     ],
+    // },
     {
         path: '/file',
         name: 'file',

+ 1 - 1
src/views/custody/save.vue

@@ -37,7 +37,7 @@
             <template #extra>
                 <!-- transfer_initial_expert_btn_sampling -->
               
-                <HcTooltip keys="archives_tuning_btn_disassemble">
+                <HcTooltip keys="custody-save-btn-reject">
                     <el-button :disabled="tableCheckedKeys.length <= 0" hc-btn type="danger" @click="rejectClick">驳回</el-button>
                 </HcTooltip>
             </template>