mirror of
https://github.com/Tencent/tmagic-editor.git
synced 2025-06-01 13:19:18 +08:00
feat(editor): 代码块参数注释改用extra来显示
This commit is contained in:
parent
21f445dc13
commit
0a9c7c9dda
@ -12,6 +12,7 @@
|
|||||||
:config="tableConfig"
|
:config="tableConfig"
|
||||||
:model="tableModel"
|
:model="tableModel"
|
||||||
:enableToggleMode="false"
|
:enableToggleMode="false"
|
||||||
|
:disabled="!editable"
|
||||||
name="params"
|
name="params"
|
||||||
prop="params"
|
prop="params"
|
||||||
size="small"
|
size="small"
|
||||||
@ -118,7 +119,7 @@ const tableConfig: TableConfig = {
|
|||||||
{
|
{
|
||||||
type: 'text',
|
type: 'text',
|
||||||
label: '参数注释',
|
label: '参数注释',
|
||||||
name: 'tip',
|
name: 'extra',
|
||||||
width: 200,
|
width: 200,
|
||||||
},
|
},
|
||||||
paramsColConfig,
|
paramsColConfig,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user