forked from github/dataease
fix(X-Pack): 新建数据填报表单国际化显示错误
This commit is contained in:
parent
41bfdda936
commit
2fdaf5242b
@ -181,7 +181,7 @@ export default {
|
||||
formOption.type !== 'checkbox' &&
|
||||
!(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' ||
|
||||
formOption.type === 'select' && formOption.settings.multiple ||
|
||||
|
Loading…
Reference in New Issue
Block a user