修改文档翻译

This commit is contained in:
qq787203167
2022-07-29 09:05:53 +08:00
parent aef76392de
commit 34cefe2fa8
2 changed files with 10 additions and 2 deletions
@@ -147,6 +147,7 @@
return { return {
formInline: {}, formInline: {},
rules: {}, rules: {},
loading: false,
gData: [ gData: [
{ {
title: '0-0sdf dsfdsfdsfdsfds', title: '0-0sdf dsfdsfdsfdsfds',
@@ -175,7 +176,10 @@
}, },
viewTheComparisonResultsClick() { viewTheComparisonResultsClick() {
let newUrl = this.$router.resolve({
path: '/comparisonResults'
})
window.open(newUrl.href, '_blank')
}, },
addFullTextCommentClick() { addFullTextCommentClick() {
@@ -306,6 +310,7 @@
text-align: right; text-align: right;
padding: 0 32px; padding: 0 32px;
box-sizing: border-box; box-sizing: border-box;
margin-bottom: 20px;
} }
.detail-content-content-left { .detail-content-content-left {
@@ -257,7 +257,10 @@
window.open(newUrl.href, '_blank') window.open(newUrl.href, '_blank')
}, },
subscribe() { subscribe() {
let newUrl = this.$router.resolve({
path: '/documentDataComparison'
})
window.open(newUrl.href, '_blank')
}, },
edit() { edit() {