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