mirror of
https://github.com/jeecgboot/jeecg-boot.git
synced 2025-09-29 03:24:22 +00:00
禁用不好使
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<a-upload name="file" :showUploadList="false" :customRequest="(file) => onClick(file)">
|
||||
<Button :type="type" :class="getButtonClass">
|
||||
<Button :type="type" :class="getButtonClass" :disabled="props.disabled">
|
||||
<template #default="data">
|
||||
<Icon :icon="preIcon" v-if="preIcon" :size="iconSize" />
|
||||
<slot v-bind="data || {}"></slot>
|
||||
|
Reference in New Issue
Block a user