Commit 7c600074 authored by 黄奎's avatar 黄奎

页面修改

parent df0c2c81
......@@ -29,15 +29,15 @@
<div class="clearfix"></div>
<table class="singeRowTable" border="0" cellspacing="0" cellpadding="0" v-loading="loading">
<tr>
<th width="150">做账主体</th>
<th width="170">团号</th>
<th width="130">做账主体</th>
<th width="160">团号</th>
<th width="150">手配定团号</th>
<th width="120">订单人数</th>
<th width="120">单价(日元)</th>
<th width="100">订单人数</th>
<th width="100">单价(日元)</th>
<th>泊数/日期</th>
<th width="170">小计(日元)</th>
<th width="170">小计(人民币)</th>
<th width="170">单号</th>
<th width="100">小计(日元)</th>
<th width="100">小计(人民币)</th>
<th width="100">单号</th>
</tr>
<tbody v-for="(item,index) in dataList" :key="index">
<template v-for="(subItem,subIndex) in item.SubList">
......
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