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