From cab92335ff9891d0755bffe33085b55eb615cfe4 Mon Sep 17 00:00:00 2001
From: liqi <1174845810@qq.com>
Date: Fri, 4 Apr 2025 23:09:55 +0800
Subject: [PATCH] 1
---
src/views/menuData/AlertDialog.vue | 13 +++++-----
src/views/menuData/DeviceDialog.vue | 9 +++----
src/views/menuData/LogDialog.vue | 33 -------------------------
src/views/menuData/PermissionDialog.vue | 1 -
src/views/menuData/PositionDialog.vue | 9 +++----
5 files changed, 14 insertions(+), 51 deletions(-)
diff --git a/src/views/menuData/AlertDialog.vue b/src/views/menuData/AlertDialog.vue
index a308d78..e87b9e1 100644
--- a/src/views/menuData/AlertDialog.vue
+++ b/src/views/menuData/AlertDialog.vue
@@ -26,7 +26,6 @@
:coloumData="coloumData"
isShowPagination
:paginationParam="paginationParam"
- isShowSelection
@changeSize="handleSizeChange"
@changePage="handlePageChange"
>
@@ -135,7 +134,7 @@ export default {
disabled: false
},
{
- label: "设备图片",
+ label: "防区图片",
type: "img",
model: "img",
disabled: false
@@ -178,11 +177,11 @@ export default {
prop: "endTime",
align: "center"
},
- {
- label: "是否打击",
- prop: "isattacked",
- align: "center"
- },
+ // {
+ // label: "是否打击",
+ // prop: "isattacked",
+ // align: "center"
+ // },
{
slot: "operate",
label: "操作",
diff --git a/src/views/menuData/DeviceDialog.vue b/src/views/menuData/DeviceDialog.vue
index eea97ab..00e21f2 100644
--- a/src/views/menuData/DeviceDialog.vue
+++ b/src/views/menuData/DeviceDialog.vue
@@ -33,7 +33,6 @@
:coloumData="coloumData"
isShowPagination
:paginationParam="paginationParam"
- isShowSelection
@changeSize="handleSizeChange"
@changePage="handlePageChange"
@selectionChange="handleSelectionChange"
@@ -243,10 +242,10 @@ export default {
],
tableData: [],
coloumData: [
- {
- slot: "img",
- label: "设备图片"
- },
+ // {
+ // slot: "img",
+ // label: "设备图片"
+ // },
{
type: "text",
label: "设备名称",
diff --git a/src/views/menuData/LogDialog.vue b/src/views/menuData/LogDialog.vue
index d6114c8..0871643 100644
--- a/src/views/menuData/LogDialog.vue
+++ b/src/views/menuData/LogDialog.vue
@@ -18,9 +18,6 @@
>
查询
-