ea权限配置
parent
78685918a9
commit
68ea60857d
|
@ -8,6 +8,7 @@
|
|||
type="primary"
|
||||
:disabled="approveIdArr.length==0"
|
||||
@click="handleApprove()"
|
||||
v-hasPermi="['trials:trials-panel:attachments:SPMEnrollment:button-agree']"
|
||||
>
|
||||
{{ $t('trials:seletctedReviews:button:approve') }}
|
||||
</el-button>
|
||||
|
@ -110,6 +111,7 @@
|
|||
/>
|
||||
<!-- 同意 -->
|
||||
<el-button
|
||||
v-hasPermi="['trials:trials-panel:attachments:SPMEnrollment:button-agree']"
|
||||
:disabled="scope.row.DoctorTrialState === 8"
|
||||
icon="el-icon-check"
|
||||
circle
|
||||
|
|
Loading…
Reference in New Issue