@@ -136,7 +136,8 @@ export default {
this.readingTool = this.$router.currentRoute.query.readingTool
this.isNewSubject = this.$router.currentRoute.query.isNewSubject
if (this.isNewSubject && this.isReadingTaskViewInOrder) {
- this.$message.success(`已开始受试者${this.subjectCode}阅片任务`)
+ let message = this.$t('trials:reading:noneDicom:message:startRead').replace("xxx",this.subjectCode);
+ this.$message.success(message)
changeURLStatic('isNewSubject', '')
}
if (this.$router.currentRoute.query.TokenKey) {