[fix 87387] 禁用完善

This commit is contained in:
danshihao
2024-07-22 18:18:38 +08:00
parent c4cc5d126e
commit 5546995028
3 changed files with 14 additions and 5 deletions
@@ -32,6 +32,7 @@
<template v-slot:decompositionSource="{text, record}">
<a-select v-model="record.decompositionSource"
@change="handleChangeDecompositionSource"
:disabled="disabled"
:placeholder="$t('pleaseSelect') + $t('workCenter.standardInterpretationProcess.decompositionOrderSource')"
style="width: 100%;">
<a-select-option v-for="item in decompositionSourceList"
@@ -35,7 +35,7 @@
</a-form>
<div class="mb-20">
<!-- 下一步-->
<a-button icon="arrow-down" type="primary" ghost @click="handleNextStep" :disabled="isNextStep">{{ $t('next') }}</a-button>
<a-button icon="arrow-down" type="primary" ghost @click="handleNextStep" :disabled="disabled || isNextStep">{{ $t('next') }}</a-button>
</div>
<!-- 确认下一步展示 -->
<template v-if="isNextStep">