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