sun-chaochao 4 лет назад
Родитель
Сommit
7ac8f0699f
1 измененных файлов с 3 добавлено и 3 удалено
  1. 3 3
      src/pages/device/Instance/Detail/Config/Tags/index.tsx

+ 3 - 3
src/pages/device/Instance/Detail/Config/Tags/index.tsx

@@ -47,7 +47,7 @@ const Tags = () => {
         items: {
           type: 'object',
           properties: {
-            column3: {
+            column1: {
               type: 'void',
               'x-component': 'ArrayTable.Column',
               'x-component-props': { width: 200, title: 'ID' },
@@ -60,7 +60,7 @@ const Tags = () => {
                 },
               },
             },
-            column4: {
+            column2: {
               type: 'void',
               'x-component': 'ArrayTable.Column',
               'x-component-props': {
@@ -78,7 +78,7 @@ const Tags = () => {
                 },
               },
             },
-            column5: {
+            column3: {
               type: 'void',
               'x-component': 'ArrayTable.Column',
               'x-component-props': {