@@ -79,6 +79,11 @@ const transport = {
type: String,
field: { label: '签收时间' },
},
+ route: {
+ type: String,
+ required: true,
+ field: { label: '线路' },
+ },
out_bill: {
type: [ bill ],
maxLength: 200,