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