Commit 72e9e59d authored by 涂伟's avatar 涂伟

fix: '条件网关函数名称修改'

parent 8fcbdb77
Pipeline #72990 passed with stages
......@@ -7,7 +7,7 @@ const { TextArea } = Input;
const fnList = [
{ label: '是否为工作日', value: '$fn.isWorkDay()' },
{ label: '是否为工作时间', value: '$fn.isWorkTime()' },
{ label: '上报人工单统计', value: '$.fn.myCaseNum()' },
{ label: '上报人工单统计', value: '$.fn.caseNum()' },
];
const RuleConfig = 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