mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-11 11:56:46 +08:00
提交
This commit is contained in:
@@ -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",
|
||||
},
|
||||
]);
|
||||
|
||||
Reference in New Issue
Block a user