1
continuous-integration/drone/push Build is passing Details

uat
wangxiaoshuang 2025-09-18 16:57:39 +08:00
parent 6eebf590f8
commit cfe03844a7
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@
<el-table-column prop="BodyPartForEdit" :label="$t('trials:audit:table:bodyPart')" sortable> <el-table-column prop="BodyPartForEdit" :label="$t('trials:audit:table:bodyPart')" sortable>
<template slot-scope="scope"> <template slot-scope="scope">
<el-tooltip class="item" effect="dark" :content="$t('trials:audit:message:noBodyPartForEdit')" <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" /> <i class="el-icon-warning" style="color: #f44336; font-size: 16px" />
</el-tooltip> </el-tooltip>
<span v-else>{{ <span v-else>{{