skyouc
2025-03-27 ba8fe5adc13fc5a7fa87f4ef76cb7b3c6b765e91
rsf-admin/src/page/qlyInspect/index.jsx
@@ -13,6 +13,6 @@
    edit: QlyInspectEdit,
    show: ShowGuesser,
    recordRepresentation: (record) => {
        return `${record.name}`
        return `${record.id}`
    }
};