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