修改已知问题
This commit is contained in:
@@ -892,4 +892,5 @@ module.exports = {
|
||||
notSelected:'Not selected',
|
||||
ExportReport:'Export Report',
|
||||
basicInformation:'Basic Information',
|
||||
replyFromProjectContact:'Reply from project contact person',
|
||||
}
|
||||
@@ -897,4 +897,5 @@ module.exports = {
|
||||
notSelected:'未选择',
|
||||
ExportReport:'导出报告',
|
||||
basicInformation:'基础信息',
|
||||
replyFromProjectContact:'工程接口人回复',
|
||||
}
|
||||
@@ -251,7 +251,7 @@
|
||||
</a-row>
|
||||
<a-row :gutter="24" style="margin-bottom: 18px">
|
||||
<a-col :span="5">
|
||||
<div class="text-field-left">{{$t('replyFromProjectContactPerson')}}:</div>
|
||||
<div class="text-field-left">{{$t('replyFromProjectContact')}}:</div>
|
||||
</a-col>
|
||||
<a-col :span="19">
|
||||
<div class="text-field-right">
|
||||
|
||||
@@ -255,9 +255,11 @@
|
||||
}
|
||||
},
|
||||
mounted() {
|
||||
if (this.areaOfResponsibility.dutyTerritory){
|
||||
this.queryParam.dutyTerritory = this.areaOfResponsibility.dutyTerritory
|
||||
}
|
||||
this.getList()
|
||||
this.long = localStorage.getItem('language') || 'zh-cn'
|
||||
console.log(this.areaOfResponsibility)
|
||||
},
|
||||
methods: {
|
||||
...mapGetters(['userInfo']),
|
||||
|
||||
@@ -54,7 +54,7 @@
|
||||
columns: [
|
||||
{
|
||||
title: this.$t('areaOfResponsibility'),
|
||||
dataIndex: 'dutyTerritory',
|
||||
dataIndex: 'dutyTerritoryName',
|
||||
align: 'center',
|
||||
width: 400,
|
||||
ellipsis: true,
|
||||
|
||||
Reference in New Issue
Block a user