230320a303 1 year ago
parent
commit
058c155e29

File diff suppressed because it is too large
+ 0 - 0
dist/index.html


File diff suppressed because it is too large
+ 0 - 0
dist/static/css/chunk-695e9ada.6b9e25c5.css


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/app.874461a5.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-634f0541.7a6cc889.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-695e9ada.a8ef4f5d.js


+ 1 - 0
src/views/user/appScoreRule.vue

@@ -65,6 +65,7 @@ export default {
         { label: '奖励积分', prop: 'reward_point' },
         { label: '奖励周期(天)', prop: 'cycle' },
         { label: '奖励次数', prop: 'rewardNum' },
+        { label: '类型', prop: 'rule_type', type: 'flag', flags: arrToObj(this.$dictData.sale_rule_type	) },
         { 说明: '说明', prop: 'remark' },
         // { label: '更新时间', prop: 'update_at' },
         { label: '操作', width: 200, type: 'handle2', operations:

+ 1 - 0
src/views/user/components/popup/ScoreRuleEdit.vue

@@ -52,6 +52,7 @@ export default {
         { label: '奖励积分', key: 'reward_point', class: 'c-2', rules: 1 },
         { label: '奖励周期', key: 'cycle', class: 'c-2', type: 'inputFont', appendFont: '天', rules: 1 },
         { label: '奖励次数', key: 'reward_num', class: 'c-2', rules: 1 },
+        { label: '类型', key: 'rule_type', class: 'c-2', rules: 1, type: 'select', options: this.$dictData.sale_rule_type },
         { label: '说明', key: 'remark' },
       ]
       this.setDefaultValue(params)

Some files were not shown because too many files changed in this diff