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