工作台用户名
parent
6e4a674b62
commit
d131953beb
|
@ -157,7 +157,8 @@ export default {
|
||||||
var params = {
|
var params = {
|
||||||
TrialId: this.$route.query.trialId,
|
TrialId: this.$route.query.trialId,
|
||||||
SubejctIdList: this.SelectList.map(v => v.SubjectId),
|
SubejctIdList: this.SelectList.map(v => v.SubjectId),
|
||||||
IsAutoAllocateGenerateTask: IsAutoAllocateGenerateTask
|
IsAutoAllocateGenerateTask: IsAutoAllocateGenerateTask,
|
||||||
|
TrialReadingCriterionId: this.TrialReadingCriterionId
|
||||||
}
|
}
|
||||||
confirmGenerateGroupConsistentTask(params).then(res => {
|
confirmGenerateGroupConsistentTask(params).then(res => {
|
||||||
this.loading = false
|
this.loading = false
|
||||||
|
|
|
@ -70,7 +70,7 @@
|
||||||
<div style="padding: 12px">
|
<div style="padding: 12px">
|
||||||
<div class="user-profile-wrapper" style="padding: 24px 0 24px 12px;">
|
<div class="user-profile-wrapper" style="padding: 24px 0 24px 12px;">
|
||||||
<div style="display: flex;align-items: center;margin-bottom: 20px;" class="user-info">
|
<div style="display: flex;align-items: center;margin-bottom: 20px;" class="user-info">
|
||||||
<div style="margin-right: 0.75rem;background: #428bca;width: 44px;height: 44px;border-radius: 50%;line-height: 44px;text-align: center;font-size: 12px;color:#fff;">
|
<div style="margin-right: 0.75rem;background: #428bca;width: 44px;height: 44px;border-radius: 50%;line-height: 44px;text-align: center;font-size: 12px;color:#fff;overflow: hidden">
|
||||||
{{ user.LastName }}
|
{{ user.LastName }}
|
||||||
</div>
|
</div>
|
||||||
<div class="user-description" style="">
|
<div class="user-description" style="">
|
||||||
|
@ -98,7 +98,7 @@
|
||||||
<!-- </div>-->
|
<!-- </div>-->
|
||||||
<!-- </div>-->
|
<!-- </div>-->
|
||||||
<div class="thy-divider" style="border-top: 1px solid #eee;margin: 0;"></div>
|
<div class="thy-divider" style="border-top: 1px solid #eee;margin: 0;"></div>
|
||||||
<div class="my_select_title">{{ $t('trials:workbench:title:padding') }}</div>
|
<div class="my_select_title" style="font-size: 18px">{{ $t('trials:workbench:title:padding') }}</div>
|
||||||
<div class="my_select">
|
<div class="my_select">
|
||||||
<!-- PM/APM -->
|
<!-- PM/APM -->
|
||||||
<!-- 阅片期 -->
|
<!-- 阅片期 -->
|
||||||
|
@ -227,7 +227,7 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="thy-divider" style="border-top: 1px solid #eee;margin: 0;"></div>
|
<div class="thy-divider" style="border-top: 1px solid #eee;margin: 0;"></div>
|
||||||
<div class="my_select_title">{{ $t('trials:workbench:title:my') }}</div>
|
<div class="my_select_title" style="font-size: 18px">{{ $t('trials:workbench:title:my') }}</div>
|
||||||
<div class="my_select">
|
<div class="my_select">
|
||||||
<!-- 项目已签署文件 -->
|
<!-- 项目已签署文件 -->
|
||||||
<div class="my_select_box" :class="{selected: selected === 'NeedSignedTrialDoc'}" tab-data="NeedSignedTrialDoc" @click="selected = 'NeedSignedTrialDoc'" v-if="!hasPermi(['role:zys'])">
|
<div class="my_select_box" :class="{selected: selected === 'NeedSignedTrialDoc'}" tab-data="NeedSignedTrialDoc" @click="selected = 'NeedSignedTrialDoc'" v-if="!hasPermi(['role:zys'])">
|
||||||
|
|
Loading…
Reference in New Issue