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
         }
       }