Merge branch 'main' of https://gitea.frp.extimaging.com/XCKJ/irc_web into main
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
commit
0f50ff6ded
|
@ -140,7 +140,9 @@
|
||||||
>
|
>
|
||||||
<el-input
|
<el-input
|
||||||
v-model="basicInfo.EMail"
|
v-model="basicInfo.EMail"
|
||||||
:disabled="$route.query.ReviewStatus === '1'"
|
:disabled="
|
||||||
|
$route.query.ReviewStatus === '1' || basicInfo.IsHaveAccount
|
||||||
|
"
|
||||||
size="small"
|
size="small"
|
||||||
:maxlength="400"
|
:maxlength="400"
|
||||||
/>
|
/>
|
||||||
|
|
|
@ -341,9 +341,9 @@
|
||||||
{{ scope.row.NoneDicomStudyCount }}</span
|
{{ scope.row.NoneDicomStudyCount }}</span
|
||||||
> -->
|
> -->
|
||||||
</div>
|
</div>
|
||||||
|
<!--scope.row.IsBaseLine &&-->
|
||||||
<span>
|
<span>
|
||||||
{{
|
{{
|
||||||
scope.row.IsBaseLine &&
|
|
||||||
otherInfo.ClinicalInformationTransmissionEnum > 0
|
otherInfo.ClinicalInformationTransmissionEnum > 0
|
||||||
? [
|
? [
|
||||||
scope.row.DicomStudyCount,
|
scope.row.DicomStudyCount,
|
||||||
|
|
Loading…
Reference in New Issue