This commit is contained in:
孟帅
2023-04-10 15:31:08 +08:00
parent 075a12ce7e
commit 9ac036a542
35 changed files with 506 additions and 143 deletions

View File

@@ -118,7 +118,7 @@ export const columns = [
{
title: '创建时间',
key: 'createdAt',
width: 150,
width: 180,
render: (rows, _) => {
return rows.createdAt;
},