Commit a9855501 authored by 黄奎's avatar 黄奎

页面修改

parent f8796251
...@@ -76,13 +76,13 @@ ...@@ -76,13 +76,13 @@
<th>接单领队</th> <th>接单领队</th>
<th>{{$t('system.table_operation')}}</th> <th>{{$t('system.table_operation')}}</th>
</tr> </tr>
<tbody v-for="item in dataList"> <tbody v-for="item in dataList" :key="item.CorderId">
<tr> <tr>
<td>{{item.CorderId}}</td> <td>{{item.CorderId}}</td>
<td>{{item.AccountName}}</td> <td>{{item.AccountName}}</td>
<td> <td>
<template v-if="item.OrderDetailsList && item.OrderDetailsList.length>0" <template v-if="item.OrderDetailsList && item.OrderDetailsList.length>0"
v-for="subItem in item.OrderDetailsList"> v-for="subItem in item.OrderDetailsList" >
<p> 商品名称: {{subItem.CommodityName}}</p> <p> 商品名称: {{subItem.CommodityName}}</p>
<p> 价格信息: {{subItem.CommodityNum}}(数量) * {{subItem.CommodityPrice}}(单价) </p> <p> 价格信息: {{subItem.CommodityNum}}(数量) * {{subItem.CommodityPrice}}(单价) </p>
</template> </template>
......
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