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