Merge branch 'main' of https://gitea.frp.extimaging.com/XCKJ/irc_web into main
continuous-integration/drone/push Build is passing Details

uat
caiyiling 2025-02-17 17:18:04 +08:00
commit 0f50ff6ded
2 changed files with 4 additions and 2 deletions

View File

@ -140,7 +140,9 @@
>
<el-input
v-model="basicInfo.EMail"
:disabled="$route.query.ReviewStatus === '1'"
:disabled="
$route.query.ReviewStatus === '1' || basicInfo.IsHaveAccount
"
size="small"
:maxlength="400"
/>

View File

@ -341,9 +341,9 @@
{{ scope.row.NoneDicomStudyCount }}</span
> -->
</div>
<!--scope.row.IsBaseLine &&-->
<span>
{{
scope.row.IsBaseLine &&
otherInfo.ClinicalInformationTransmissionEnum > 0
? [
scope.row.DicomStudyCount,