chen.lin
2026-02-07 c69781e2b78ed7a5ffe9b59c0c555f07deabe735
rsf-admin/src/page/ResourceContent.js
@@ -64,6 +64,7 @@
import outStatisticItem from './statistics/outStockItem';
import inStatisticItem from './statistics/inStockItem';
import statisticCount from './statistics/stockStatisticNum';
import rcsTest from './rcsTest';
const ResourceContent = (node) => {
  switch (node.component) {
@@ -187,6 +188,8 @@
      return inStatisticItem;
    case "statisticCount":
      return statisticCount;
    case "rcsTest":
      return rcsTest;
    default:
      return {
        list: ListGuesser,