Commit 8c895a99 authored by tanghao's avatar tanghao

123

parent 0b968b5c
......@@ -66,6 +66,8 @@
<vxe-table :data="row.sizeListDto.sizeList" size="mini" max-height="400px" align="center">
<vxe-column field="size" title="尺码" width="100"></vxe-column>
<vxe-column field="num" title="尺码数量" width="100"></vxe-column>
<vxe-column field="lossNum" title="loss" width="100"></vxe-column>
<vxe-column field="sampleNum" title="样品数" width="100"></vxe-column>
<vxe-colgroup title="全码对照" v-if="row.sizeListDto.referTitles.length>0">
<vxe-column v-for="(title) in row.sizeListDto.referTitles" :title="title">
<template #default="{ row }">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment