From 9b532768b254e3c8982d96779eacf5d766856abe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8=E5=A5=89=E6=BA=90?= <1976974459@qq.com> Date: Mon, 29 May 2023 13:12:47 +0800 Subject: [PATCH] =?UTF-8?q?2023-05-29:=E9=9A=94=E7=A6=BB=E5=BA=93=E5=A4=84?= =?UTF-8?q?=E7=90=86=E9=A1=B5=E9=9D=A2=E6=96=B0=E5=A2=9E=E5=BD=95=E5=85=A5?= =?UTF-8?q?=E6=97=A5=E6=9C=9F=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/toolMan/quarantineLibrary.vue | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/src/views/modules/toolMan/quarantineLibrary.vue b/src/views/modules/toolMan/quarantineLibrary.vue index 153230c6..87e4ba6f 100644 --- a/src/views/modules/toolMan/quarantineLibrary.vue +++ b/src/views/modules/toolMan/quarantineLibrary.vue @@ -294,6 +294,23 @@ import { status: true, fixed: false, }, + { + userId: this.$store.state.user.name, + functionId: 2101, + serialNumber: 'library2101AppliedDate', + tableId: "library2101", + tableName: "libraryTable", + columnProp: "strReportDate", + headerAlign: "center", + align: "center", + columnLabel: "录入日期", + columnHidden: false, + columnImage: false, + columnSortable: false, + sortLv: 0, + status: true, + fixed: false, + }, { userId: this.$store.state.user.name, functionId: 2101,