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