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