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

Update DeviceView.vue to add IP column in the table

x1ongzhu 1 год назад
Родитель
Сommit
25e396851a
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      src/views/DeviceView.vue

+ 1 - 0
src/views/DeviceView.vue

@@ -61,6 +61,7 @@
             show-overflow-tooltip
             :formatter="configOverridesFormatter"
         />
+        <ElTableColumn prop="ip" label="IP" show-overflow-tooltip />
         <ElTableColumn label="操作" align="center" width="180">
             <template #default="{ row }">
                 <ElButton type="danger" size="small" @click="del(row)">删除</ElButton>