Просмотр исходного кода

feat(merge): merge sc

fix: 阿里云instanceId
Lind 3 лет назад
Родитель
Сommit
c57c9fe22e
1 измененных файлов с 12 добавлено и 0 удалено
  1. 12 0
      src/pages/Northbound/AliCloud/Detail/index.tsx

+ 12 - 0
src/pages/Northbound/AliCloud/Detail/index.tsx

@@ -196,6 +196,18 @@ const Detail = observer(() => {
               },
             ],
           },
+          instanceId: {
+            type: 'string',
+            title: '实例ID',
+            'x-decorator': 'FormItem',
+            'x-component': 'Input',
+            'x-component-props': {
+              placeholder: '请输入实例ID',
+            },
+            'x-decorator-props': {
+              tooltip: '阿里云物联网平台中的实例ID,没有则不填',
+            },
+          },
           accessKeyId: {
             type: 'string',
             title: 'accessKey',