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