Browse Source

fix: 详情不能编辑

zh 2 years ago
parent
commit
db7a7af34d

+ 1 - 3
src/views/sales_control/sales_management/components/return_sales_details.vue

@@ -112,8 +112,7 @@ export default {
           prop: 'qty',
           align: 'left',
           label: '退货数量',
-          width: '180',
-          isInput: true
+          width: '180'
         },
 
         {
@@ -130,7 +129,6 @@ export default {
         {
           prop: 'notes',
           label: '备注',
-          isInput: true,
           type: 'text'
         }
       ],