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