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