报表确认, bug

This commit is contained in:
helloDy
2024-04-26 16:14:47 +08:00
parent e7f21456a3
commit b81c95f796
7 changed files with 57 additions and 53 deletions

View File

@@ -1,8 +1,8 @@
<!--
* @Author: zhp
* @Date: 2024-04-18 15:07:53
* @LastEditTime: 2024-04-26 10:44:41
* @LastEditors: zhp
* @LastEditTime: 2024-04-26 15:20:45
* @LastEditors: DY
* @Description:
-->
<template>
@@ -12,8 +12,7 @@
background: '#F2F4F9',
color: '#606266'
}" class="baseTable" border id="exportTable" :data="tableData" style="width: 100%" :span-method="objectSpanMethod">
<el-table-column :width="item.width" v-for="item in tableProps" :prop="item.prop" :label="item.label"
align="center">
<el-table-column :width="item.width" v-for="(item, index) in tableProps" :key="index" :prop="item.prop" :label="item.label" align="center">
</el-table-column>
</el-table>
<!-- <pagination :limit.sync="listQuery.pageSize" :page.sync="listQuery.pageNo" :total="listQuery.total"
@@ -56,7 +55,7 @@ const tableProps = [
},
{
prop: 'dataType',
label: '类',
label: '类',
width: '150',
},
{