|
@@ -45,7 +45,7 @@
|
|
<hc-icon name="search" class="text-white" />
|
|
<hc-icon name="search" class="text-white" />
|
|
<span class="text-white">搜索</span>
|
|
<span class="text-white">搜索</span>
|
|
</el-button>
|
|
</el-button>
|
|
- <el-button color=" #6DC2FF" type="info" class="ml-2" :disabled="tableCheckedKeys.length === 0">
|
|
|
|
|
|
+ <el-button color=" #6DC2FF" type="info" class="ml-2" :disabled="tableCheckedKeys.length === 0" @click="exportClick">
|
|
<hc-icon name="download" class="text-white" />
|
|
<hc-icon name="download" class="text-white" />
|
|
<span class="text-white">批量导出</span>
|
|
<span class="text-white">批量导出</span>
|
|
</el-button>
|
|
</el-button>
|
|
@@ -76,8 +76,8 @@
|
|
/>
|
|
/>
|
|
</hc-dialog>
|
|
</hc-dialog>
|
|
<!-- 导出弹窗 -->
|
|
<!-- 导出弹窗 -->
|
|
- <hc-dialog v-model="exportModal" title="撤销">
|
|
|
|
- <el-alert title="确定导出项目预警数据?" type="warning" show-icon class="mb-4" :closable="false" />
|
|
|
|
|
|
+ <hc-dialog v-model="exportModal" title="导出">
|
|
|
|
+ <el-alert title="确定导出项目预警数据?" type="warning" show-icon class="export mb-4" :closable="false" />
|
|
</hc-dialog>
|
|
</hc-dialog>
|
|
</div>
|
|
</div>
|
|
</template>
|
|
</template>
|
|
@@ -170,3 +170,7 @@ const exportClick = (row)=>{
|
|
width: 100%;
|
|
width: 100%;
|
|
}
|
|
}
|
|
</style>
|
|
</style>
|
|
|
|
+
|
|
|
|
+<style>
|
|
|
|
+
|
|
|
|
+</style>
|