diff --git a/src/api/dictionary.js b/src/api/dictionary.js index 9ea1b2ac..e670f052 100644 --- a/src/api/dictionary.js +++ b/src/api/dictionary.js @@ -1265,6 +1265,14 @@ export function getTrialFileTypeFile(data) { data }) } +// 项目文档-删除上传同意入项记录 +export function deleteTrialTypeFile(params) { + return request({ + url: `/TrialFileType/deleteTrialTypeFile`, + method: 'post', + params + }) +} // 项目文档-获取资质材料列表 export function getTrialAttachments(data) { return request({ diff --git a/src/settings.js b/src/settings.js index 63027ab6..b8ed0059 100644 --- a/src/settings.js +++ b/src/settings.js @@ -1,7 +1,7 @@ // eslint-disable-next-line no-undef module.exports = { - title: 'IRCIS', + title: 'IRC Imaging System', /** * @type {boolean} true | false diff --git a/src/utils/get-page-title.js b/src/utils/get-page-title.js index 07e6c60d..21b4512b 100644 --- a/src/utils/get-page-title.js +++ b/src/utils/get-page-title.js @@ -1,6 +1,6 @@ import defaultSettings from '@/settings' -const title = defaultSettings.title || 'IRCIS' +const title = defaultSettings.title || 'IRC Imaging System' export default function getPageTitle(pageTitle) { if (pageTitle) { diff --git a/src/views/dictionary/template/file/index.vue b/src/views/dictionary/template/file/index.vue index 421b5ca5..0097fb7f 100644 --- a/src/views/dictionary/template/file/index.vue +++ b/src/views/dictionary/template/file/index.vue @@ -241,7 +241,7 @@ const searchDataDefault = () => { PageIndex: 1, PageSize: 20, asc: false, - sortField: 'CreateTime', + sortField: '', } } export default { diff --git a/src/views/trials/trials-panel/attachments/enrollment/components/Selection.vue b/src/views/trials/trials-panel/attachments/enrollment/components/Selection.vue index b281465a..45f9b7c1 100644 --- a/src/views/trials/trials-panel/attachments/enrollment/components/Selection.vue +++ b/src/views/trials/trials-panel/attachments/enrollment/components/Selection.vue @@ -291,21 +291,33 @@ :label="$t('trials:seletctedReviews:table:institution')" show-overflow-tooltip width="150" - /> + > + + {{ isEN?scope.row.HospitalName:scope.row.HospitalNameCN }} + + + > + + {{ isEN?scope.row.City:scope.row.CityCN }} + + + > + + {{ isEN?scope.row.Country:scope.row.CountryCN }} + + - - - + + + - - - + + + - - + + @@ -65,55 +34,24 @@ - - + + - - - + + + - - - + + + @@ -123,85 +61,37 @@ --> - - - + + + - - - + + + - - - + + + - - + + - - + + - + {{ $t('common:button:export') }} - + {{ $t('trials:readingTracking:button:reviewResults') }} - + {{ $t('common:button:failureRecord') }} @@ -255,29 +126,13 @@ - + - + - + @@ -287,56 +142,36 @@ 'TaskUrgentType', scope.row.TaskUrgentType )}` - }} + }} {{ scope.row.TaskUrgentRemake - ? `${$t('trials:reviewTrack:label:taskUrgentRemake')}${ - scope.row.TaskUrgentRemake - }` + ? `${$t('trials:reviewTrack:label:taskUrgentRemake')}${scope.row.TaskUrgentRemake + }` : '' }} - {{ $fd('YesOrNo', scope.row.IsUrgent) }} - - - {{ $fd('YesOrNo', scope.row.IsUrgent) }} + " v-if="scope.row.IsUrgent" type="danger" size="mini" @click="changeUrgentStatus(scope.row)">{{ + $fd('YesOrNo', scope.row.IsUrgent) }} + + + {{ + $fd('YesOrNo', scope.row.IsUrgent) }} - + {{ @@ -357,48 +192,29 @@ - + - + - + {{ `${scope.row.SubjectCode}/${scope.row.BlindSubjectCode}` }} {{ scope.row.SubjectCode }} - + - + {{ `${scope.row.TaskName}/${scope.row.TaskBlindName}` }} {{ scope.row.TaskName }} @@ -413,13 +229,8 @@ show-overflow-tooltip /> --> - + {{ $fd('ReadingCategory', scope.row.ReadingCategory) @@ -436,18 +247,11 @@ - + {{ scope.row.UserName }} - {{ scope.row.UserName }}({{ scope.row.FullName }}) + {{ scope.row.UserName }}({{ scope.row.FullName }}) @@ -468,21 +272,11 @@ --> - + - + {{ $fd('ReadingTaskState', scope.row.ReadingTaskState) @@ -493,43 +287,19 @@ - + - + - - + + - + {{ $fd('TaskState', scope.row.TaskState) @@ -563,63 +333,34 @@ {{ $fd('ReReadingApplyState', scope.row.ReReadingApplyState) }} --> - + - + - + " icon="el-icon-collection" circle :title="$t('trials:reviewTrack:action:applyReread')" + @click="openApplyReReading(scope.row)" /> - + - + " icon="el-icon-back" circle :title="$t('trials:reviewTrack:action:back')" + @click="openReReadingOrBackList(scope.row)" /> - + - + - {{ item.label }} + {{ item.label }} - - {{ item.label }} + + {{ item.label }} - - - {{ item.label }} + + + {{ + item.label }} - - - {{ item.label }} + + + {{ + item.label }} -