修改禅道已知bug
This commit is contained in:
@@ -32,7 +32,7 @@
|
||||
</a>
|
||||
</span>
|
||||
<span slot="urlClick" slot-scope="text,record">
|
||||
<a class="text" :title="text" @click="urlClick(record)">
|
||||
<a class="text" :title="text" @click="urlClick(text)">
|
||||
{{text && text.length > 18?text.slice(0,17)+'...':text}}
|
||||
</a>
|
||||
</span>
|
||||
@@ -232,7 +232,7 @@
|
||||
this.$emit('detailClick', item)
|
||||
},
|
||||
urlClick(item) {
|
||||
window.open(item.shu1_ru4_kuang4_lian4_jie1)
|
||||
window.open(item)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -342,12 +342,13 @@
|
||||
}
|
||||
},
|
||||
breakdown(item) {
|
||||
this.$router.push({
|
||||
let newUrl = this.$router.resolve({
|
||||
path: '/docManage/splitting/splitDetail',
|
||||
query: {
|
||||
infoId: item.splitInfoId
|
||||
}
|
||||
})
|
||||
window.open(newUrl.href, '_blank')
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -445,6 +446,7 @@
|
||||
|
||||
.text-field-right-color {
|
||||
color: #00B3BE;
|
||||
cursor: pointer;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user