init reportSheet

This commit is contained in:
2022-08-19 16:06:51 +08:00
parent 197b4734d5
commit fef9bca0ae
6 changed files with 674 additions and 1 deletions

View File

@@ -17,7 +17,7 @@
<!-- 普通的表头 -->
<el-table-column
v-else
:key="idx"
:key="idx+'else'"
:label="head.label ? head.label : head.name"
:prop="head.prop"
:width="head.width"