diff --git a/src/views/system/iscsDesign/demonList.vue b/src/views/system/iscsDesign/demonList.vue index 23cfead4c..5219d5f0c 100644 --- a/src/views/system/iscsDesign/demonList.vue +++ b/src/views/system/iscsDesign/demonList.vue @@ -91,6 +91,12 @@ export default { mode: 'hmi', id: '1', type: 'interface' + }, + { + name: 'BAS界面', + mode: 'bas', + id: '2', + type: 'interface' } ] } diff --git a/src/views/system/iscsDraw/index.vue b/src/views/system/iscsDraw/index.vue index f49a5d696..4fa52102e 100644 --- a/src/views/system/iscsDraw/index.vue +++ b/src/views/system/iscsDraw/index.vue @@ -5,7 +5,8 @@
- + +
@@ -13,12 +14,13 @@ +