fix: 标签值修改

This commit is contained in:
100011797 2023-03-24 11:16:03 +08:00
parent b70e5549f0
commit 5fd68c3da7
1 changed files with 2 additions and 2 deletions

View File

@ -34,8 +34,8 @@
) )
: record.type === 'boolean' : record.type === 'boolean'
? [ ? [
{ label: '是', value: true }, { label: record?.dataType?.trueText, value: record?.dataType?.trueValue },
{ label: '否', value: false }, { label: record?.dataType?.falseText, value: record?.dataType?.falseValue },
] ]
: undefined : undefined
" "