feat(editor): 代码块参数注释改用extra来显示

This commit is contained in:
roymondchen 2023-07-14 16:38:22 +08:00
parent 21f445dc13
commit 0a9c7c9dda

View File

@ -12,6 +12,7 @@
:config="tableConfig"
:model="tableModel"
:enableToggleMode="false"
:disabled="!editable"
name="params"
prop="params"
size="small"
@ -118,7 +119,7 @@ const tableConfig: TableConfig = {
{
type: 'text',
label: '参数注释',
name: 'tip',
name: 'extra',
width: 200,
},
paramsColConfig,