阅片预设列表按钮国际化修改
continuous-integration/drone/push Build encountered an error Details

main
wangxiaoshuang 2025-10-16 14:54:53 +08:00
parent feb205d05e
commit cbb73d68e1
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@
v-if="readingTaskState < 2" fixed="right"> v-if="readingTaskState < 2" fixed="right">
<template slot-scope="scope"> <template slot-scope="scope">
<el-button type="text" size="mini" @click="openAddTableCol(question, scope.$index)"> <el-button type="text" size="mini" @click="openAddTableCol(question, scope.$index)">
{{ $t('common:button:edit') }} {{ question.IsPreinstall ? $t('CustomizeQuestionFormItem:button:assessment') : $t('common:button:edit') }}
</el-button> </el-button>
<el-button type="text" size="mini" :disabled="addOrEdit.visible" <el-button type="text" size="mini" :disabled="addOrEdit.visible"
v-if="(scope.row.IsCurrentTaskAdd === 'True' || !question.IsCopyLesions || isBaseline) && !question.IsPreinstall" v-if="(scope.row.IsCurrentTaskAdd === 'True' || !question.IsCopyLesions || isBaseline) && !question.IsPreinstall"