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