fileAttrs: { title: '附件', type: "file-uploader", valueBuilder({value, row, key}) { if (value != null) { row[key] = value.split(","); } }, form: { component ...