修改浙江无线bug

This commit is contained in:
GGJ
2024-11-28 16:26:21 +08:00
parent da184e1a37
commit 6522aaa499
7 changed files with 23 additions and 19 deletions

View File

@@ -7,10 +7,7 @@
<el-button :loading="loading" style="margin-left: 10px" type="primary" @click="submitUpload">
上传离线数据
</el-button>
<el-button type="primary" @click="handleUpload" :loading="loading"
:disabled="offLineFileList.length == 0 || disableHandleUpload">
开始上传
</el-button>
<el-button type="primary" @click="removeAllFile" :loading="loading"
:disabled="offLineFileList.length == 0">
重置上传文件
@@ -45,7 +42,11 @@
<template #footer>
<div class="dialog-footer">
<!-- <el-button @click="close">取消</el-button> -->
<el-button type="primary" @click="close">确定</el-button>
<!-- <el-button type="primary" @click="close">确定</el-button> -->
<el-button type="primary" @click="handleUpload" :loading="loading"
:disabled="offLineFileList.length == 0 || disableHandleUpload">
开始上传
</el-button>
</div>
</template>
</el-dialog>