Commit d6da979f authored by 涂伟's avatar 涂伟

fix: '条件网关函数值修改'

parent 72e9e59d
Pipeline #73003 passed with stages
...@@ -7,7 +7,7 @@ const { TextArea } = Input; ...@@ -7,7 +7,7 @@ const { TextArea } = Input;
const fnList = [ const fnList = [
{ label: '是否为工作日', value: '$fn.isWorkDay()' }, { label: '是否为工作日', value: '$fn.isWorkDay()' },
{ label: '是否为工作时间', value: '$fn.isWorkTime()' }, { label: '是否为工作时间', value: '$fn.isWorkTime()' },
{ label: '上报人工单统计', value: '$.fn.caseNum()' }, { label: '上报人工单统计', value: '$fn.caseNum()' },
]; ];
const RuleConfig = props => { const RuleConfig = props => {
const { visible, handleCancel, fieldList, onSubumit, RuleContent, flag, flowID } = props; const { visible, handleCancel, fieldList, onSubumit, RuleContent, flag, flowID } = props;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment