修改浙江无线bug
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user