Commit 54b90222 authored by 杨梦雅's avatar 杨梦雅

config

parent 9e2963fa
...@@ -22,7 +22,7 @@ const tasks = { ...@@ -22,7 +22,7 @@ const tasks = {
<% for(var i = 0; i < configList.length; ++i) {%> <% for(var i = 0; i < configList.length; ++i) {%>
<%- taskKeys.includes(configList[i].key) && configList[i].key !== 'label' ? `${configList[i].key}:{ <%- taskKeys.includes(configList[i].key) && configList[i].key !== 'label' ? `${configList[i].key}:{
value:${configList[i].value || '""'}, value:${configList[i].value || '""'},
taskRateType:${configList[i].taskRateType ? TASK_RATE_TYPE[configList[i].taskRateType]: '""'} taskRateType:${configList[i].taskRateType ? TASK_RATE_TYPE[configList[i].taskRateType]: '""'},
times:${configList[i].times || '""'}, times:${configList[i].times || '""'},
title:${configList[i].title || '""'}, title:${configList[i].title || '""'},
link:"", link:"",
......
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