fix bug
This commit is contained in:
@ -143,7 +143,6 @@ export class OrderManagementComplianceAuditComponent implements OnInit {
|
||||
type: 'string',
|
||||
title: '订单号',
|
||||
ui: {
|
||||
placeholder: '最多100个单号,空号隔开'
|
||||
}
|
||||
},
|
||||
resourceCode: {
|
||||
|
||||
@ -146,14 +146,14 @@ export class OrderManagementReceiptsAuditComponent implements OnInit {
|
||||
type: 'string',
|
||||
title: '订单号',
|
||||
ui: {
|
||||
placeholder: '最多100个单号,空号隔开'
|
||||
placeholder: '请输入'
|
||||
}
|
||||
},
|
||||
wayBillCode: {
|
||||
type: 'string',
|
||||
title: '运单号',
|
||||
ui: {
|
||||
placeholder: '最多100个运单,空号隔开'
|
||||
placeholder: '请输入'
|
||||
}
|
||||
},
|
||||
resourceCode: {
|
||||
|
||||
Reference in New Issue
Block a user