feat: 明细表中的下拉框支持label、value分开存储以提升首次渲染性能

This commit is contained in:
gaoyunqi
2024-05-20 15:25:38 +08:00
parent 386bba6e75
commit 78493e8f6d
3 changed files with 268 additions and 261 deletions

View File

@ -242,6 +242,7 @@ export const advanceComponents = [
responsive: false,
respNewRow: false,
placeholder: t('请选择下拉选择'),
sepTextField: '',
showLabel: true,
showSearch: false,
clearable: false,