#
luxiaotao1123
2024-10-25 beb476733eaff1f3a76ec1be772337655803cccb
zy-acs-flow/src/page/code/index.jsx
@@ -13,6 +13,6 @@
    edit: CodeEdit,
    show: ShowGuesser,
    recordRepresentation: (record) => {
        return `${record.uuid}`
        return `${record.data}`
    }
};