一个表格中表头显示 <el-table-column v-if="timetype == '0'" v-for="(item, index) in data.dayArr" :label="item" min-width="120" align="center"> <template #default="{ row }: { row: rangeClass }"> {{ comclass(item, row.schedules) }} </template> </el-table-column> 循环...
列表需要循环一个数组,数组里的对象有子数组也需要循环到表头和值,代码如下。这样写报错,循环不出来怎么办? <el-table :data="rowlist" border> <template slot-scope="scope"> <el-table-column v-for="(item, index) in scope.row.specs" :key="index" :label="item.name" :prop="item.value" align...
Labelexpo2022上海国际标签印刷展会 8月10日开幕! 厂家直销 多场景 上海禾欣展览服务有限公司 查看详情 ¥0.06/PCS 广东广州 可打印条码纸订制印刷 铜版不干胶标签贴 合成纸不干胶 可变信息标签 通用标签纸 打印贴纸 定制标签规格 距您较近 通用 广州日昇纸制品有限公司 3年 查看详情 面议 广东省广州市 ...
这样试试, 我没测试哈 <el-table :data="newList.customs[0].customerTotal.conamount"> <el-table-column v-for="item in newList.customs[0].customerTotal.conamount" :key="item.month" :label="item.month"> <template #default="{ row }"> {{ row.amount }} </template> </el-table-column...