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