修改法规技术评估/法规意见收集标题中英文

This commit is contained in:
sunFlower
2022-11-21 13:50:00 +08:00
parent 3826c3baff
commit cbc409ed2a
2 changed files with 2 additions and 2 deletions
@@ -88,7 +88,7 @@
}, },
{ {
title: this.$t('title'), title: this.$t('title'),
value: 'title' value: localStorage.getItem('language') && localStorage.getItem('language') == 'zh-cn'?'title':'title_en'
}, },
{ {
title: this.$t('regulatoryEngineer'), title: this.$t('regulatoryEngineer'),
@@ -72,7 +72,7 @@
}, },
{ {
title: this.$t('title'), title: this.$t('title'),
value: 'title' value: localStorage.getItem('language') && localStorage.getItem('language') == 'zh-cn'?'title':'title_en'
}, },
{ {
title: this.$t('regulatoryEngineer'), title: this.$t('regulatoryEngineer'),