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