瀏覽代碼

feat:订单打印-仓库字段显示

Moss 1 年之前
父節點
當前提交
79c87315bd
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/views/mallManagement/order/order_list/index.vue

+ 2 - 2
src/views/mallManagement/order/order_list/index.vue

@@ -1544,8 +1544,8 @@ export default {
               <td>${item.num}</td>
               <td>${item.price}</td>
               <td>${item.payAmount}</td>
-              <td></td>
-              <td></td>
+              <td>${data.storageName || ''}</td>
+              <td>${data.remark || ''}</td>
               </tr>
             `
 					})