6c226918 by lihua

下一步的禁用条件

1 parent 45b51d9b
...@@ -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">
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!