From 47884633aa6f586177f2a59f76162497319ec62c Mon Sep 17 00:00:00 2001 From: zhangsir Date: Tue, 9 Apr 2024 11:55:00 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=84=E6=98=BE=E7=A4=BA=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/evaluation/EvaDown.vue | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/views/evaluation/EvaDown.vue b/src/views/evaluation/EvaDown.vue index dc10ffb3..cda8484d 100644 --- a/src/views/evaluation/EvaDown.vue +++ b/src/views/evaluation/EvaDown.vue @@ -95,6 +95,7 @@ import {boeRequest} from "@/api/request"; key: "studentName", className: "h", ellipsis: true, + align: "center", width: 100, }, { @@ -103,6 +104,7 @@ import {boeRequest} from "@/api/request"; key: "workNum", className: "h", ellipsis: true, + align: "center", width: 100, }, { @@ -111,6 +113,7 @@ import {boeRequest} from "@/api/request"; key: "evaluationName", className: "h", ellipsis: true, + align: "center", width: 100, }, { @@ -119,6 +122,7 @@ import {boeRequest} from "@/api/request"; key: "uploadName", className: "h", ellipsis: true, + align: "center", width: 100, }, { @@ -127,6 +131,7 @@ import {boeRequest} from "@/api/request"; key: "updateTime", className: "h", ellipsis: true, + align: "center", width: 100, }, {