From 9c53b7c18e4d056f1a5a840d8c78f7eee5d756b2 Mon Sep 17 00:00:00 2001 From: caozehui <2427765068@qq.com> Date: Wed, 21 May 2025 15:29:39 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BE=AE=E8=B0=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/api/device/interface/device.ts | 1 + .../machine/device/components/devicePopup.vue | 668 +++++++++--------- 2 files changed, 338 insertions(+), 331 deletions(-) diff --git a/frontend/src/api/device/interface/device.ts b/frontend/src/api/device/interface/device.ts index 4a43046..9f78107 100644 --- a/frontend/src/api/device/interface/device.ts +++ b/frontend/src/api/device/interface/device.ts @@ -70,6 +70,7 @@ export namespace Device { icdId: string | null; power: string | null;//工作电源 preinvestmentPlan: string | null; + delegate: string | null; //委托方 } diff --git a/frontend/src/views/machine/device/components/devicePopup.vue b/frontend/src/views/machine/device/components/devicePopup.vue index 182d6a7..18b0db2 100644 --- a/frontend/src/views/machine/device/components/devicePopup.vue +++ b/frontend/src/views/machine/device/components/devicePopup.vue @@ -1,159 +1,169 @@ \ No newline at end of file