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