浏览代码

修改未发数量字段位置

hezhanp 9 月之前
父节点
当前提交
ba72c55b47
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 0 2
      src/views/saleManage/saleOrder/invoice/components/product-listNew.vue

+ 0 - 2
src/views/saleManage/saleOrder/invoice/components/product-listNew.vue

@@ -195,14 +195,12 @@
             prop: 'sendTotalCount',
             label: '已发货数量',
             align: 'center',
-            fixed: 'right'
           },
           {
             minWidth: 110,
             prop: 'notSendTotalCount',
             label: '未发货数量',
             align: 'center',
-            fixed: 'right'
           },
 
           {