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