99c76192 by lihua

下一步的禁用条件

1 parent 9de23c1c
......@@ -189,7 +189,7 @@
<template v-if="step == 0">
<el-button @click="cancelTask">取消</el-button>
<el-button type="primary"
:disabled="formRef?.formInline?.handleType == '02' && formRef?.formInline?.dataSource == 3 && dicomStatisticsData?.state == 'Y'"
:disabled="formRef?.formInline?.handleType == '02' && formRef?.formInline?.dataSource == 3 && dicomStatisticsData?.state != 'Y'"
@click="changeStep(formRef?.formInline?.handleType == '02' ? 3 : 2)">下一步</el-button>
</template>
<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!