Fixiaobai
2023-12-14 c8d7453ef88f52f629272bdd89cab8ff6ba6eb6e
src/const/crud/customerOrder/customerOrderForm.js
@@ -17,6 +17,7 @@
export const tableOption = {
  border: true,
  index: true,
  indexFixed: false,
  height: '292px',
  indexLabel: '序号',
  menuAlign: 'center',
@@ -96,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',