💄 调整了代码生成默认的表格格式

This commit is contained in:
b2baccline
2020-02-27 15:49:57 +08:00
parent 39253ecc82
commit b5b363287c

View File

@@ -94,13 +94,13 @@ export default {
{
title: '创建时间',
dataIndex: 'createTime',
width: '180px',
width: '150px',
sorter: true
},
{
title: '更新时间',
dataIndex: 'updateTime',
width: '180px',
width: '150px',
sorter: true
},
{