1
0

feat(web): 增加标签展示

This commit is contained in:
2024-12-24 10:07:57 +08:00
parent 30b991cc28
commit 381c23e94c

View File

@@ -99,6 +99,16 @@ function detailForm() {
trimContents: true,
minRows: 2,
maxRows: 2,
maxLength: 100,
},
{
type: 'input-tag',
name: 'tags',
label: '标签',
max: 10,
maxTagLength: 10,
joinValues: false,
extractValue: true,
},
{
type: 'input-rich-text',