Commit 0b968b5c authored by tanghao's avatar tanghao

订单内容处理

parent 462a29f6
...@@ -38,7 +38,7 @@ ...@@ -38,7 +38,7 @@
> >
<vxe-column type="expand" title="尺码" width="120"> <vxe-column type="expand" title="尺码" width="120">
<template #default="{row}"> <template #default="{row}">
{{row.sizeListDto!==null?'尺码信息':'无尺码'}} {{row.sizeListDto.sizeList!==null?'尺码信息':'无尺码'}}
</template> </template>
<template #content="{ row }"> <template #content="{ row }">
<div style="width: 1024px" v-if="row.sizeListDto!=null"> <div style="width: 1024px" v-if="row.sizeListDto!=null">
...@@ -62,7 +62,7 @@ ...@@ -62,7 +62,7 @@
</el-row> </el-row>
<el-row> <el-row>
<el-col :span="24"> <el-col :span="24" v-if="row.sizeListDto.sizeList">
<vxe-table :data="row.sizeListDto.sizeList" size="mini" max-height="400px" align="center"> <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="size" title="尺码" width="100"></vxe-column>
<vxe-column field="num" title="尺码数量" width="100"></vxe-column> <vxe-column field="num" title="尺码数量" width="100"></vxe-column>
......
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