原始数据导出按钮、返回左侧树形列表接口调整

This commit is contained in:
caozehui
2025-01-13 14:22:54 +08:00
parent 17fe29cb1b
commit 7556f0e5bc
3 changed files with 5 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
<template>
<div class="table-main">
<el-table v-if="tableData.length > 0" :data="tableData" height="335px" :header-cell-style="{ textAlign: 'center' } "
<el-table v-if="tableData.length > 0" :data="tableData" height="357px" :header-cell-style="{ textAlign: 'center' } "
:cell-style="{ textAlign: 'center' }">
<!-- <el-table-column prop="chnNum" label="通道号" width="80">-->
<!-- <template #default="{row}">-->