Merge pull request #9168 from ulleo/dev

fix(X-Pack): 新建数据填报表单国际化显示错误
This commit is contained in:
ulleo 2024-04-17 16:26:47 +08:00 committed by GitHub
commit 73f106743f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 ||