From a0168e82fba94c661b33188e196fabbdab2eaf28 Mon Sep 17 00:00:00 2001 From: jiangyy Date: Sat, 18 Sep 2021 14:45:04 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=9F=E8=AE=A1=E5=AF=8C=E6=96=87=E6=9C=AC?= =?UTF-8?q?=E4=B8=8B=E6=8B=89=E6=A1=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../views/modules/dataExport/operStatic.vue | 23 +++++++++++++++++++ .../modules/workPc/guidance/DetailForm.vue | 5 ++++ 2 files changed, 28 insertions(+) diff --git a/epmet-oper-web/src/views/modules/dataExport/operStatic.vue b/epmet-oper-web/src/views/modules/dataExport/operStatic.vue index 592049e..b3435d4 100644 --- a/epmet-oper-web/src/views/modules/dataExport/operStatic.vue +++ b/epmet-oper-web/src/views/modules/dataExport/operStatic.vue @@ -156,6 +156,29 @@ export default { operations: [ ], + // array: [ + // { + // agencyId: '1', + // agencyName: '1', + // pid: '1', + // subAgencyList: [ + // { + // agencyId: '1', + // agencyName: '1', + // pid: '1', + // subAgencyList: [ + + // ] + // }, { + // agencyId: '2', + // agencyName: '2', + // pid: '2', + // subAgencyList: null + // } + // ] + // } + // ], + } }, components: { diff --git a/epmet-oper-web/src/views/modules/workPc/guidance/DetailForm.vue b/epmet-oper-web/src/views/modules/workPc/guidance/DetailForm.vue index 05afbfa..865d205 100644 --- a/epmet-oper-web/src/views/modules/workPc/guidance/DetailForm.vue +++ b/epmet-oper-web/src/views/modules/workPc/guidance/DetailForm.vue @@ -72,6 +72,7 @@ @change="onEditorChange" />

@@ -554,6 +555,10 @@ export default { .block { display: block; } +.text_p { + height: 400px; + overflow: auto; +}