Compare commits

..

1 Commits
main ... rj

Author SHA1 Message Date
wangxiaoshuang dadf1de9ed 初始化 2026-07-13 13:00:00 +08:00
14 changed files with 1334 additions and 811 deletions

View File

@ -10,7 +10,7 @@
<meta http-equiv="Pragma" content="no-cache"> <meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="Cache-control" content="no-store,no-cache,must-revalidate"> <meta http-equiv="Cache-control" content="no-store,no-cache,must-revalidate">
<meta http-equiv="Cache" content="no-cache"> <meta http-equiv="Cache" content="no-cache">
<title>EIC lmaging Trial Management System</title> <title>RPC lmaging Trial Management System</title>
</head> </head>
<body> <body>

View File

@ -31,7 +31,7 @@
<div class="title-container" style="display: flex;padding-top:180px;justify-content: flex-start;height: 100%;box-sizing: border-box"> <div class="title-container" style="display: flex;padding-top:180px;justify-content: flex-start;height: 100%;box-sizing: border-box">
<!-- IRC Management System --> <!-- IRC Management System -->
<!-- <div class="title" style="text-align: center;font-size: 28px;margin-top: 100px;padding-right: 120px"></div>--> <!-- <div class="title" style="text-align: center;font-size: 28px;margin-top: 100px;padding-right: 120px"></div>-->
<!-- <div class="title" v-show="false">EIC lmaging Trial Management System</div>--> <!-- <div class="title" v-show="false">RPC lmaging Trial Management System</div>-->
<div style="color: #0a84ff;text-align: left;font-size: 28px"> <div style="color: #0a84ff;text-align: left;font-size: 28px">
{{message}} {{message}}
</div> </div>
@ -63,7 +63,7 @@
<div style="margin: 0 auto;width: 600px;line-height: 28px;text-align: center" > <div style="margin: 0 auto;width: 600px;line-height: 28px;text-align: center" >
<h1 style="text-align: center;margin-bottom: 20px">关于</h1> <h1 style="text-align: center;margin-bottom: 20px">关于</h1>
<p style="margin-bottom: 20px"> <p style="margin-bottom: 20px">
EIC lmaging Trial Management System RPC lmaging Trial Management System
</p> </p>
<p style="margin-bottom: 20px"> <p style="margin-bottom: 20px">
V1.3.0.001 V1.3.0.001

View File

@ -31,7 +31,7 @@
<div class="title-container" style="display: flex;padding-top:180px;justify-content: flex-start;height: 100%;box-sizing: border-box"> <div class="title-container" style="display: flex;padding-top:180px;justify-content: flex-start;height: 100%;box-sizing: border-box">
<!-- IRC Management System --> <!-- IRC Management System -->
<!-- <div class="title" style="text-align: center;font-size: 28px;margin-top: 100px;padding-right: 120px"></div>--> <!-- <div class="title" style="text-align: center;font-size: 28px;margin-top: 100px;padding-right: 120px"></div>-->
<!-- <div class="title" v-show="false">EIC lmaging Trial Management System</div>--> <!-- <div class="title" v-show="false">RPC lmaging Trial Management System</div>-->
<div style="color: #0a84ff;text-align: left;font-size: 28px"> <div style="color: #0a84ff;text-align: left;font-size: 28px">
{{message}} {{message}}
</div> </div>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.7 KiB

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 320 KiB

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 17 KiB

After

Width:  |  Height:  |  Size: 65 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 98 KiB

After

Width:  |  Height:  |  Size: 99 KiB

View File

