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