mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 01:33:05 +00:00
fix: When the label of the form tab is empty, the content is not supported (#3950)
This commit is contained in:
parent
f12ba4eeeb
commit
ce8f907932
|
|
@ -13,7 +13,7 @@
|
|||
modelValue == item[valueField] ? 'active' : '',
|
||||
]"
|
||||
@click="inputDisabled ? () => {} : selected(item[valueField])"
|
||||
:innerHTML="item[textField]"
|
||||
:innerHTML="item[textField] ? item[textField] : '\u200D'"
|
||||
>
|
||||
</el-card>
|
||||
</el-col>
|
||||
|
|
|
|||
Loading…
Reference in New Issue