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