i18n: add missing translation terms and internationalize consultation confirmation page
1. add sequence translation for viVN, enUS, zhCN locales 2. replace hardcoded table headers in consultation confirmation page with i18n keys 3. add new translation entries for consultation confirmation module
This commit is contained in:
@@ -729,6 +729,7 @@
|
||||
"import": "Import",
|
||||
"detail": "Detail",
|
||||
"view": "View",
|
||||
"sequence": "Sequence",
|
||||
"operation": "Operation",
|
||||
"status": "Status",
|
||||
"enabled": "Enabled",
|
||||
|
||||
@@ -729,6 +729,7 @@
|
||||
"import": "Nhập",
|
||||
"detail": "Chi Tiết",
|
||||
"view": "Xem",
|
||||
"sequence": "STT",
|
||||
"operation": "Thao Tác",
|
||||
"status": "Trạng Thái",
|
||||
"enabled": "Kích Hoạt",
|
||||
|
||||
@@ -729,6 +729,7 @@
|
||||
"import": "导入",
|
||||
"detail": "详情",
|
||||
"view": "查看",
|
||||
"sequence": "序号",
|
||||
"operation": "操作",
|
||||
"status": "状态",
|
||||
"enabled": "启用",
|
||||
@@ -1964,14 +1965,20 @@
|
||||
"title": "会诊确认",
|
||||
"print": "打印",
|
||||
"sign": "签名",
|
||||
"id": "序号",
|
||||
"urgentShort": "急",
|
||||
"urgent": "紧急",
|
||||
"applicationNo": "申请单号",
|
||||
"patientName": "患者姓名",
|
||||
"consultationDate": "会诊时间",
|
||||
"invitedObject": "邀请对象",
|
||||
"applyDept": "申请科室",
|
||||
"applyPhysician": "申请医师",
|
||||
"applyDoctor": "申请医生",
|
||||
"applyTime": "申请时间",
|
||||
"submit": "提交",
|
||||
"end": "结束",
|
||||
"operation": "操作",
|
||||
"confirm": "确认",
|
||||
"signColumn": "签名",
|
||||
"recordSheet": "会诊记录单",
|
||||
|
||||
@@ -216,23 +216,23 @@
|
||||
align="center"
|
||||
/>
|
||||
<vxe-column
|
||||
title="ID"
|
||||
:title="$t('consultationMgmt.confirm.id')"
|
||||
align="center"
|
||||
field="id"
|
||||
/>
|
||||
<vxe-column
|
||||
title="急"
|
||||
:title="$t('consultationMgmt.confirm.urgentShort')"
|
||||
align="center"
|
||||
field="consultationUrgency"
|
||||
:formatter="urgentFormatter"
|
||||
/>
|
||||
<vxe-column
|
||||
title="申请单号"
|
||||
:title="$t('consultationMgmt.confirm.applicationNo')"
|
||||
align="center"
|
||||
field="consultationId"
|
||||
/>
|
||||
<vxe-column
|
||||
title="会诊时间"
|
||||
:title="$t('consultationMgmt.confirm.consultationDate')"
|
||||
align="center"
|
||||
field="consultationDate"
|
||||
width="180"
|
||||
@@ -242,22 +242,22 @@
|
||||
</template>
|
||||
</vxe-column>
|
||||
<vxe-column
|
||||
title="邀请对象"
|
||||
:title="$t('consultationMgmt.confirm.invitedObject')"
|
||||
align="center"
|
||||
field="invitedObject"
|
||||
/>
|
||||
<vxe-column
|
||||
title="申请科室"
|
||||
:title="$t('consultationMgmt.confirm.applyDept')"
|
||||
align="center"
|
||||
field="department"
|
||||
/>
|
||||
<vxe-column
|
||||
title="申请医师"
|
||||
:title="$t('consultationMgmt.confirm.applyPhysician')"
|
||||
align="center"
|
||||
field="requestingPhysician"
|
||||
/>
|
||||
<vxe-column
|
||||
title="申请时间"
|
||||
:title="$t('consultationMgmt.confirm.applyTime')"
|
||||
align="center"
|
||||
field="consultationRequestDate"
|
||||
width="180"
|
||||
@@ -267,7 +267,7 @@
|
||||
</template>
|
||||
</vxe-column>
|
||||
<vxe-column
|
||||
title="提交"
|
||||
:title="$t('consultationMgmt.confirm.submit')"
|
||||
align="center"
|
||||
field="consultationStatus"
|
||||
>
|
||||
@@ -283,7 +283,7 @@
|
||||
</template>
|
||||
</vxe-column>
|
||||
<vxe-column
|
||||
title="结束"
|
||||
:title="$t('consultationMgmt.confirm.end')"
|
||||
align="center"
|
||||
field="consultationStatus"
|
||||
>
|
||||
@@ -299,7 +299,7 @@
|
||||
</template>
|
||||
</vxe-column>
|
||||
<vxe-column
|
||||
title="操作"
|
||||
:title="$t('consultationMgmt.confirm.operation')"
|
||||
align="center"
|
||||
class-name="small-padding fixed-width"
|
||||
>
|
||||
@@ -835,4 +835,4 @@ function cancel() {
|
||||
}
|
||||
|
||||
getList();
|
||||
</script>
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user