-
+
导入的物模型会覆盖原来的属性、功能、事件、标签,请谨慎操作。
@@ -37,8 +37,7 @@
-
+
{{
instanceStore.detail?.independentMetadata && type === 'device'
? '该设备已脱离产品物模型,修改产品物模型对该设备无影响'
@@ -47,7 +47,6 @@
+
+
diff --git a/src/views/system/Apply/index.vue b/src/views/system/Apply/index.vue
index 153eebba..967e61de 100644
--- a/src/views/system/Apply/index.vue
+++ b/src/views/system/Apply/index.vue
@@ -390,7 +390,13 @@ const table = {
title: '查看API',
},
icon: 'icon-chakanAPI',
- onClick: () => {},
+ onClick: () => {
+ menuStory.jumpPage(
+ 'system/Apply/View',
+ {},
+ { code: data.id },
+ );
+ },
},
);
// 其他不为空
diff --git a/src/views/system/Platforms/Api/components/HomePage.vue b/src/views/system/Platforms/Api/components/HomePage.vue
index e39b1d1f..8576eb8d 100644
--- a/src/views/system/Platforms/Api/components/HomePage.vue
+++ b/src/views/system/Platforms/Api/components/HomePage.vue
@@ -60,9 +60,10 @@
示例数据
-
+
-
+
验签说明
@@ -122,19 +119,19 @@
添加 SDK 依赖
将以下Maven依赖加入到pom.xml文件中
-
SDK 客户端的初始化和请求方式
-
@@ -144,7 +141,7 @@
diff --git a/src/views/system/Platforms/Api/components/LeftTree.vue b/src/views/system/Platforms/Api/components/LeftTree.vue
index 7c63f1bd..7420a355 100644
--- a/src/views/system/Platforms/Api/components/LeftTree.vue
+++ b/src/views/system/Platforms/Api/components/LeftTree.vue
@@ -2,6 +2,7 @@
@@ -14,17 +15,23 @@
diff --git a/src/views/media/Cascade/index.vue b/src/views/media/Cascade/index.vue
index a5eb66c0..21ac2e94 100644
--- a/src/views/media/Cascade/index.vue
+++ b/src/views/media/Cascade/index.vue
@@ -2,17 +2,19 @@
+
新增
@@ -23,45 +25,37 @@
:actions="getActions(slotProps, 'card')"
v-bind="slotProps"
:showStatus="true"
- :status="
- slotProps.state.value === 'online' ? 'success' : 'error'
- "
- :statusText="slotProps.state.text"
- :statusNames="{ success: 'success', error: 'error' }"
+ :status="slotProps.status?.value"
+ :statusText="slotProps.status?.text"
+ :statusNames="{
+ enabled: 'success',
+ disabled: 'error',
+ }"
>
-
+
{{ slotProps.name }}
-
-
- 厂商
- {{ slotProps.manufacturer }}
-
-
-
- 通道数量
-
- {{ slotProps.channelNumber }}
-
-
- 型号
- {{ slotProps.model }}
-
-
-
- 接入方式
-
-
-
-
+ 通道数量:{{ slotProps.count }}
+
+
+
-
+
+
+
+ {{ item.text }}
+
+
+
+ {{ slotProps.sipConfigs[0]?.sipId }}
+
+
+ {{ slotProps.sipConfigs[0]?.publicHost }}
+
+
+
+
+
+
+
+
@@ -131,6 +198,7 @@
\ No newline at end of file
diff --git a/src/views/device/components/Metadata/Base/Edit/ExpandsForm.vue b/src/views/device/components/Metadata/Base/Edit/ExpandsForm.vue
index cf6d62a3..d3376921 100644
--- a/src/views/device/components/Metadata/Base/Edit/ExpandsForm.vue
+++ b/src/views/device/components/Metadata/Base/Edit/ExpandsForm.vue
@@ -10,7 +10,7 @@
-
+
@@ -24,7 +24,7 @@