Commit da81fde2 authored by 吴春's avatar 吴春

提交修改样式

parent 62b656ee
......@@ -49,20 +49,19 @@
<table style="margin-top:10px" class="myTable noHoverTable" v-loading="loading" border="0" cellspacing="0" cellpadding="0">
<thead>
<th width="75">申请状态</th>
<th>小程序名称</th>
<th>商户名称</th>
<th width="75">小程序名称</th>
<th width="75">商户名称</th>
<th width="250">商品名称</th>
<th width="120">商品规格</th>
<th>商品数量</th>
<th width="250">出库名称</th>
<th width="120">出库规格</th>
<th>出库数量</th>
<th width="75">订单号</th>
<th >出库名称</th>
<th >出库规格</th>
<th width="75">出库数量</th>
<th>出库状态</th>
<th>申请时间</th>
<th width="75">出库状态</th>
<th width="120">申请时间</th>
<th>操作</th>
<th width="120">操作</th>
</thead>
<tbody>
<template v-for="(item,index1) in tableData">
......@@ -75,9 +74,8 @@
<td :rowspan="item.WarehouseOutGoodsList.length" v-if="index==0">{{item.MallBaseName}}</td>
<td :rowspan="item.WarehouseOutGoodsList.length" v-if="index==0">{{item.TenantName}}</td>
<td >{{delist.GoodsName}}</td>
<td >{{delist.Specification}}</td>
<td >{{delist.Number}}</td>
<td >{{delist.OrderNo}}</td>
<td >{{delist.NewGoodsName}}</td>
<td >{{delist.NewSpecification}}</td>
<td >{{delist.NewNumber}}</td>
......
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