diff --git a/src/pages/deviceInfo/utils.ts b/src/pages/deviceInfo/utils.ts index f7e33cc..8c3d35b 100644 --- a/src/pages/deviceInfo/utils.ts +++ b/src/pages/deviceInfo/utils.ts @@ -12,7 +12,6 @@ export const deviceTableCol = [ { label: '设备类型', prop: 'categoryName', minWidth: '10%' }, { label: '设备状态', prop: 'status', minWidth: '10%' }, { label: '创建时间', prop: 'createTime', minWidth: '10%' }, - { label: 'sd', prop: 'cost', minWidth: '10%' } ] export type OptAction = 'create' | 'update' | 'view' diff --git a/src/pages/deviceStorage/index.vue b/src/pages/deviceStorage/index.vue index 10da64f..e9f220c 100644 --- a/src/pages/deviceStorage/index.vue +++ b/src/pages/deviceStorage/index.vue @@ -82,6 +82,7 @@