国际化更改
parent
2d93a1a5ac
commit
630e551750
|
@ -15,7 +15,7 @@
|
||||||
accept=".pdf"
|
accept=".pdf"
|
||||||
>
|
>
|
||||||
<el-button size="small" type="primary" :disabled="btnDisabled || $route.query.ReviewStatus === '1'" >{{ $t('system:GcpCertificate:upload:Upload') }}</el-button>
|
<el-button size="small" type="primary" :disabled="btnDisabled || $route.query.ReviewStatus === '1'" >{{ $t('system:GcpCertificate:upload:Upload') }}</el-button>
|
||||||
<span slot="tip" class="el-upload__tip">{{$t('system:GcpCertificate:tap:must2') }}</span>
|
<span slot="tip" class="el-upload__tip">{{$t('system:tip:file:pdf') }}</span>
|
||||||
</el-upload>
|
</el-upload>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
<div class="upload-content">
|
<div class="upload-content">
|
||||||
<upload-files ref="uploadAgreement" :disabled="$route.query.ReviewStatus === '1'" :doctor-id="doctorId" type="Consultant Agreement" accept=".pdf" @getFileList="getFileList" />
|
<upload-files ref="uploadAgreement" :disabled="$route.query.ReviewStatus === '1'" :doctor-id="doctorId" type="Consultant Agreement" accept=".pdf" @getFileList="getFileList" />
|
||||||
</div>
|
</div>
|
||||||
<p>{{ $t('system:Agreements:tap:must') }}</p>
|
<p>{{ $t('system:tip:file:pdf') }}</p>
|
||||||
</div>
|
</div>
|
||||||
<div v-if="!$route.query.ReviewStatus">
|
<div v-if="!$route.query.ReviewStatus">
|
||||||
<el-table :data="agreementList" size="small">
|
<el-table :data="agreementList" size="small">
|
||||||
|
|
|
@ -20,7 +20,7 @@
|
||||||
accept=".pdf"
|
accept=".pdf"
|
||||||
>
|
>
|
||||||
<el-button size="small" type="primary" :loading="btnDisabled">{{ $t('system:GcpCertificate:upload:Upload') }}</el-button>
|
<el-button size="small" type="primary" :loading="btnDisabled">{{ $t('system:GcpCertificate:upload:Upload') }}</el-button>
|
||||||
<span slot="tip" style="margin-left:10px;" class="el-upload__tip">{{ $t('system:GcpCertificate:tap:must') }}</span>
|
<span slot="tip" style="margin-left:10px;" class="el-upload__tip">{{ $t('system:tip:file:pdf') }}</span>
|
||||||
</el-upload>
|
</el-upload>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
|
@ -153,7 +153,7 @@ export default {
|
||||||
if (res.IsSuccess) {
|
if (res.IsSuccess) {
|
||||||
this.fileList[0].id = res.Result[0].Id
|
this.fileList[0].id = res.Result[0].Id
|
||||||
this.GCPID = res.Result[0].Id
|
this.GCPID = res.Result[0].Id
|
||||||
this.$message.success('Uploaded successfully')
|
this.$message.success(this.$t('common:message:savedSuccessfully'))
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
.catch(() => {
|
.catch(() => {
|
||||||
|
@ -165,7 +165,7 @@ export default {
|
||||||
if (isValidFile) {
|
if (isValidFile) {
|
||||||
this.fileList = []
|
this.fileList = []
|
||||||
} else {
|
} else {
|
||||||
this.$alert('must be in pdf format')
|
this.$alert(this.$t('trials:attachment:message:pdf'))
|
||||||
return false
|
return false
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
|
@ -19,7 +19,7 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<p>{{ $t('system:GcpCertificate:tap:must') }}</p>
|
<p>{{ $t('system:tip:file:docx') }}</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="resumeTbl">
|
<div class="resumeTbl">
|
||||||
<el-table :data="resumeListEN" size="small">
|
<el-table :data="resumeListEN" size="small">
|
||||||
|
@ -78,7 +78,7 @@
|
||||||
</el-upload>
|
</el-upload>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<p>{{ $t('system:GcpCertificate:tap:must') }}</p>
|
<p>{{ $t('system:tip:file:docx') }}</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="resumeTbl">
|
<div class="resumeTbl">
|
||||||
<el-table :data="resumeListCN" size="small">
|
<el-table :data="resumeListCN" size="small">
|
||||||
|
|
|
@ -14,7 +14,7 @@
|
||||||
accept=".pdf"
|
accept=".pdf"
|
||||||
>
|
>
|
||||||
<el-button size="small" type="primary" :loading="btnDisabled">{{ $t('trials:enrolledReviews:button:upload') }}</el-button>
|
<el-button size="small" type="primary" :loading="btnDisabled">{{ $t('trials:enrolledReviews:button:upload') }}</el-button>
|
||||||
<span slot="tip" class="el-upload__tip">{{ `(${$t('trials:enrolledReviews:label:mustBepdf')})` }}</span>
|
<span slot="tip" class="el-upload__tip">{{ $t('system:tip:file:pdf') }}</span>
|
||||||
</el-upload>
|
</el-upload>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
|
@ -48,7 +48,7 @@
|
||||||
style="margin-left:10px;"
|
style="margin-left:10px;"
|
||||||
class="el-upload__tip"
|
class="el-upload__tip"
|
||||||
>
|
>
|
||||||
({{ $t('trials:attachment:message:pdf') }})
|
{{ $t('system:tip:file:pdf') }}
|
||||||
</span>
|
</span>
|
||||||
</el-upload>
|
</el-upload>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -132,7 +132,7 @@
|
||||||
class="el-upload__tip"
|
class="el-upload__tip"
|
||||||
>
|
>
|
||||||
<!-- (必须是doc/docx格式) -->
|
<!-- (必须是doc/docx格式) -->
|
||||||
{{ $t('trials:processCfg:title:docFormat') }}
|
{{ $t('system:tip:file:docx') }}
|
||||||
</span>
|
</span>
|
||||||
</el-upload>
|
</el-upload>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue