From 8c320bae338a62201d89a070702e88b2a3911447 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Wed, 27 Nov 2024 16:20:58 +0800
Subject: [PATCH] 1.表格无数据中文提示处理 2.控制台警告处理 3.企业详情应急空间报错处理 4.console信息删除
---
src/pages/layout/components/scomponents/toolList.vue | 14 +++++++-------
1 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/src/pages/layout/components/scomponents/toolList.vue b/src/pages/layout/components/scomponents/toolList.vue
index 1c913d1..627db72 100644
--- a/src/pages/layout/components/scomponents/toolList.vue
+++ b/src/pages/layout/components/scomponents/toolList.vue
@@ -2,8 +2,8 @@
* @Author: shuishen 1109946754@qq.com
* @Date: 2024-10-29 14:20:49
* @LastEditors: shuishen 1109946754@qq.com
- * @LastEditTime: 2024-11-07 16:23:56
- * @FilePath: \bigScreen\src\views\layout\components\scomponents\toolList.vue
+ * @LastEditTime: 2024-11-27 15:34:16
+ * @FilePath: \bigScreen\src\pages\layout\components\scomponents\toolList.vue
* @Description:
*
* Copyright (c) 2024 by shuishen, All Rights Reserved.
@@ -80,11 +80,11 @@
// icon: 'fa fa-level-up',
// title: '路线导航',
// },
- {
- icon: 'fa fa-columns',
- title: '卷帘对比',
- component: curtain
- },
+ // {
+ // icon: 'fa fa-columns',
+ // title: '卷帘对比',
+ // component: curtain
+ // },
// {
// icon: 'fa fa-window-restore',
// title: '分屏对比',
--
Gitblit v1.9.3