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