From bfde91e12322ea32f6008cafe6b6cbafa411d633 Mon Sep 17 00:00:00 2001 From: betaqi <3188864257@qq.com> Date: Mon, 4 Aug 2025 14:10:08 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E8=AE=BE=E5=A4=87):=20=E4=B8=80=E4=BA=9B?= =?UTF-8?q?=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/deviceInfo/utils.ts | 1 - src/pages/deviceStorage/index.vue | 1 + src/pages/deviceStorage/utils.ts | 1 + 3 files changed, 2 insertions(+), 1 deletion(-) 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 @@