From 2b1b21ececaa9a954656dd272c3a87c3ba382ef4 Mon Sep 17 00:00:00 2001
From: fuliqi <fuliqi@qq.com>
Date: 星期一, 30 九月 2024 05:50:48 +0800
Subject: [PATCH] 合同页面初步调整
---
src/components/RightToolbar/index.vue | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/components/RightToolbar/index.vue b/src/components/RightToolbar/index.vue
index f0f9310..d3e9afd 100644
--- a/src/components/RightToolbar/index.vue
+++ b/src/components/RightToolbar/index.vue
@@ -7,7 +7,7 @@
<el-tooltip class="item" effect="dark" content="鍒锋柊" placement="top">
<el-button size="mini" circle icon="el-icon-refresh" @click="refresh()" />
</el-tooltip>
- <el-tooltip v-show="$route.path.includes('equipment')" class="item" effect="dark" content="鑷畾涔夊垪" placement="top">
+ <el-tooltip v-show="$route.path.includes('point')" class="item" effect="dark" content="鑷畾涔夊垪" placement="top">
<el-button size="mini" circle icon="el-icon-collection-tag" @click="addDynamicColumn()" />
</el-tooltip>
<el-tooltip class="item" effect="dark" content="鏄鹃殣鍒�" placement="top" v-if="columns">
@@ -115,7 +115,7 @@
}
},
created() {
- if (this.$route.path.includes("equipment")) {
+ if (this.$route.path.includes("point")) {
this.getDyColumn()
}
if (this.showColumnsType == 'transfer') {
@@ -131,7 +131,7 @@
getDyColumn() {
// 鏌ヨ鍔ㄦ�佸垪
let params = {
- tableName: 't_monitor'
+ tableName: 't_yw_point'
}
getDynamicColumnList(params).then(res => {
this.dynamicColumnList = res.data
--
Gitblit v1.8.0