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 @@
-
-
-
-
+
-
+
-
+
@@ -37,7 +42,7 @@
-
+
-
+
-
+
@@ -157,7 +167,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: {