修改文档翻译
This commit is contained in:
+6
-1
@@ -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() {
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user