图片更改和国际化补充
parent
2447c314df
commit
1eba807442
|
@ -5,7 +5,8 @@ const en = {
|
|||
service: {
|
||||
menuName: 'Services',
|
||||
subMenu1: 'Centralized Imaging Service',
|
||||
subMenu2: '3D Post-Processing Services'
|
||||
subMenu2: '3D Reconstructions',
|
||||
msg1: 'Extensive Imaging applies image processing and artificial intelligence technologies to imaging medicine, and provides imaging data analysis and diagnostic services closely related to clinical applications for physicians and patients, adhering to internationally recognized 3D imaging clinical diagnostic standards. Additionally, Extensive Imaging offers services such as medical imaging big data transmission, storage, sharing, statistics, and quality control for clients leveraging the advantages of cloud platforms.'
|
||||
},
|
||||
imagingService: {
|
||||
tab1: 'Centralized Imaging Service',
|
||||
|
|
|
@ -5,7 +5,8 @@ const zh = {
|
|||
service: {
|
||||
menuName: '服务项目',
|
||||
subMenu1: '中心影像服务',
|
||||
subMenu2: '三维后处理服务'
|
||||
subMenu2: '三维后处理服务',
|
||||
msg1: '展影医疗将图像处理和人工智能技术应用于影像医学,并且按照国际上权威、3D影像临床诊断标准,为广大医生和患者提供与临床紧密相关的影像数据分析和诊断服务。同时,利用云平台优势,展影医疗还为客户提供医学影像大数据的传输、存储、共享、统计和质量控制等服务。'
|
||||
},
|
||||
imagingService: {
|
||||
tab1: '中心影像服务',
|
||||
|
@ -42,7 +43,6 @@ const zh = {
|
|||
msg20: '医学团队由中美两国具有影像、临床背景的资深医师组成,许多曾供职于两国排名前10的医疗机构',
|
||||
msg21: '质控人员都具有临床或影像医学背景',
|
||||
msg22: 'IT平台研发管理人员有多年的医疗信息化产业经验'
|
||||
|
||||
},
|
||||
about: {
|
||||
menuName: '关于我们'
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 152 KiB After Width: | Height: | Size: 154 KiB |
Binary file not shown.
Before Width: | Height: | Size: 43 KiB After Width: | Height: | Size: 71 KiB |
Binary file not shown.
After Width: | Height: | Size: 959 KiB |
Binary file not shown.
After Width: | Height: | Size: 624 KiB |
|
@ -99,10 +99,17 @@
|
|||
<p>{{ $t('imagingService.msg4') }}</p>
|
||||
</div>
|
||||
<img
|
||||
v-if="$i18n.locale === 'zh'"
|
||||
src="@/static/images/new_irc04.png"
|
||||
alt=""
|
||||
style="display: block;margin: 0 auto;width: 600px;"
|
||||
/>
|
||||
<img
|
||||
v-if="$i18n.locale === 'en'"
|
||||
src="@/static/images/image6.png"
|
||||
alt=""
|
||||
style="display: block;margin: 0 auto;width: 600px;"
|
||||
/>
|
||||
<h2>{{ $t('imagingService.title3') }}</h2>
|
||||
<p>{{ $t('imagingService.msg5') }}</p>
|
||||
<p style="margin-bottom: 20px;">{{ $t('imagingService.msg6') }}</p>
|
||||
|
@ -116,8 +123,8 @@
|
|||
v-if="$i18n.locale === 'en'"
|
||||
src="@/static/images/image4.png"
|
||||
alt=""
|
||||
style="display: block;margin: 0 auto;width: 620px;"
|
||||
fit="scale-down"
|
||||
style="display: block;margin: 0 auto;object-fit: cover;width: 900px;"
|
||||
|
||||
/>
|
||||
</div>
|
||||
</el-tab-pane>
|
||||
|
@ -185,10 +192,17 @@
|
|||
</ul>
|
||||
<div style="width:340px;">
|
||||
<img
|
||||
src="@/static/images/new_irc07.jpg"
|
||||
alt=""
|
||||
style="width: 340px;position:relative;top:-40px;"
|
||||
/>
|
||||
v-if="$i18n.locale === 'zh'"
|
||||
src="@/static/images/new_irc07.jpg"
|
||||
alt=""
|
||||
style="width: 340px;position:relative;top:-40px;"
|
||||
/>
|
||||
<img
|
||||
v-if="$i18n.locale === 'en'"
|
||||
src="@/static/images/image7.png"
|
||||
alt=""
|
||||
style="width: 340px;position:relative;top:-40px;"
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
<div class="services">
|
||||
<div class="banner"></div>
|
||||
<div class="content">
|
||||
<h1>服务项目</h1>
|
||||
<p>展影医疗将图像处理和人工智能技术应用于影像医学,并且按照国际上权威、3D影像临床诊断标准,为广大医生和患者提供与临床紧密相关的影像数据分析和诊断服务。同时,利用云平台优势,展影医疗还为客户提供医学影像大数据的传输、存储、共享、统计和质量控制等服务。</p>
|
||||
<h1>{{ $t('service.menuName') }}</h1>
|
||||
<p>{{ $t('service.msg1') }}</p>
|
||||
<ul class="sList cf">
|
||||
<li class="oddLevel">
|
||||
<a href="/services/centralizedImagingServices">
|
||||
|
@ -12,7 +12,7 @@
|
|||
alt=""
|
||||
/>
|
||||
<span>
|
||||
<s>中心影像服务</s>
|
||||
<s>{{ $t('service.subMenu1') }}</s>
|
||||
</span>
|
||||
</a>
|
||||
</li>
|
||||
|
@ -23,7 +23,7 @@
|
|||
alt=""
|
||||
/>
|
||||
<span>
|
||||
<s>三维后处理服务</s>
|
||||
<s>{{ $t('service.subMenu2') }}</s>
|
||||
</span>
|
||||
</a>
|
||||
</li>
|
||||
|
|
Loading…
Reference in New Issue