bugfix 0706 doc

This commit is contained in:
lb
2023-07-06 16:41:09 +08:00
parent d55614cd6d
commit a33636ef05
10 changed files with 108 additions and 43 deletions

View File

@@ -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",