Commit bba4334f authored by 杨梦雅's avatar 杨梦雅

任务标题

parent 807bea85
......@@ -24,7 +24,7 @@ const tasks = {
value:${configList[i].value || '""'},
taskRateType: ${configList[i].taskRateType ? `TASK_RATE_TYPE["${configList[i].taskRateType}"]`: '""'},
times:${configList[i].times || '""'},
title:"${configList[i].name || ''}",
title:"${configList[i].taskConfigMode === 'fixed' ? configList[i].name : ''}",
link:"",
itemIds:""
},` : '' %><% } %>
......
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