zouyu
2023-12-14 43b705c29b0e089bdc1cf1cc9076b83f500b1ff5
src/const/crud/customerOrder/customerOrderForm.js
@@ -97,9 +97,11 @@
    label: '收货地址',
    prop: 'shippingAddress',
    cell: true,
    type: 'input',
    type: 'textarea',
    minWidth: 200,
    span: 24
    span: 24,
    minRows: 1,
    maxRows: 3
  }, {
    label: '产品备注',
    prop: 'remark',