From 1d3f8dc16ca98b14a40da8c70a405793295faa78 Mon Sep 17 00:00:00 2001
From: wangfei <3597712270@qq.com>
Date: 星期三, 23 四月 2025 13:47:45 +0800
Subject: [PATCH] 系统配置页面修改bug,上片新增页面
---
UI-Project/src/views/Visualization/screenthree.vue | 19 -------------------
1 files changed, 0 insertions(+), 19 deletions(-)
diff --git a/UI-Project/src/views/Visualization/screenthree.vue b/UI-Project/src/views/Visualization/screenthree.vue
index 5f115a1..77a4333 100644
--- a/UI-Project/src/views/Visualization/screenthree.vue
+++ b/UI-Project/src/views/Visualization/screenthree.vue
@@ -3,15 +3,12 @@
import {reactive} from "vue";
import {useRouter} from "vue-router"
const router = useRouter()
-
import request from "@/utils/request"
import { ref, onMounted } from "vue";
// import { ref } from 'vue'
import { ElMessage, ElMessageBox } from 'element-plus'
// import LanguageMixin from './lang/LanguageMixin'
-
const tableData = ref([])
-
// 鍙戦�佽幏鍙栬〃鏍兼暟鎹殑璇锋眰
// const fetchTableData = async () => {
// try {
@@ -34,19 +31,14 @@
// }
// };
// onMounted(fetchTableData);
-
-
-
request.get("unLoadGlass/downStorage/selectStorageCage").then((res) => {
if (res.code == 200) {
console.log(res.data);
tableData.value = res.data
} else {
ElMessage.warning(res.msg)
-
}
});
-
const dialogForm = () => {
ElMessageBox.confirm(
'鏄惁鎶ョ己?',
@@ -60,7 +52,6 @@
.then(() => {
// this.boxa = true
// this.box = false
-
})
}
const open = () => {
@@ -99,7 +90,6 @@
}
}
}
-
const gridOptions = reactive({
border: "full",//琛ㄦ牸鍔犺竟妗�
keepSource: true,//淇濇寔婧愭暟鎹�
@@ -136,23 +126,14 @@
'thick': '183.6',
}
]
-
})
-
-
-
</script>
-
<template>
-
<div id="awatch">
<img src="../../assets/d3.png" alt="" style="width: 100%;height: 160%;margin-top: 20px;">
-
</div>
</template>
-
<style scoped>
-
#awatch{
height: 460px;
/* margin-top: -60px; */
--
Gitblit v1.8.0