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