From dad83a01840506382490ad0bb9462ea2b5dfeb6a Mon Sep 17 00:00:00 2001 From: luxiaotao1123 <t1341870251@163.com> Date: 星期六, 14 九月 2024 13:59:40 +0800 Subject: [PATCH] # --- zy-acs-flow/src/page/ResourceContent.js | 13 ++++++++++++- 1 files changed, 12 insertions(+), 1 deletions(-) diff --git a/zy-acs-flow/src/page/ResourceContent.js b/zy-acs-flow/src/page/ResourceContent.js index c251ab3..e11a8a4 100644 --- a/zy-acs-flow/src/page/ResourceContent.js +++ b/zy-acs-flow/src/page/ResourceContent.js @@ -23,7 +23,10 @@ import funcSta from './funcSta'; import locSts from './locSts'; import locType from './locType'; - +import loc from './loc'; +import agvSts from './agvSts'; +import agvModel from './agvModel'; +import agv from './agv'; const ResourceContent = (node) => { switch (node.component) { @@ -65,6 +68,14 @@ return locSts; case 'locType': return locType; + case 'loc': + return loc; + case 'agvSts': + return agvSts; + case 'agvModel': + return agvModel; + case 'agv': + return agv; default: return { list: ListGuesser, -- Gitblit v1.9.1