isMultipleCellValue: true
的情况。field.isMultipleCellValue
来判断字段是否为多值。
number
isMultipleCellValue: false
: number
isMultipleCellValue: true
: number[]
string
isMultipleCellValue: false
: string
isMultipleCellValue: true
: string[]
string
isMultipleCellValue: false
: string
isMultipleCellValue: true
: string[]
string
(选项值)isMultipleCellValue: false
: string
isMultipleCellValue: true
: string[]
string[]
(选项值数组)string[]
isMultipleCellValue: false
: { id: string }
isMultipleCellValue: true
: { id: string }[]
isMultipleCellValue: false
: { id: string, title?: string }
isMultipleCellValue: true
: { id: string, title?: string }[]
string | number | boolean
或它们的数组形式string
(ISO 8601格式)isMultipleCellValue: false
: string
(ISO 8601格式)isMultipleCellValue: true
: string[]
(ISO 8601格式)
可以使用 new Date().toISOString()
来获得ISO 8601 时间格式isMultipleCellValue: false
: string
(ISO 8601格式)isMultipleCellValue: true
: string[]
(ISO 8601格式)isMultipleCellValue: false
: string
(ISO 8601格式)isMultipleCellValue: true
: string[]
(ISO 8601格式)boolean
isMultipleCellValue: false
: boolean
isMultipleCellValue: true
: boolean[]
number | string
或它们的数组形式number
isMultipleCellValue: false
: number
isMultipleCellValue: true
: number[]
isMultipleCellValue: false
: number
isMultipleCellValue: true
: number[]
isMultipleCellValue: false
: { id: string, title: string }
isMultipleCellValue: true
: { id: string, title: string }[]
isMultipleCellValue: false
: { id: string, title: string, email?: string, avatar?: string }
isMultipleCellValue: true
: { id: string, title: string, email?: string, avatar?: string }[]
isMultipleCellValue: false
: { id: string, title: string, email?: string, avatar?: string }
isMultipleCellValue: true
: { id: string, title: string, email?: string, avatar?: string }[]
示例:isMultipleCellValue: false
: { id: string, title: string, email?: string, avatar?: string }
isMultipleCellValue: true
: { id: string, title: string, email?: string, avatar?: string }[]