Просмотр исходного кода

Merge branch 'linwenxin_dev' of https://gogs.zfire.top/zfire-front/zfire-newmall-admin into develop

linwenxin 1 год назад
Родитель
Сommit
2220cb3a15
1 измененных файлов с 2 добавлено и 0 удалено
  1. 2 0
      src/views/setting/tradeInConfig/pages/categoryAllocation.vue

+ 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 }))