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