Ben Lin
2024-06-18 ebbd788fbb2c0b45d4473798efc57eec8ba74a25
src/views/tigerprojects/system/lowcode/normal/basDefectGrp.ts
@@ -194,6 +194,7 @@
    ],
    tableName: 'BAS_ITEM',
    rowKey: 'ITEM_CODE',
    searchInfo: {TABLE_NAME: 'BAS_ITEM'}
  });
}
@@ -228,6 +229,15 @@
      span: 8,
    },
  },
  {
    label: 'ID',
    field: 'ID',
    component: 'Input',
    colProps: {
      span: 8,
    },
    show: false,
  },
];
export const searchSchema: FormSchema[] = [