diff --git a/src/views/device/apdevice/index.vue b/src/views/device/apdevice/index.vue index b21d49a..4349504 100644 --- a/src/views/device/apdevice/index.vue +++ b/src/views/device/apdevice/index.vue @@ -343,13 +343,13 @@ const { align: 'center', width: 180 }, - { - key: 'model', - dataIndex: 'model', - title: t('page.apdevice.model'), - align: 'center', - width: 150 - }, + // { + // key: 'model', + // dataIndex: 'model', + // title: t('page.apdevice.model'), + // align: 'center', + // width: 150 + // }, { key: 'uptime', dataIndex: 'uptime',