Compare commits
No commits in common. "5bbbdb0a973c24a86e93b808ed42ba075d414b71" and "cbcc11fe972013b604330fb184c7a0b66305a17b" have entirely different histories.
5bbbdb0a97
...
cbcc11fe97
|
|
@ -36,7 +36,7 @@
|
|||
v-if="readingTaskState < 2" fixed="right">
|
||||
<template slot-scope="scope">
|
||||
<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 type="text" size="mini" :disabled="addOrEdit.visible"
|
||||
v-if="(scope.row.IsCurrentTaskAdd === 'True' || !question.IsCopyLesions || isBaseline) && !question.IsPreinstall"
|
||||
|
|
|
|||
Loading…
Reference in New Issue