songxy 11 mēneši atpakaļ
vecāks
revīzija
73423e1783

+ 0 - 8
client/src/router/modules/remaining.ts

@@ -119,14 +119,6 @@ const remainingRouter: AppRouteRecordRaw[] = [
           title: '流程查询'
         }
       },
-      {
-        path: 'mainOfficeCenter2',
-        component: () => import('@/views/OaSystem/officeCenter/mainOfficeCenter/index.vue'),
-        name: 'mainOfficeCenter',
-        meta: {
-          title: '办件中心'
-        }
-      },
       {
         path: 'createNewProcess',
         component: () => import('@/views/OaSystem/officeCenter/createNewProcess/index.vue'),

+ 0 - 1
client/src/views/OaSystem/financialManagement/kpglPage/index.vue

@@ -199,7 +199,6 @@
             <div class="operateBtnGroup">
               <span @click="processHandler(scope.row)">查看</span>
               <span
-                v-if="scope.row.flowStatus !== 101"
                 v-hasPermi="['register-return']"
                 @click="processHandler(scope.row, '&registerReturn=1')"
                 >回款登记</span

+ 3 - 0
client/src/views/OaSystem/officeCenter/mainOfficeCenter/index.vue

@@ -271,6 +271,9 @@ import useLookAndApplyFlow from './lookAndApplyFlow'
 import useInullyApply from './inullyApply'
 import useCallback from './callback'
 
+defineOptions({
+  name: 'MainOfficeCenter2'
+})
 const message = useMessage()
 const currentTab = ref<string>('1')
 const currentColumn = ref<any[]>(TabColumns[currentTab.value])