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

main
wangxiaoshuang 2025-07-25 15:04:10 +08:00
parent ee545589af
commit 3f69434251
1 changed files with 1 additions and 1 deletions

View File

@ -318,7 +318,7 @@
:disabled="!scope.row.IsHaveQuestion || scope.row.IsInvalid" :disabled="!scope.row.IsHaveQuestion || scope.row.IsInvalid"
circle circle
:title="$t('trials:medicalFeedback:table:view')" :title="$t('trials:medicalFeedback:table:view')"
icon="el-icon-edit-outline" icon="el-icon-view"
@click="handleReadMecialAudit(scope.row)" @click="handleReadMecialAudit(scope.row)"
/> />
<!-- 回复:disabled="!scope.row.IsHaveQuestion || scope.row.IsInvalid" --> <!-- 回复:disabled="!scope.row.IsHaveQuestion || scope.row.IsInvalid" -->