|
@@ -43,9 +43,11 @@ const UpdateForm: any = ref({
|
|
|
const fieldQueryModelOptionList = [
|
|
|
{ id: 'request_param', label: '入参' },
|
|
|
{ id: 'query_field', label: '条件匹配返回字段' },
|
|
|
+ { id: 'prize_field', label: '奖励对象返回字段' },
|
|
|
{ id: 'loop_field', label: '循环递归字段' },
|
|
|
{ id: 'fixed_value', label: '固定值' },
|
|
|
{ id: 'db_field', label: '库内字段' },
|
|
|
+ { id: 'prize_amt', label: '奖励金额' },
|
|
|
]
|
|
|
// 匹配值类型选项数据
|
|
|
const fieldQueryValueTypeOptionList = [
|