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