把页面的描述字段改为备注

This commit is contained in:
季圣华
2023-02-09 20:39:46 +08:00
parent ea23765d50
commit dcbafd2f2a
6 changed files with 10 additions and 10 deletions

View File

@@ -139,7 +139,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: 'remark', width: 200, align: "center", ellipsis:true}
],
url: {
list: "/tenant/list",