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