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