测评上传添加普通管理员列表删除添加时间字段

This commit is contained in:
zhangsir
2024-04-16 15:18:23 +08:00
parent fee8970e98
commit cc1ab6352e

View File

@@ -560,7 +560,7 @@
:columns="columnsAdd"
:data-source="tableDataAdd"
:loading="tableLoadingAdd"
:scroll="{ x: 1000,y: 500 }"
:scroll="{ x: 800,y: 500 }"
:pagination="paginationAdd"
:customRow="customRow"
:row-class-name="getRowClassName"
@@ -783,7 +783,7 @@ import {downLoadZip} from "@/utils/zipdownload";
totalAdd: 0,
params: {
pageNo: 1,
pageSize: 100,
pageSize: 10,
},
paramsAdd: {
pageNo: 1,
@@ -1093,7 +1093,7 @@ import {downLoadZip} from "@/utils/zipdownload";
className: "h",
ellipsis: true,
align: "center",
width: 50,
width: 100,
},
{
title: "工号",
@@ -1111,18 +1111,18 @@ import {downLoadZip} from "@/utils/zipdownload";
className: "h",
ellipsis: true,
align: "center",
width: 100,
},
{
title: "添加时间",
dataIndex: "createTime",
key: "createTime",
className: "h",
ellipsis: true,
align: "center",
width: 100,
width: 200,
},
// {
// title: "添加时间",
// dataIndex: "createTime",
// key: "createTime",
// className: "h",
// ellipsis: true,
// align: "center",
// width: 100,
// },
// {
// title: "操作",
// width: "20%",
// fixed: 'right',