Преглед изворни кода

fix: 修复设备 子设备新增说明字段

jackhoo_98 пре 3 година
родитељ
комит
1adf7a9db0
1 измењених фајлова са 10 додато и 0 уклоњено
  1. 10 0
      src/pages/device/Instance/Detail/ChildDevice/index.tsx

+ 10 - 0
src/pages/device/Instance/Detail/ChildDevice/index.tsx

@@ -105,6 +105,16 @@ const ChildDevice = (props: Props) => {
     },
     {
       title: intl.formatMessage({
+        id: 'pages.table.description',
+        defaultMessage: '说明',
+      }),
+      dataIndex: 'describe',
+      width: '15%',
+      ellipsis: true,
+      // hideInSearch: true,
+    },
+    {
+      title: intl.formatMessage({
         id: 'pages.data.option',
         defaultMessage: '操作',
       }),