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,