修改中英文
This commit is contained in:
@@ -87,8 +87,8 @@
|
||||
{{item.name}}
|
||||
</div>
|
||||
<div class="van-text-status">
|
||||
<span class="van-text-color" :class="statusClass[item.operatorResult]" v-if="item.operatorResultName">
|
||||
{{item.operatorResultName}}
|
||||
<span class="van-text-color" :class="statusClass[item.operatorResult]" v-if="statusName[item.operatorResult]">
|
||||
{{statusName[item.operatorResult]}}
|
||||
</span>
|
||||
</div>
|
||||
<div class="van-time">
|
||||
@@ -243,6 +243,17 @@
|
||||
'To be tracked': 'trackedClass',
|
||||
'NA': 'NAClass'
|
||||
},
|
||||
statusName:{
|
||||
'Accepted': this.$t('accept'),
|
||||
'Rejected':this.$t('refuse'),
|
||||
'Transfer': this.$t('turnToDo'),
|
||||
'Returned': this.$t('sendBack'),
|
||||
'Adopt': this.$t('adopt'),
|
||||
'Compliance': this.$t('compliance'),
|
||||
'Non-Compliance': this.$t('nonCompliance'),
|
||||
'To be tracked': this.$t('toBeTracked'),
|
||||
'NA': this.$t('NA')
|
||||
},
|
||||
dataSource: [],
|
||||
url: {
|
||||
urlFrom: 'project/projectLibraryBase/queryById',
|
||||
|
||||
Reference in New Issue
Block a user