文件上传优化
This commit is contained in:
parent
289d31028f
commit
63a7ae55f0
|
|
@ -26,7 +26,7 @@
|
|||
<span v-if="!isUploading">确认</span>
|
||||
<span v-else>上传中...</span>
|
||||
</el-button>
|
||||
<el-button class="cancel-btn" @click="handleClose">取消</el-button>
|
||||
<el-button class="cancel-btn" @click="handleClose" :disabled="isUploading">取消</el-button>
|
||||
</div>
|
||||
</el-dialog>
|
||||
</template>
|
||||
|
|
|
|||
Loading…
Reference in New Issue