feat(web): 增加标签展示
This commit is contained in:
@@ -99,6 +99,16 @@ function detailForm() {
|
|||||||
trimContents: true,
|
trimContents: true,
|
||||||
minRows: 2,
|
minRows: 2,
|
||||||
maxRows: 2,
|
maxRows: 2,
|
||||||
|
maxLength: 100,
|
||||||
|
},
|
||||||
|
{
|
||||||
|
type: 'input-tag',
|
||||||
|
name: 'tags',
|
||||||
|
label: '标签',
|
||||||
|
max: 10,
|
||||||
|
maxTagLength: 10,
|
||||||
|
joinValues: false,
|
||||||
|
extractValue: true,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
type: 'input-rich-text',
|
type: 'input-rich-text',
|
||||||
|
|||||||
Reference in New Issue
Block a user