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