Compare commits
4 Commits
cbcc11fe97
...
5bbbdb0a97
| Author | SHA1 | Date |
|---|---|---|
|
|
5bbbdb0a97 | |
|
|
cbb73d68e1 | |
|
|
feb205d05e | |
|
|
ccc6ee90cb |
|
|
@ -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)">
|
||||
{{ $t('common:button:edit') }}
|
||||
{{ question.IsPreinstall ? $t('CustomizeQuestionFormItem:button:assessment') : $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