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