1 년 전
부모
커밋
b7652c6f30
2개의 변경된 파일2개의 추가작업 그리고 4개의 파일을 삭제
  1. 1 2
      src/views/store/instoreform/InStoreForm.vue
  2. 1 2
      src/views/store/outstoreform/OutStoreForm.vue

+ 1 - 2
src/views/store/instoreform/InStoreForm.vue

@@ -273,8 +273,7 @@ export default {
           title: '当前库存',
           dataIndex: 'currentStock',
           checked: true,
-          width: '100px',
-          scopedSlots: { customRender: 'status' }
+          width: '100px'
         },
         {
           title: '最高库存',

+ 1 - 2
src/views/store/outstoreform/OutStoreForm.vue

@@ -270,8 +270,7 @@ export default {
           title: '当前库存',
           dataIndex: 'currentStock',
           checked: true,
-          width: '100px',
-          scopedSlots: { customRender: 'status' }
+          width: '100px'
         },
         {
           title: '最高库存',