@ -1608,7 +1608,7 @@ Enroll: Enrolled Confirmation`,
'trials:notice:table:appendix': `Attachment`, 'trials:notice:table:appendix': `Attachment`,
'trials:notice:table:isRead': `Readed`, 'trials:notice:table:isRead': `Readed`,
'trials:notice:action:detail': `Details`, 'trials:notice:action:detail': `Details`,
'login:title:system': `EIC lmaging Trial Management System`, 'login:title:system': `RPC lmaging Trial Management System`,
'login:form:userName': `User ID`, 'login:form:userName': `User ID`,
'login:form:password': `Password`, 'login:form:password': `Password`,
'login:button:login': `Login`, 'login:button:login': `Login`,
@ -1672,7 +1672,7 @@ Enroll: Enrolled Confirmation`,
'trials:tab:trials': `My Trials`, 'trials:tab:trials': `My Trials`,
'trials:trials:title:back': `Return`, 'trials:trials:title:back': `Return`,
'trials:trials:title:backTrialList': `Return to trial list`, 'trials:trials:title:backTrialList': `Return to trial list`,
'trials:trials:title:eics': `EIC lmaging Trial Management System`, 'trials:trials:title:eics': `RPC lmaging Trial Management System`,
'trials:tab:reading': `Reads`, 'trials:tab:reading': `Reads`,
'trials:tab:pendingReadingTasks': `Pending`, 'trials:tab:pendingReadingTasks': `Pending`,
'trials:pendingReadingTasks:table:subjectCode': `Subject ID`, 'trials:pendingReadingTasks:table:subjectCode': `Subject ID`,

View File

