2026-08-04 49c9eff61882f1f7d519397ccfdd90cdd8735cb8
src/views/aftersales/ticket/data.ts
@@ -182,6 +182,18 @@
        rows: 3,
      },
    },
    {
      fieldName: 'blobIds',
      label: '附件',
      component: 'FileUpload',
      componentProps: {
        valueKey: 'id',
        maxNumber: 10,
        multiple: true,
        disabled: readonly,
      },
      formItemClass: 'col-span-3',
    },
  ];
}