преди 2 години
родител
ревизия
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: '最高库存',