Selaa lähdekoodia

fix: CI没通过

sun-chaochao 4 vuotta sitten
vanhempi
commit
7ac8f0699f
1 muutettua tiedostoa jossa 3 lisäystä ja 3 poistoa
  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: {
         items: {
           type: 'object',
           type: 'object',
           properties: {
           properties: {
-            column3: {
+            column1: {
               type: 'void',
               type: 'void',
               'x-component': 'ArrayTable.Column',
               'x-component': 'ArrayTable.Column',
               'x-component-props': { width: 200, title: 'ID' },
               'x-component-props': { width: 200, title: 'ID' },
@@ -60,7 +60,7 @@ const Tags = () => {
                 },
                 },
               },
               },
             },
             },
-            column4: {
+            column2: {
               type: 'void',
               type: 'void',
               'x-component': 'ArrayTable.Column',
               'x-component': 'ArrayTable.Column',
               'x-component-props': {
               'x-component-props': {
@@ -78,7 +78,7 @@ const Tags = () => {
                 },
                 },
               },
               },
             },
             },
-            column5: {
+            column3: {
               type: 'void',
               type: 'void',
               'x-component': 'ArrayTable.Column',
               'x-component': 'ArrayTable.Column',
               'x-component-props': {
               'x-component-props': {