调整单据列表的操作按钮的位置,改到最左侧

This commit is contained in:
季圣华
2022-10-05 21:10:58 +08:00
parent 2173def08e
commit 73890021c3
36 changed files with 238 additions and 238 deletions

View File

@@ -121,6 +121,13 @@
return parseInt(index)+1;
}
},
{
title: '操作',
dataIndex: 'action',
scopedSlots: {customRender: 'action'},
align: "center",
width: 100
},
{ title: '登录名称', dataIndex: 'loginName', width: 100, align: "center"},
{ title: '用户数量限制', dataIndex: 'userNumLimit', width: 100, align: "center"},
{ title: '租户类型',dataIndex: 'type',width:70,align:"center",
@@ -131,14 +138,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',
scopedSlots: {customRender: 'action'},
align: "center",
width: 100
}
{ title: '描述', dataIndex: 'remark', width: 200, align: "center", ellipsis:true}
],
url: {
list: "/tenant/list",