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