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