下一步的禁用条件
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -189,7 +189,7 @@ | ... | @@ -189,7 +189,7 @@ |
| 189 | <template v-if="step == 0"> | 189 | <template v-if="step == 0"> |
| 190 | <el-button @click="cancelTask">取消</el-button> | 190 | <el-button @click="cancelTask">取消</el-button> |
| 191 | <el-button type="primary" | 191 | <el-button type="primary" |
| 192 | :disabled="formRef?.formInline?.handleType == '02' && formRef?.formInline?.dataSource == 3 && dicomStatisticsData?.state == 'Y'" | 192 | :disabled="formRef?.formInline?.handleType == '02' && formRef?.formInline?.dataSource == 3 && dicomStatisticsData?.state != 'Y'" |
| 193 | @click="changeStep(formRef?.formInline?.handleType == '02' ? 3 : 2)">下一步</el-button> | 193 | @click="changeStep(formRef?.formInline?.handleType == '02' ? 3 : 2)">下一步</el-button> |
| 194 | </template> | 194 | </template> |
| 195 | <template v-else-if="step == 1"> | 195 | <template v-else-if="step == 1"> | ... | ... |
-
Please register or sign in to post a comment