skyouc
2025-06-11 c458dd9c84a66ba50cb83adaa3967823ea9effd8
rsf-admin/src/page/ResourceContent.js
@@ -51,6 +51,8 @@
import basContainer from './basicInfo/basContainer';
import outBound from "./work/outBound";
import checkOutBound from "./work/checkOutBound";
import stockTransfer from "./work/stockTransfer";
import waveRule from './waveRule';
const ResourceContent = (node) => {
    switch (node.component) {
@@ -148,6 +150,10 @@
            return outBound;
        case 'checkOutBound':
            return checkOutBound;
        case 'stockTransfer':
            return stockTransfer;
        case 'waveRule':
            return waveRule;
        default:
            return {
                list: ListGuesser,