mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-09 02:46:45 +08:00
测评上传添加普通管理员列表删除添加时间字段
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user