mirror of
				https://gitee.com/hhyykk/ipms-sjy-ui.git
				synced 2025-11-04 20:28:45 +08:00 
			
		
		
		
	【添加】列表添加优惠类型字段
This commit is contained in:
		@@ -72,6 +72,17 @@ const crudSchemas = reactive<CrudSchema[]>([
 | 
			
		||||
      width: 120
 | 
			
		||||
    }
 | 
			
		||||
  },
 | 
			
		||||
  {
 | 
			
		||||
    label: '优惠类型',
 | 
			
		||||
    field: 'discountType',
 | 
			
		||||
    dictType: DICT_TYPE.PROMOTION_DISCOUNT_TYPE,
 | 
			
		||||
    dictClass: 'number',
 | 
			
		||||
    isSearch: true,
 | 
			
		||||
    form: {
 | 
			
		||||
      component: 'Radio',
 | 
			
		||||
      value: 1
 | 
			
		||||
    }
 | 
			
		||||
  },
 | 
			
		||||
  {
 | 
			
		||||
    label: '活动商品',
 | 
			
		||||
    field: 'spuId',
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user