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" - /> + > + + + > + + + > + + - - - + + + - - - + + + - - + + @@ -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 @@