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