mirror of
https://github.com/bufanyun/hotgo.git
synced 2025-11-14 13:13:51 +08:00
hotgo2.1.3版本发布
This commit is contained in:
@@ -174,6 +174,26 @@
|
||||
},
|
||||
width: 180,
|
||||
},
|
||||
{
|
||||
title: '生成模板',
|
||||
key: 'genTemplate',
|
||||
render(row) {
|
||||
return h(
|
||||
NTag,
|
||||
{
|
||||
style: {
|
||||
marginRight: '6px',
|
||||
},
|
||||
type: 'default',
|
||||
bordered: false,
|
||||
},
|
||||
{
|
||||
default: () => row.genTemplateGroup,
|
||||
}
|
||||
);
|
||||
},
|
||||
width: 120,
|
||||
},
|
||||
{
|
||||
title: '实体命名',
|
||||
key: 'varName',
|
||||
|
||||
Reference in New Issue
Block a user