入项资格确认书的pdf预览方式调整
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
3dddbafd04
commit
371a3acff2
|
@ -259,18 +259,10 @@
|
||||||
>
|
>
|
||||||
<el-button
|
<el-button
|
||||||
type="text"
|
type="text"
|
||||||
@click="
|
@click="preview(scope.row, ite.TrialReadingCriterionId)"
|
||||||
windowOpen(
|
|
||||||
scope.row.CriterionCategoryList.find((v) => {
|
|
||||||
return (
|
|
||||||
v.TrialReadingCriterionId ===
|
|
||||||
ite.TrialReadingCriterionId
|
|
||||||
)
|
|
||||||
}).AcknowledgementCriterionFileList[0].FilePath
|
|
||||||
)
|
|
||||||
"
|
|
||||||
>View</el-button
|
|
||||||
>
|
>
|
||||||
|
View
|
||||||
|
</el-button>
|
||||||
</div>
|
</div>
|
||||||
<div v-else>
|
<div v-else>
|
||||||
<span>{{ $t('trials:enrolledReviews:label:notUpload') }}</span>
|
<span>{{ $t('trials:enrolledReviews:label:notUpload') }}</span>
|
||||||
|
|
Loading…
Reference in New Issue