From 2b152fc6bf1e6a7ab799f8ad882a19ec763bc1a6 Mon Sep 17 00:00:00 2001 From: luxiaotao1123 <t1341870251@163.com> Date: 星期五, 13 九月 2024 13:11:19 +0800 Subject: [PATCH] # --- zy-acs-flow/src/page/ResourceContent.js | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/zy-acs-flow/src/page/ResourceContent.js b/zy-acs-flow/src/page/ResourceContent.js index 76d400e..a3d35d9 100644 --- a/zy-acs-flow/src/page/ResourceContent.js +++ b/zy-acs-flow/src/page/ResourceContent.js @@ -15,6 +15,7 @@ import operationRecord from './operationRecord'; import zone from './zone'; import staSts from './staSts'; +import staType from './staType'; const ResourceContent = (node) => { switch (node.component) { @@ -40,6 +41,8 @@ return zone; case 'staSts': return staSts; + case 'staType': + return staType; default: return { list: ListGuesser, -- Gitblit v1.9.1