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