chuweiqiang 1 년 전
부모
커밋
9bdb49f00e
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      app/data/view/shop/goods/reject.html

+ 4 - 0
app/data/view/shop/goods/reject.html

@@ -52,6 +52,7 @@
                 <th class='text-left nowrap'>商家名称</th>
                 <th class='text-left nowrap'>商家电话</th>
                 <th class='text-left nowrap'>商品状态</th>
+                <th class='text-left nowrap'>驳回原因</th>
                 <th>操作</th>
             </tr>
             </thead>
@@ -106,6 +107,9 @@
                     <!--                        {/eq}-->
                     <!--                    </div>-->
                 </td>
+                <td>
+                    {$vo.examine_cause}
+                </td>
                 <!--                <td class='nowrap'>-->
                 <!--                    库存 <b>{$vo.stock_total}</b> 件;( 已销售 <b>{$vo.stock_sales}</b> 件 )-->
                 <!--                    <div class="notselect margin-top-5">-->