Compare commits

..

No commits in common. "d5b342ddc63f0732020754586bb9c5230858975d" and "bf57b75bedd785976af1f2d201b8fc2ab9a6b29f" have entirely different histories.

1 changed files with 1 additions and 12 deletions

View File

@ -620,18 +620,7 @@
]"
circle
icon="el-icon-folder-opened"
:disabled="
(scope.row.TrialStatusStr === 'Initializing' &&
!hasPermi(['role:pm'])) ||
scope.row.IsDeleted ||
((scope.row.TrialStatusStr === 'Completed' ||
scope.row.TrialStatusStr === 'Stopped') &&
!(
hasPermi(['role:qa']) ||
hasPermi(['role:ea']) ||
hasPermi(['role:pm'])
))
"
:disabled="scope.row.IsDeleted"
:title="$t('trials:trials-list:action:trialDocument')"
@click.stop="toTrialDocument(scope.row)"
/>