Browse Source

2023-05-29:隔离库处理页面新增录入日期字段

master
杨奉源 3 years ago
parent
commit
9b532768b2
  1. 17
      src/views/modules/toolMan/quarantineLibrary.vue

17
src/views/modules/toolMan/quarantineLibrary.vue

@ -294,6 +294,23 @@ import {
status: true, status: true,
fixed: false, 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, userId: this.$store.state.user.name,
functionId: 2101, functionId: 2101,

Loading…
Cancel
Save