#
vincentlu
2026-03-23 94cb5196f4eecdc6102ef3da74087b1a8a58bc99
zy-acs-flow/src/page/ResourceContent.js
@@ -44,6 +44,7 @@
import staReserve from './staReserve';
import lane from './lane';
import integrationRecord from './integrationRecord';
import guarantee from './guarantee';
const ResourceContent = (node) => {
    switch (node.component) {
@@ -127,6 +128,8 @@
            return lane;
        case 'integrationRecord':
            return integrationRecord;
        case 'guarantee':
            return guarantee;
        default:
            return {
                list: ListGuesser,