瀏覽代碼

【添加】列表添加优惠类型字段

痴货 9 月之前
父節點
當前提交
870a1c44e8
共有 1 個文件被更改,包括 11 次插入0 次删除
  1. 11 0
      src/views/mall/promotion/discountActivity/discountActivity.data.ts

+ 11 - 0
src/views/mall/promotion/discountActivity/discountActivity.data.ts

@@ -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',