Handy_Cao 10 달 전
부모
커밋
3b3c9ded5c
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/packages/sjgj/router/index.ts

+ 2 - 2
src/packages/sjgj/router/index.ts

@@ -238,7 +238,7 @@ const routes: Array<RouteRecordRaw> = [
         name: 'delivery-list',
         component: () => import('../../sbyj/views/delivery/index.vue'),
         props: {
-          title: '料订单',
+          title: '料订单',
           buyorsell: 1
         }
       }
@@ -267,7 +267,7 @@ const routes: Array<RouteRecordRaw> = [
         name: 'pickup-list',
         component: () => import('../../sbyj/views/delivery/index.vue'),
         props: {
-          title: '料订单',
+          title: '料订单',
           buyorsell: 0
         }
       }