[FIX][UI]add button disabeld when isDetails (#3611)
This commit is contained in:
parent
908dba4ba6
commit
fbeadfdd58
|
|
@ -82,7 +82,7 @@
|
|||
</div>
|
||||
</template>
|
||||
<x-button type="text" @click="close()"> {{$t('Cancel')}} </x-button>
|
||||
<x-button type="primary" shape="circle" @click="ok()">{{$t('Add')}}</x-button>
|
||||
<x-button type="primary" shape="circle" :disabled="isDetails" @click="ok()">{{$t('Add')}}</x-button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue