cl
3 天以前 b3fb3db3341ea98dac914f62dc94e59fe37e6b3f
rsf-admin/src/page/ResourceContent.js
@@ -53,6 +53,7 @@
import outBound from "./work/outBound";
import checkOutBound from "./work/checkOutBound";
import stockTransfer from "./work/stockTransfer";
import emptyOutbound from "./work/emptyOutbound";
import waveRule from "./waveRule";
import check from "./orders/check";
import checkDiff from "./orders/check/checkDiff";
@@ -67,6 +68,8 @@
import statisticCount from './statistics/stockStatisticNum';
import rcsTest from './rcsTest';
import openApiApp from './system/openApiApp';
import httpAuditLog from './system/httpAuditLog';
import httpAuditRule from './system/httpAuditRule';
const ResourceContent = (node) => {
  switch (node.component) {
@@ -170,6 +173,8 @@
      return checkOutBound;
    case "stockTransfer":
      return stockTransfer;
    case "emptyOutbound":
      return emptyOutbound;
    case "waveRule":
      return waveRule;
    case "check":
@@ -196,6 +201,10 @@
      return rcsTest;
    case "openApiApp":
      return openApiApp;
    case "httpAuditLog":
      return httpAuditLog;
    case "httpAuditRule":
      return httpAuditRule;
    default:
      return {
        list: ListGuesser,