bugfix 0706 doc
This commit is contained in:
@@ -43,6 +43,18 @@ export default function () {
|
||||
placeholder: "请输入窑车号",
|
||||
},
|
||||
},
|
||||
{
|
||||
prop: 'orderId',
|
||||
label: '订单号',
|
||||
fieldOptionLabel: 'code',
|
||||
customLabel: 'cate',
|
||||
select: [],
|
||||
fn: () => this.$http.post("/pms/order/pageView", { page: 1, limit: 999 }),
|
||||
bind: {
|
||||
placeholder: '请选择订单号',
|
||||
filterable: true
|
||||
}
|
||||
},
|
||||
{
|
||||
button: {
|
||||
type: "primary",
|
||||
|
||||
Reference in New Issue
Block a user