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