@@ -117,7 +117,7 @@ let humidityBottom = ref({})
/**
* 跳转到趋势图
*/
-function gotoTrendChart(value, unit) {
+function gotoTrendChart(value, unit, limit={}) {
let ids = value.map((item) => item.devId).toString();
ElMessageBox.confirm(
'即将跳转到传感器监测走势图页面,是否继续?',
@@ -128,8 +128,9 @@ function gotoTrendChart(value, unit) {
type: 'info',
}
)
+
.then(() => {
- router.push({ path: '/TrendChart', query: { ids: ids, unit: unit } })
+ router.push({ path: '/TrendChart', query: { ids: ids, unit: unit,limit:JSON.stringify(limit) } })
})
.catch(() => {
diff --git a/src/views/index.vue b/src/views/index.vue
index c79bb27..e438c2a 100644
--- a/src/views/index.vue
+++ b/src/views/index.vue
@@ -289,7 +289,7 @@ let routerList = [
{
id: 31,
path: "/MicrofactoryDevOnline",
- title: '南门水房物联大屏',
+ title: '微工厂缝纫设备看板',
url: require("../assets/indexImg/MicrofactoryDevOnline.png"),
},
];
diff --git a/src/views/intelligentShelves/components/ShelfPanel.vue b/src/views/intelligentShelves/components/ShelfPanel.vue
new file mode 100644
index 0000000..9f74458
--- /dev/null
+++ b/src/views/intelligentShelves/components/ShelfPanel.vue
@@ -0,0 +1,21 @@
+
+
+ asdasd
+
+
+
+
+
+
diff --git a/src/views/intelligentShelves/index.vue b/src/views/intelligentShelves/index.vue
new file mode 100644
index 0000000..a6fcb7a
--- /dev/null
+++ b/src/views/intelligentShelves/index.vue
@@ -0,0 +1,44 @@
+
+
+
+
+
+
+
+
+