소스 검색

修改未发数量字段位置

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'
           },
 
           {