优化生成器模块
This commit is contained in:
parent
1328ca7a30
commit
6264d613f5
@ -8,30 +8,37 @@ export const columns = [
|
|||||||
{
|
{
|
||||||
label: '数据表名称',
|
label: '数据表名称',
|
||||||
prop: 'tableName',
|
prop: 'tableName',
|
||||||
|
width: 150,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: '数据表描述',
|
label: '数据表描述',
|
||||||
prop: 'tableComment',
|
prop: 'tableComment',
|
||||||
|
width: 150,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: '数据表引擎',
|
label: '数据表引擎',
|
||||||
prop: 'engine',
|
prop: 'engine',
|
||||||
|
width: 100,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: '数据表行数',
|
label: '数据表行数',
|
||||||
prop: 'tableRows',
|
prop: 'tableRows',
|
||||||
|
width: 100,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: '数据表长度',
|
label: '数据表长度',
|
||||||
prop: 'dataLength',
|
prop: 'dataLength',
|
||||||
|
width: 100,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: '数据表自增索引',
|
label: '数据表自增索引',
|
||||||
prop: 'autoIncrement',
|
prop: 'autoIncrement',
|
||||||
|
width: 150,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: '数据表编码',
|
label: '数据表编码',
|
||||||
prop: 'tableCollation',
|
prop: 'tableCollation',
|
||||||
|
width: 150,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: '创建时间',
|
label: '创建时间',
|
||||||
|
Loading…
Reference in New Issue
Block a user