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