Browse Source

no message

linwenxin 1 năm trước cách đây
mục cha
commit
36e55ae91d

+ 2 - 0
src/views/setting/tradeInConfig/pages/categoryAllocation.vue

@@ -179,6 +179,8 @@ export default {
           "status": 'ON',
           "typeAttribute": this.item?.typeAttribute,
           "remark": "",
+          "maxPrice":"",
+          "minPrice":"",
           isRowEdit: true
         },
         ...list.map(item => ({ ...item, isRowEdit: false }))