Compare commits
No commits in common. "d5b342ddc63f0732020754586bb9c5230858975d" and "bf57b75bedd785976af1f2d201b8fc2ab9a6b29f" have entirely different histories.
d5b342ddc6
...
bf57b75bed
|
@ -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)"
|
||||
/>
|
||||
|
|
Loading…
Reference in New Issue