forked from github/dataease
commit
73f106743f
@ -181,7 +181,7 @@ export default {
|
|||||||
formOption.type !== 'checkbox' &&
|
formOption.type !== 'checkbox' &&
|
||||||
!(formOption.type === 'select' && formOption.settings.multiple)
|
!(formOption.type === 'select' && formOption.settings.multiple)
|
||||||
) {
|
) {
|
||||||
_options.push({ value: 'nvarchar', label: this.$t('data_fill.database.datetime') })
|
_options.push({ value: 'nvarchar', label: this.$t('data_fill.database.nvarchar') })
|
||||||
}
|
}
|
||||||
if (formOption.type === 'checkbox' ||
|
if (formOption.type === 'checkbox' ||
|
||||||
formOption.type === 'select' && formOption.settings.multiple ||
|
formOption.type === 'select' && formOption.settings.multiple ||
|
||||||
|
Loading…
Reference in New Issue
Block a user