From 5f975771fe4b7718214838b062d27d7f82434aa9 Mon Sep 17 00:00:00 2001
From: fanluyan <754122931@qq.com>
Date: Fri, 12 Jul 2024 10:36:35 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E5=85=A8=E5=B1=80=E9=85=8D?=
=?UTF-8?q?=E7=BD=AE?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/main.js | 10 ++++++-
.../components/addPhotoDialog.vue | 17 ++++++-----
src/views/photographicDevice/index.vue | 8 ++++--
src/views/realTimeMonitor/index.vue | 8 +++++-
.../globalTools/components/termsAdd.vue | 2 +-
src/views/system/globalTools/index.vue | 28 ++++++++++++-------
6 files changed, 50 insertions(+), 23 deletions(-)
diff --git a/src/main.js b/src/main.js
index 7515aa4..a5ebb16 100644
--- a/src/main.js
+++ b/src/main.js
@@ -30,7 +30,15 @@ import VueLazyload from "vue-lazyload";
//注册插件
Vue.use(VueLazyload, {
error: require("./assets/img/nodatapic2.jpg"),
- listenEvents: [ 'scroll', 'wheel', 'mousewheel', 'resize', 'animationend', 'transitionend', 'touchmove' ]
+ listenEvents: [
+ "scroll",
+ "wheel",
+ "mousewheel",
+ "resize",
+ "animationend",
+ "transitionend",
+ "touchmove",
+ ],
});
/* 引入公共js*/
import common from "@/utils/common/common.js";
diff --git a/src/views/photographicDevice/components/addPhotoDialog.vue b/src/views/photographicDevice/components/addPhotoDialog.vue
index 4fc5329..193bf86 100644
--- a/src/views/photographicDevice/components/addPhotoDialog.vue
+++ b/src/views/photographicDevice/components/addPhotoDialog.vue
@@ -92,6 +92,9 @@
>
+
+
+
@@ -238,30 +241,30 @@ export default {
//装置类型
devTypeOptions: [
{
- id: 1,
+ id: "1",
name: "微拍",
},
{
- id: 2,
+ id: "2",
name: "覆冰拉力",
},
{
- id: 3,
+ id: "3",
name: "微气象",
},
],
networkOptions: [
{
id: 1,
- name: "移动",
+ name: "大汉移动",
},
{
id: 2,
- name: "联通",
+ name: "公田移动",
},
{
- id: 3,
- name: "电信",
+ id: -1,
+ name: "无绑定",
},
], //网络类型
statusOptions: [
diff --git a/src/views/photographicDevice/index.vue b/src/views/photographicDevice/index.vue
index cff0dec..bda97e2 100644
--- a/src/views/photographicDevice/index.vue
+++ b/src/views/photographicDevice/index.vue
@@ -203,11 +203,13 @@
show-overflow-tooltip
>
- 移动
- 联通
- 电信
+ 大汉移动
+ 公田移动
+ 无绑定
+
+
diff --git a/src/views/realTimeMonitor/index.vue b/src/views/realTimeMonitor/index.vue
index b4154cb..e8efe9d 100644
--- a/src/views/realTimeMonitor/index.vue
+++ b/src/views/realTimeMonitor/index.vue
@@ -5,7 +5,11 @@
全部
- 活动
+ 活动
@@ -70,6 +74,7 @@ export default {
nopicPath: require("@/assets/img/nopic.jpg"),
typeRadio: -1, //类型选择
allTreeFlag: true,
+ roleName: "",
};
},
watch: {
@@ -93,6 +98,7 @@ export default {
},
},
created() {
+ this.roleName = localStorage.getItem("userName");
//this.treeSelectData = currentData;
//获取当前时间
},
diff --git a/src/views/system/globalTools/components/termsAdd.vue b/src/views/system/globalTools/components/termsAdd.vue
index 2eae169..5ec03e9 100644
--- a/src/views/system/globalTools/components/termsAdd.vue
+++ b/src/views/system/globalTools/components/termsAdd.vue
@@ -63,7 +63,7 @@
diff --git a/src/views/system/globalTools/index.vue b/src/views/system/globalTools/index.vue
index c112398..c6b6e19 100644
--- a/src/views/system/globalTools/index.vue
+++ b/src/views/system/globalTools/index.vue
@@ -36,15 +36,17 @@
设置告警可信度
-