From 2975e9c6e72d7ffb9fa6c195c4f091f5ec3e5f04 Mon Sep 17 00:00:00 2001 From: ljlong_2630 Date: Tue, 21 Nov 2023 15:30:19 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95=E7=89=88=E4=BE=9B=E6=9A=96?= =?UTF-8?q?=E5=8A=9E=E6=8E=A8=E9=80=81=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../model/heatapiconf/heatMainOperatorLog.vue | 34 ++++++++++--------- src/views/model/heatapiconf/heatSendLog.vue | 16 +++------ .../model/heatapiconf/heatSubOperatorLog.vue | 24 +++++++++---- 3 files changed, 39 insertions(+), 35 deletions(-) diff --git a/src/views/model/heatapiconf/heatMainOperatorLog.vue b/src/views/model/heatapiconf/heatMainOperatorLog.vue index 0354e5c..6df9d13 100644 --- a/src/views/model/heatapiconf/heatMainOperatorLog.vue +++ b/src/views/model/heatapiconf/heatMainOperatorLog.vue @@ -2,18 +2,15 @@
- - + + - - - - + - + - + @@ -178,7 +180,7 @@ const single = ref(true); const multiple = ref(true); const total = ref(0); const title = ref(""); - +const dc_operator_type = [{ label: "新增", value: "新增"},{ label: "修改", value: "修改"},{ label: "删除", value: "删除"}] const data = reactive({ form: {}, queryParams: { diff --git a/src/views/model/heatapiconf/heatSendLog.vue b/src/views/model/heatapiconf/heatSendLog.vue index 92e8765..38bf16a 100644 --- a/src/views/model/heatapiconf/heatSendLog.vue +++ b/src/views/model/heatapiconf/heatSendLog.vue @@ -1,14 +1,6 @@