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