From cf3ec317dd436976df8a9e7a4dc77a9b5d47d8d3 Mon Sep 17 00:00:00 2001
From: SZH <szh_hello@163.com>
Date: Thu, 25 Aug 2022 10:35:39 +0800
Subject: [PATCH] 修改打包环境配置
---
src/views/facilityManagement/ProductionEquipment/index.vue | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/views/facilityManagement/ProductionEquipment/index.vue b/src/views/facilityManagement/ProductionEquipment/index.vue
index d9450ed..a63b86b 100644
--- a/src/views/facilityManagement/ProductionEquipment/index.vue
+++ b/src/views/facilityManagement/ProductionEquipment/index.vue
@@ -19,7 +19,7 @@
<el-col :span="4">
<el-input v-model="filterText" style="height: 30px" placeholder="请输入关键字" />
<div class="tree">
-
+
<!-- <el-tree ref="treeRef" class="filter-tree" :data="data" :props="props" :filter-node-method="filterNode" /> -->
<el-tree ref="treeRef" :data="data" :props="props" @node-click="handleNodeClick" :filter-node-method="filterNode" />
</div>
@@ -322,7 +322,7 @@
const handleClicks = (tab: TabsPaneContext, event: Event) => {
console.log(tab, event);
};
-
+
const activeName = ref('first');
// const Show=ref()
// const openUp=()=>{
--
Gitblit v1.9.2