1 жил өмнө
parent
commit
b7652c6f30

+ 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: '最高库存',