gaoluyang
15 小时以前 121b7edf3f2e8ad5cb7f8d7b602172b64f6fa4da
src/views/erp/finance/payment/data.ts
@@ -86,10 +86,13 @@
      formItemClass: 'col-span-2',
    },
    {
      fieldName: 'fileUrl',
      fieldName: 'blobIds',
      label: '附件',
      component: 'FileUpload',
      componentProps: {
        valueKey: 'id',
        maxNumber: 10,
        multiple: true,
        showDescription: formType !== 'detail',
        disabled: formType === 'detail',
      },