布局文档翻译

This commit is contained in:
qq787203167
2022-07-25 10:31:22 +08:00
parent 676c77469b
commit f33318a1fb
8 changed files with 271 additions and 24 deletions
@@ -30,7 +30,7 @@
class="box-input"
:getPopupContainer="triggerNode=> triggerNode.parentNode"
allowClear
v-model="queryParam.translationResults">
v-model="queryParam.translationResult">
<a-select-option v-for="(item, key) in translationResultsList"
:key="key"
:value="item.value">
@@ -51,7 +51,7 @@
class="box-input"
:getPopupContainer="triggerNode=> triggerNode.parentNode"
allowClear
v-model="queryParam.flowStatus">
v-model="queryParam.releaseCondition">
<a-select-option v-for="(item, key) in gatherResultList"
:key="key"
:value="item.value">
@@ -105,7 +105,7 @@
<!-- -->
<span slot="operation" slot-scope="text,record">
<a class="text-operation" @click="viewClick(record)">{{$t('view')}}</a>
<a class="text-operation" @click="checkClick(record)">{{$t('check')}}</a>
<!-- <a class="text-operation" @click="checkClick(record)">{{$t('check')}}</a>-->
<a class="text-operation"
@click="subscribe(record)">
{{!record.state || record.state == 0 ? $t('release') :$t('withdraw')}}
@@ -200,7 +200,7 @@
align: 'center',
width: 170,
ellipsis: true,
dataIndex: 'TextStatus'
dataIndex: 'textStatus'
},
{
title: this.$t('fileName'),
@@ -212,13 +212,13 @@
{
title: this.$t('translationLanguage'),
align: 'center',
dataIndex: 'translationLanguage',
dataIndex: 'targetLanguage',
width: 170
},
{
title: this.$t('translationResults'),
align: 'center',
dataIndex: 'translationResults',
dataIndex: 'translationResult',
width: 170
},
{
@@ -226,14 +226,14 @@
align: 'center',
width: 170,
ellipsis: true,
dataIndex: 'conversionTime'
dataIndex: 'translationTime'
},
{
title: this.$t('releaseSituation'),
align: 'center',
width: 170,
ellipsis: true,
dataIndex: 'releaseSituation'
dataIndex: 'releaseCondition'
},
{
title: this.$t('operation'),
@@ -303,11 +303,14 @@
this.selectedRowKeys = value
},
viewClick(row) {
},
checkClick(row) {
let newUrl = this.$router.resolve({
path: '/documentTranslationResults'
})
window.open(newUrl.href, '_blank')
},
// checkClick(row) {
//
// },
downloadData() {
},
@@ -320,7 +323,7 @@
RetrieveFilesClick() {
this.$refs.RetrieveFilesListRef.addModel()
},
BatchDelete(){
BatchDelete() {
},
deleteData(val) {