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