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