Compare commits

..

No commits in common. "5bbbdb0a973c24a86e93b808ed42ba075d414b71" and "cbcc11fe972013b604330fb184c7a0b66305a17b" have entirely different histories.

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)">
{{ question.IsPreinstall ? $t('CustomizeQuestionFormItem:button:assessment') : $t('common:button:edit') }} {{ $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"