角色页面固定长度

This commit is contained in:
zer0Black
2023-07-29 11:11:47 +08:00
parent 5b55eddbc4
commit c5c467c79d
@@ -261,6 +261,7 @@ export default {
title: '创建时间',
dataIndex: 'createTime',
align: 'center',
width: 130,
sorter: true,
customRender: (text) => {
return moment(text).format('YYYY-MM-DD')
@@ -270,6 +271,7 @@ export default {
title: '操作',
dataIndex: 'action',
align: 'center',
width: 150,
scopedSlots: { customRender: 'action' }
}
],