@ -1,7 +1,7 @@
// eslint-disable-next-line no-undef // eslint-disable-next-line no-undef
module.exports = { module.exports = {
title: 'EIC lmaging Trial Management System', title: 'RPC lmaging Trial Management System',
/** /**
* @type {boolean} true | false * @type {boolean} true | false

View File

@ -1,6 +1,6 @@
import defaultSettings from '@/settings' import defaultSettings from '@/settings'
const title = defaultSettings.title || 'EIC lmaging Trial Management System' const title = defaultSettings.title || 'RPC lmaging Trial Management System'
export default function getPageTitle(pageTitle) { export default function getPageTitle(pageTitle) {
if (pageTitle) { if (pageTitle) {

View File

@ -1,7 +1,7 @@
<template> <template>
<div class="dashboard"> <div class="dashboard">
<div class="dashboard-header"> <div class="dashboard-header">
<h1>Extimaging Real-Time IRC Information</h1> <!-- <h1>Extimaging Real-Time IRC Information</h1> -->
<div> <div>
<span>{{ currentTime }}</span> <span>{{ currentTime }}</span>
</div> </div>

View File

@ -8,7 +8,7 @@
<div class="login-logo"> <div class="login-logo">
<img v-if="language === 'zh'" src="@/assets/zzlogo2.png" alt="" /> <img v-if="language === 'zh'" src="@/assets/zzlogo2.png" alt="" />
<img v-else-if="NODE_ENV === 'usa'" src="@/assets/zzlogo-usa.png" alt="" class="usa-logo" /> <img v-else-if="NODE_ENV === 'usa'" src="@/assets/zzlogo-usa.png" alt="" class="usa-logo" />
<img v-else src="@/assets/zzlogo4.png" alt="" /> <img v-else src="@/assets/zzlogo2.png" alt="" />
</div> </div>
<div :class="{ <div :class="{
'login-image': true, 'login-image': true,
@ -111,16 +111,16 @@
</div> </div>
</div> </div>
<div v-if="language === 'zh'" class="login-footer"> <div v-if="language === 'zh'" class="login-footer">
<span>Copyright © {{ new Date().getFullYear() }} 上海展影医疗科技有限公司 <span>Copyright © {{ new Date().getFullYear() }} 睿佳武汉软件科技有限公司
版权所有</span> 版权所有</span>
<span> | </span> <span> | </span>
<a target="_blank" href="https://beian.miit.gov.cn/"> <a target="_blank" href="https://beian.miit.gov.cn/">
<span> 沪ICP备2021037850-2 </span> <span> 鄂ICP备16002609号 </span>
</a> </a>
<span> | </span> <span> | </span>
<a target="_blank" href="http://www.beian.gov.cn/portal/registerSystemInfo?recordcode=31011002005859"> <a target="_blank" href="http://www.beian.gov.cn/portal/registerSystemInfo?recordcode=31011002005859">
<img src="@/assets/filing.png" /> <img src="@/assets/filing.png" />
<span>沪公网安备 31011002005859</span> <!-- <span>沪公网安备 31011002005859</span> -->
</a> </a>
<a @click="openAbout"> <a @click="openAbout">
<span style="color: #428bca">关于</span> <span style="color: #428bca">关于</span>
@ -162,7 +162,7 @@
V{{ $version.IsEnv_US ? $version.Version_US : $version.Version }} V{{ $version.IsEnv_US ? $version.Version_US : $version.Version }}
</p> </p>
<p style="margin-bottom: 20px" v-if="language === 'zh'"> <p style="margin-bottom: 20px" v-if="language === 'zh'">
Copyright © {{ new Date().getFullYear() }} 上海展影医疗科技有限公司 Copyright © {{ new Date().getFullYear() }} 睿佳武汉软件科技有限公司
版权所有 版权所有
</p> </p>
<p style="margin-bottom: 20px" v-else-if="NODE_ENV === 'usa'"> <p style="margin-bottom: 20px" v-else-if="NODE_ENV === 'usa'">
@ -682,7 +682,7 @@ $light_gray: #606266;
left: 50px; left: 50px;
img { img {
height: 40px; height: 70px;
} }
.usa-logo { .usa-logo {

View File

@ -120,7 +120,7 @@ export default {
// if (this.VUE_APP_OSS_PATH === '/uat/dist') { // if (this.VUE_APP_OSS_PATH === '/uat/dist') {
// this.form = { // this.form = {
// EmailFromEmail: 'uat@extimaging.com', // EmailFromEmail: 'uat@extimaging.com',
// EmailFromName: 'Uat EIC lmaging Trial Management System', // EmailFromName: 'Uat RPC lmaging Trial Management System',
// EmailAuthorizationCode: 'SHzyyl2021', // EmailAuthorizationCode: 'SHzyyl2021',
// EmailSMTPServerAddress: 'smtp.qiye.aliyun.com', // EmailSMTPServerAddress: 'smtp.qiye.aliyun.com',
// EmailSMTPServerPort: 465, // EmailSMTPServerPort: 465,
@ -130,7 +130,7 @@ export default {
// if (this.VUE_APP_OSS_PATH === '/test/dist') { // if (this.VUE_APP_OSS_PATH === '/test/dist') {
// this.form = { // this.form = {
// EmailFromEmail: 'test@extimaging.com', // EmailFromEmail: 'test@extimaging.com',
// EmailFromName: 'Test EIC lmaging Trial Management System', // EmailFromName: 'Test RPC lmaging Trial Management System',
// EmailAuthorizationCode: 'SHzyyl2021', // EmailAuthorizationCode: 'SHzyyl2021',
// EmailSMTPServerAddress: 'smtp.qiye.aliyun.com', // EmailSMTPServerAddress: 'smtp.qiye.aliyun.com',
// EmailSMTPServerPort: 465, // EmailSMTPServerPort: 465,

View File

@ -11,7 +11,7 @@ const webpack = require('webpack')
const defaultSettings = require('./src/settings.js') const defaultSettings = require('./src/settings.js')
const moment = require('moment') const moment = require('moment')
var distDate = moment(new Date()).format('YYYY-MM-DD') var distDate = moment(new Date()).format('YYYY-MM-DD')
const name = process.env.NODE_ENV === 'usa' ? 'Imaging Trial Management System' : defaultSettings.title || 'EIC lmaging Trial Management System' // page title const name = process.env.NODE_ENV === 'usa' ? 'Imaging Trial Management System' : defaultSettings.title || 'RPC lmaging Trial Management System' // page title
// const BundleAnalyzerPlugin = require('webpack-bundle-analyzer').BundleAnalyzerPlugin // const BundleAnalyzerPlugin = require('webpack-bundle-analyzer').BundleAnalyzerPlugin
// eslint-disable-next-line no-undef // eslint-disable-next-line no-undef
module.exports = defineConfig({ module.exports = defineConfig({