#
vincentlu
3 天以前 a7776fec737860a69cb39e947ea61af30c127fcf
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,