[fix 87387] 禁用完善
This commit is contained in:
@@ -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"
|
||||
|
||||
+1
-1
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user