瀏覽代碼

修改未发数量字段位置

hezhanp 8 月之前
父節點
當前提交
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'
           },
 
           {