chen.lin
7 小时以前 9f724c61dfa4dc4c0eea66253ea0780b023622ae
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,