This commit is contained in:
Pengxiansen
2025-02-21 14:04:17 +08:00
parent 3e86caab15
commit 01ab826dcf
17 changed files with 107 additions and 75 deletions

View File

@@ -105,21 +105,18 @@ export default {
title: "操作内容",
dataIndex: "operationContent",
key: "operationContent",
width: "80px",
align: "center",
},
{
title: "操作人",
dataIndex: "createName",
key: "createName",
width: "150px",
align: "center",
},
{
title: "操作时间",
dataIndex: "createTime",
key: "createTime",
width: "150px",
align: "center",
},
]);