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