From cc1ab6352e3ba383f3a6e8cb98e20779a9f436b4 Mon Sep 17 00:00:00 2001 From: zhangsir Date: Tue, 16 Apr 2024 15:18:23 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=84=E4=B8=8A=E4=BC=A0=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=E6=99=AE=E9=80=9A=E7=AE=A1=E7=90=86=E5=91=98=E5=88=97?= =?UTF-8?q?=E8=A1=A8=E5=88=A0=E9=99=A4=E6=B7=BB=E5=8A=A0=E6=97=B6=E9=97=B4?= =?UTF-8?q?=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/evaluation/evaluationUpload.vue | 26 +++++++++++------------ 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/src/views/evaluation/evaluationUpload.vue b/src/views/evaluation/evaluationUpload.vue index 78351cec..7cff2bac 100644 --- a/src/views/evaluation/evaluationUpload.vue +++ b/src/views/evaluation/evaluationUpload.vue @@ -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',