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