liu
6 天以前 5c124cdf26e4d749eae1e7fc9df366e9a5f4d259
src/views/hrm/attendance/exception/data.ts
@@ -59,6 +59,17 @@
      rules: 'required',
    },
    {
      fieldName: 'blobIds',
      label: '附件',
      component: 'FileUpload',
      formItemClass: 'col-span-2',
      componentProps: {
        valueKey: 'id',
        maxNumber: 10,
        multiple: true,
      },
    },
    {
      fieldName: 'remark',
      label: '备注',
      component: 'Textarea',