- IRC Imaging System
+ EIC lmaging Trial Management System
V1.3.0.001
diff --git a/public/errorEN.html b/public/errorEN.html
index b1139766..5ae08f68 100644
--- a/public/errorEN.html
+++ b/public/errorEN.html
@@ -31,7 +31,7 @@
-
+
{{message}}
diff --git a/src/lang/en.js b/src/lang/en.js
index 79a4813a..4cfed14a 100644
--- a/src/lang/en.js
+++ b/src/lang/en.js
@@ -1608,7 +1608,7 @@ Enroll: Enrolled Confirmation`,
'trials:notice:table:appendix': `Attachment`,
'trials:notice:table:isRead': `Readed`,
'trials:notice:action:detail': `Details`,
- 'login:title:system': `IRC Imaging System`,
+ 'login:title:system': `EIC lmaging Trial Management System`,
'login:form:userName': `User ID`,
'login:form:password': `Password`,
'login:button:login': `Login`,
@@ -1672,7 +1672,7 @@ Enroll: Enrolled Confirmation`,
'trials:tab:trials': `My Trials`,
'trials:trials:title:back': `Return`,
'trials:trials:title:backTrialList': `Return to trial list`,
- 'trials:trials:title:eics': `IRC Imaging System`,
+ 'trials:trials:title:eics': `EIC lmaging Trial Management System`,
'trials:tab:reading': `Reads`,
'trials:tab:pendingReadingTasks': `Pending`,
'trials:pendingReadingTasks:table:subjectCode': `Subject ID`,
diff --git a/src/settings.js b/src/settings.js
index b8ed0059..7ca4cdcc 100644
--- a/src/settings.js
+++ b/src/settings.js
@@ -1,7 +1,7 @@
// eslint-disable-next-line no-undef
module.exports = {
- title: 'IRC Imaging System',
+ title: 'EIC lmaging Trial Management System',
/**
* @type {boolean} true | false
diff --git a/src/utils/get-page-title.js b/src/utils/get-page-title.js
index 21b4512b..2f6bb3c9 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 || 'IRC Imaging System'
+const title = defaultSettings.title || 'EIC lmaging Trial Management System'
export default function getPageTitle(pageTitle) {
if (pageTitle) {
diff --git a/src/views/login/index.vue b/src/views/login/index.vue
index f7d04881..b31140e3 100644
--- a/src/views/login/index.vue
+++ b/src/views/login/index.vue
@@ -710,7 +710,7 @@ $light_gray: #606266;
.title-container {
// margin-bottom: 50px;
text-align: center;
- margin-top: 20%;
+ margin-top: 17%;
.title {
font-size: 35px;
diff --git a/src/views/trials/trials-panel/setting/email-manage/config.vue b/src/views/trials/trials-panel/setting/email-manage/config.vue
index 05248daa..157852d1 100644
--- a/src/views/trials/trials-panel/setting/email-manage/config.vue
+++ b/src/views/trials/trials-panel/setting/email-manage/config.vue
@@ -120,7 +120,7 @@ export default {
// if (this.VUE_APP_OSS_PATH === '/uat/dist') {
// this.form = {
// EmailFromEmail: 'uat@extimaging.com',
- // EmailFromName: 'Uat IRC Imaging System',
+ // EmailFromName: 'Uat EIC lmaging Trial Management System',
// EmailAuthorizationCode: 'SHzyyl2021',
// EmailSMTPServerAddress: 'smtp.qiye.aliyun.com',
// EmailSMTPServerPort: 465,
@@ -130,7 +130,7 @@ export default {
// if (this.VUE_APP_OSS_PATH === '/test/dist') {
// this.form = {
// EmailFromEmail: 'test@extimaging.com',
- // EmailFromName: 'Test IRC Imaging System',
+ // EmailFromName: 'Test EIC lmaging Trial Management System',
// EmailAuthorizationCode: 'SHzyyl2021',
// EmailSMTPServerAddress: 'smtp.qiye.aliyun.com',
// EmailSMTPServerPort: 465,
diff --git a/src/views/trials/trials-panel/setting/trial-config/components/processConfig.vue b/src/views/trials/trials-panel/setting/trial-config/components/processConfig.vue
index 99f22b47..8d84c17e 100644
--- a/src/views/trials/trials-panel/setting/trial-config/components/processConfig.vue
+++ b/src/views/trials/trials-panel/setting/trial-config/components/processConfig.vue
@@ -36,12 +36,22 @@
-
+
{{ item.label }}
+
+
+
+
+ {{ item.label }}
+
+
+
0) this.form.IsImageQualityControl = true
+ },
handlePreview(row) {
this.rowData = { ...row }
this.preview.visible = true
@@ -1026,6 +1041,11 @@ export default {
NewVal: this.$fd('QCProcessEnum', this.form.QCProcessEnum),
OldVal: this.$fd('QCProcessEnum', this.initialForm.QCProcessEnum),
},
+ {
+ Name: this.$t('trials:processCfg:form:IsImageQualityControl'), // 影像质控风险控制
+ NewVal: this.$fd('YesOrNo', this.form.IsImageQualityControl),
+ OldVal: this.$fd('YesOrNo', this.initialForm.IsImageQualityControl),
+ },
{
Name: this.$t('trials:processCfg:form:conProcess'), // 一致性核查流程
NewVal: this.$fd('YesOrNo', this.form.IsImageConsistencyVerification),
diff --git a/src/views/trials/trials-panel/visit/qc-check/components/qualityAssurance.vue b/src/views/trials/trials-panel/visit/qc-check/components/qualityAssurance.vue
index c327f16c..687711a1 100644
--- a/src/views/trials/trials-panel/visit/qc-check/components/qualityAssurance.vue
+++ b/src/views/trials/trials-panel/visit/qc-check/components/qualityAssurance.vue
@@ -1316,7 +1316,7 @@ export default {
this.SecondReviewTime = this.secondReviewList[0].SecondReviewTime
}
}
- this.QCRiskControl = res.Result.QCRiskControl
+ this.QCRiskControl = this.$store.state.trials.config.IsImageQualityControl
this.existsManual = res.Result.ExistsManual
this.qCQuestionAnswerList = res.Result.QCQuestionAnswerList
this.IsHaveStudyClinicalData = res.Result.IsHaveStudyClinicalData
diff --git a/vue.config.js b/vue.config.js
index 3a8a38f0..9f9456f6 100644
--- a/vue.config.js
+++ b/vue.config.js
@@ -11,7 +11,7 @@ const webpack = require('webpack')
const defaultSettings = require('./src/settings.js')
const moment = require('moment')
var distDate = moment(new Date()).format('YYYY-MM-DD')
-const name = process.env.NODE_ENV === 'usa' ? 'Imaging Trial Management System' : defaultSettings.title || 'IRC Imaging System' // page title
+const name = process.env.NODE_ENV === 'usa' ? 'Imaging Trial Management System' : defaultSettings.title || 'EIC lmaging Trial Management System' // page title
// const BundleAnalyzerPlugin = require('webpack-bundle-analyzer').BundleAnalyzerPlugin
// eslint-disable-next-line no-undef
module.exports = defineConfig({