优化租户添加模块

This commit is contained in:
季圣华
2021-10-13 00:48:52 +08:00
parent 6826e12540
commit 6dc9f5acbb
2 changed files with 8 additions and 4 deletions

View File

@@ -130,6 +130,7 @@
},
{ title: '创建时间', dataIndex: 'createTimeStr', width: 100, align: "center"},
{ title: '到期时间', dataIndex: 'expireTimeStr', width: 100, align: "center"},
{ title: '描述', dataIndex: 'remark', width: 200, align: "center", ellipsis:true},
{
title: '操作',
dataIndex: 'action',