소스 검색

列表增加“推送状态”“单据状态”固定列

jbb 2 년 전
부모
커밋
6496859ae4
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/views/advance-packingList/adPaList-clothes.vue

+ 2 - 2
src/views/advance-packingList/adPaList-clothes.vue

@@ -416,7 +416,7 @@ export default {
           dataIndex: 'pushStatus',
           width: 80,
           scopedSlots: { customRender: 'pushStatesSlot' },
-          // fixed: 'right',
+          fixed: 'right',
           className: 'replacecolor'
         },
 
@@ -425,7 +425,7 @@ export default {
           dataIndex: 'status',
           width: 80,
           scopedSlots: { customRender: 'statusSlot' },
-          // fixed: 'right',
+          fixed: 'right',
           className: 'replacecolor'
         },
         // {