From c4e563d5c2e0f18884dddfd7e85c8424fa2f1679 Mon Sep 17 00:00:00 2001 From: wyx Date: Mon, 20 Feb 2023 12:26:29 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E5=A2=9E=E5=8A=A0=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E8=AE=B0=E5=BD=95=E4=BF=AE=E6=94=B9=E5=86=85=E5=AE=B9=E5=AD=97?= =?UTF-8?q?=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/examine/CourseReviewedN.vue | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/views/examine/CourseReviewedN.vue b/src/views/examine/CourseReviewedN.vue index b7641f72..2c31befb 100644 --- a/src/views/examine/CourseReviewedN.vue +++ b/src/views/examine/CourseReviewedN.vue @@ -453,6 +453,12 @@ export default { key: "updateTime", align: "center", }, + { + title: "内容", + dataIndex: "columnName", + key: "columnName", + align: "center", + }, { title: "修改前", dataIndex: "beforeValue",