|
@@ -14,15 +14,15 @@
|
|
|
<ul v-for='(eve,index) in everySystem' :key='"o"+index'>
|
|
|
<li class='li-style' :class='{"is-active": eve.id}' @click='dialogVisible(eve)'>
|
|
|
<span class='circle'></span>
|
|
|
- <el-button
|
|
|
+ <!-- <el-button
|
|
|
type='text'
|
|
|
disabled
|
|
|
class='hanzi2'
|
|
|
title='数字化移交系统上线后可用'
|
|
|
v-if='eve.label=="查看图纸"'
|
|
|
style='text-align:left'
|
|
|
- >{{eve.label}}</el-button>
|
|
|
- <span class='hanzi' v-else>{{eve.label}}</span>
|
|
|
+ >{{eve.label}}</el-button>-->
|
|
|
+ <span class='hanzi'>{{eve.label}}</span>
|
|
|
</li>
|
|
|
</ul>
|
|
|
</div>
|
|
@@ -164,30 +164,30 @@ export default {
|
|
|
// console.log('dialogVisible')
|
|
|
console.log(eve)
|
|
|
// 点击后显示弹窗组件
|
|
|
- if (eve.label != '查看图纸') {
|
|
|
- this.ShowDialog = true
|
|
|
- this.$nextTick(() => {
|
|
|
- this.$refs.dialog.showModal(eve)
|
|
|
- })
|
|
|
- // pvuv接口记录
|
|
|
- // 发送pvUv
|
|
|
- const data = {
|
|
|
- plazaId: this.plazaId,
|
|
|
- }
|
|
|
+ // if (eve.label != '查看图纸') {
|
|
|
+ this.ShowDialog = true
|
|
|
+ this.$nextTick(() => {
|
|
|
+ this.$refs.dialog.showModal(eve)
|
|
|
+ })
|
|
|
+ // pvuv接口记录
|
|
|
+ // 发送pvUv
|
|
|
+ const data = {
|
|
|
+ plazaId: this.plazaId,
|
|
|
+ }
|
|
|
|
|
|
- let postParams = {
|
|
|
- type: 'modal',
|
|
|
- target: eve.id,
|
|
|
- parameter: eve.label,
|
|
|
- }
|
|
|
- getPvUv(data, postParams)
|
|
|
- .then((res) => {
|
|
|
- console.log('pvuv', res)
|
|
|
- })
|
|
|
- .catch((res) => {
|
|
|
- console.log('error', res)
|
|
|
- })
|
|
|
+ let postParams = {
|
|
|
+ type: 'modal',
|
|
|
+ target: eve.id,
|
|
|
+ parameter: eve.label,
|
|
|
}
|
|
|
+ getPvUv(data, postParams)
|
|
|
+ .then((res) => {
|
|
|
+ console.log('pvuv', res)
|
|
|
+ })
|
|
|
+ .catch((res) => {
|
|
|
+ console.log('error', res)
|
|
|
+ })
|
|
|
+ // }
|
|
|
},
|
|
|
/**
|
|
|
* 关闭弹窗后,重新渲染 楼层组件
|