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