@@ -96,7 +96,7 @@
|
||||
<el-table-column prop="BodyPartForEdit" :label="$t('trials:audit:table:bodyPart')" sortable>
|
||||
<template slot-scope="scope">
|
||||
<el-tooltip class="item" effect="dark" :content="$t('trials:audit:message:noBodyPartForEdit')"
|
||||
placement="bottom" v-if="!scope.row.BodyPartForEdit">
|
||||
placement="bottom" v-if="!scope.row.BodyPartForEdit && !scope.row.BodyPartForEditOther">
|
||||
<i class="el-icon-warning" style="color: #f44336; font-size: 16px" />
|
||||
</el-tooltip>
|
||||
<span v-else>{{
|
||||
|
||||
Reference in New Issue
Block a user