From 780f8b1cc0c32fb47df675c8f60ae6728cbbea25 Mon Sep 17 00:00:00 2001 From: luxiaotao1123 <t1341870251@163.com> Date: 星期六, 14 九月 2024 15:52:02 +0800 Subject: [PATCH] # --- zy-acs-flow/src/page/ResourceContent.js | 18 ++++++++++++++++++ 1 files changed, 18 insertions(+), 0 deletions(-) diff --git a/zy-acs-flow/src/page/ResourceContent.js b/zy-acs-flow/src/page/ResourceContent.js index 062ebd6..afcd71b 100644 --- a/zy-acs-flow/src/page/ResourceContent.js +++ b/zy-acs-flow/src/page/ResourceContent.js @@ -28,6 +28,12 @@ import agvModel from './agvModel'; import agv from './agv'; import agvDetail from './agvDetail'; +import actionSts from './actionSts'; +import actionType from './actionType'; +import busSts from './busSts'; +import taskSts from './taskSts'; +import taskType from './taskType'; +import vehFaultRec from './vehFaultRec'; const ResourceContent = (node) => { switch (node.component) { @@ -79,6 +85,18 @@ return agv; case 'agvDetail': return agvDetail; + case 'actionSts': + return actionSts; + case 'actionType': + return actionType; + case 'busSts': + return busSts; + case 'taskSts': + return taskSts; + case 'taskType': + return taskType; + case 'vehFaultRec': + return vehFaultRec; default: return { list: ListGuesser, -- Gitblit v1.9.1