1
0
mirror of synced 2026-04-05 07:48:35 +08:00

fix: 代码块结构改造完成

This commit is contained in:
parisma
2022-11-10 17:03:36 +08:00
parent c4293f17a6
commit c7a8552d9b
9 changed files with 122 additions and 294 deletions

View File

@@ -226,14 +226,14 @@ export const fillConfig = (config: FormConfig = []) => [
{
name: 'created',
text: 'created',
type: 'code-select',
labelWidth: '100px',
type: 'code-select',
},
{
name: 'mounted',
text: 'mounted',
type: 'code-select',
labelWidth: '100px',
type: 'code-select',
},
],
},