diff --git a/src/views/trials/trials-panel/reading/consistency-analysis/index.vue b/src/views/trials/trials-panel/reading/consistency-analysis/index.vue index 355c31b9..65cd3f8c 100644 --- a/src/views/trials/trials-panel/reading/consistency-analysis/index.vue +++ b/src/views/trials/trials-panel/reading/consistency-analysis/index.vue @@ -439,7 +439,7 @@ diff --git a/src/views/trials/trials-workbench/index.vue b/src/views/trials/trials-workbench/index.vue index e97b3d7a..5abed804 100644 --- a/src/views/trials/trials-workbench/index.vue +++ b/src/views/trials/trials-workbench/index.vue @@ -27,6 +27,16 @@ .my_select_box_content{ color: #333; font-size: .875rem; + white-space:nowrap; + display: flex; + align-items: center; +} +.my_select_box_content_text{ + display: inline-block; + white-space:nowrap; + overflow:hidden; + text-overflow:ellipsis; + max-width: 150px; } .my_select_box:hover{ background: #f5f5f5; @@ -64,8 +74,8 @@ {{ user.LastName }}
-
{{user.RealName}},{{ hoursTip }}
-
今天是{{new Date().getMonth() + 1}}月{{new Date().getDate()}}日,{{ dayOfWeek }}
+
{{user.RealName}}
+
{{new Date().getFullYear()}}{{$t('common:date:today')}}{{new Date().getMonth() + 1}}{{$t('common:date:month')}}{{new Date().getDate()}}{{$t('common:date:day')}},{{ dayOfWeek }}
@@ -95,28 +105,28 @@
- {{ $t('trials:tab:consistencyCheck') }}·{{tabList.PM_CheckCount}} + {{ $t('trials:tab:consistencyCheck') }}·{{tabList.PM_CheckCount}}
- {{ $t('trials:trials-panel:attachments:reReadingTracking') }}·{{ tabList.PM_ReReadingApprovalCount }} + {{ $t('trials:trials-panel:attachments:reReadingTracking') }}·{{ tabList.PM_ReReadingApprovalCount }}
- {{ $t('trials:trials-list:PendingDetails:ReviewerSelection') }}·{{ tabList.PM_ReviewerSelectCount }} + {{ $t('trials:trials-list:PendingDetails:ReviewerSelection') }}·{{ tabList.PM_ReviewerSelectCount }}
- {{ $t('trials:workbench:title:pendingSiteResearch') }}·{{ tabList.PM_SiteSurveryCount }} + {{ $t('trials:workbench:title:pendingSiteResearch') }}·{{ tabList.PM_SiteSurveryCount }}
@@ -124,14 +134,14 @@
- {{ $t('trials:sysDocBeSigned:table:reviewerApproval') }}·{{ tabList.SPM_ReviewerApprovalCount }} + {{ $t('trials:sysDocBeSigned:table:reviewerApproval') }}·{{ tabList.SPM_ReviewerApprovalCount }}
- {{ $t('trials:trials-panel:attachments:reReadingTracking') }}·{{ tabList.SPM_ReReadingApprovalCount }} + {{ $t('trials:trials-panel:attachments:reReadingTracking') }}·{{ tabList.SPM_ReReadingApprovalCount }}
@@ -139,28 +149,28 @@
- {{ $t('trials:tab:crcQuality') }}·{{ tabList.CRC_ImageQuestionCount }} + {{ $t('trials:tab:crcQuality') }}·{{ tabList.CRC_ImageQuestionCount }}
- {{ $t('trials:sysDocBeSigned:table:ImageCheck') }}·{{ tabList.CRC_CheckQuestionCount }} + {{ $t('trials:sysDocBeSigned:table:ImageCheck') }}·{{ tabList.CRC_CheckQuestionCount }}
- {{ $t('trials:workbench:title:ImageRetransmission') }}·{{ tabList.CRC_ImageReUploadCount }} + {{ $t('trials:workbench:title:ImageRetransmission') }}·{{ tabList.CRC_ImageReUploadCount }}
- {{ $t('trials:workbench:title:ExpeditedImageSubmission') }}·{{ tabList.CRC_ImageSubmitCount }} + {{ $t('trials:workbench:title:ExpeditedImageSubmission') }}·{{ tabList.CRC_ImageSubmitCount }}
@@ -168,14 +178,14 @@
- {{ $t('trials:tab:dicomsQuality') }}·{{ tabList.IQC_IamgeQCCount }} + {{ $t('trials:tab:dicomsQuality') }}·{{ tabList.IQC_IamgeQCCount }}
- {{ $t('trials:tab:qcQuality') }}·{{ tabList.IQC_QCQuestionCount }} + {{ $t('trials:tab:qcQuality') }}·{{ tabList.IQC_QCQuestionCount }}
@@ -183,14 +193,14 @@
- {{ $t('trials:tab:pendingReadingTasks') }}·{{ tabList.IR_IamgeWaitReadingCount }} + {{ $t('trials:tab:pendingReadingTasks') }}·{{ tabList.IR_IamgeWaitReadingCount }}
- {{ $t('trials:trials-panel:tab:medicalFeedback') }}·{{ tabList.IR_MedicalReviewCount }} + {{ $t('trials:trials-panel:tab:medicalFeedback') }}·{{ tabList.IR_MedicalReviewCount }}
@@ -198,21 +208,21 @@
- {{ $t('trials:trials-panel:tab:pmMedicalFeedback') }}·{{ tabList.MIM_MedicalReviewCount }} + {{ $t('trials:trials-panel:tab:pmMedicalFeedback') }}·{{ tabList.MIM_MedicalReviewCount }}
- {{ $t('trials:workbench:title:trialDocBeSigned') }}·{{ tabList.TrialWaitSignDocCount }} + {{ $t('trials:workbench:title:trialDocBeSigned') }}·{{ tabList.TrialWaitSignDocCount }}
- {{ $t('trials:workbench:title:sysDocBeSigned') }}·{{ tabList.SysWaitSignDocCount }} + {{ $t('trials:workbench:title:sysDocBeSigned') }}·{{ tabList.SysWaitSignDocCount }}
@@ -223,14 +233,14 @@
- {{ $t('trials:workbench:title:trialDocSigned') }}·{{ tabList.TrialSignedDocCount }} + {{ $t('trials:workbench:title:trialDocSigned') }}·{{ tabList.TrialSignedDocCount }}
- {{ $t('trials:workbench:title:sysDocSigned') }}·{{ tabList.SysSignedDocCount }} + {{ $t('trials:workbench:title:sysDocSigned') }}·{{ tabList.SysSignedDocCount }}
@@ -462,17 +472,17 @@ export default { this.getUserTobeDoneRecord() this.getNeedSignTrialDocTrialIdList() this.getUserInfo() - const days = ['星期日', '星期一', '星期二', '星期三', '星期四', '星期五', '星期六']; + const days = [this.$t('common:date:Sunday'), this.$t('common:date:Monday'), this.$t('common:date:Tuesday'), this.$t('common:date:Wednesday'), this.$t('common:date:Thursday'), this.$t('common:date:Friday'), this.$t('common:date:Saturday')]; const date = new Date(); this.dayOfWeek = days[date.getDay()]; let date2=(new Date()).getHours(); let hoursTip = ""; if(date2>=6&&date2<12){ - hoursTip="上午好" + hoursTip= this.$t('common:date:good morning') }else if(date2>=12&&date2<18){ - hoursTip="下午好" + hoursTip=this.$t('common:date:good afternoon') }else{ - hoursTip="晚上好" + hoursTip=this.$t('common:date:good evening') } this.hoursTip = hoursTip },