Back to Easyspider

任务信息

ElectronJS/src/taskGrid/taskInfo.html

0.6.32.1 KB
Original Source

{{"Task Information~任务信息" | lang}}

{{"Task Name:~任务名称:" | lang}} {{task["name"]}}

{{"Task Description:~任务描述:" | lang}} {{task["desc"]}}

{{"Example URL:~样例网址:" | lang}} {{task["url"]}}

{{"Create Time:~创建时间:" | lang}} {{dateFormat(task["create_time"])}}

{{"Update Time:~更新时间:" | lang}} {{dateFormat(task["update_time"])}}

{{"Operations (Please close this window and select 'Design Task' button if you want to modify task with a browser)~操作(如要带浏览器修改任务流程请关闭此窗口并选择设计任务)" | lang}}

{{"Modify Task~修改任务" | lang}}{{"Execute Task~执行任务" | lang}}

{{"Input Parameters~输入参数" | lang}}

| ID | {{"Parameter Name参数名称" | lang}} | {{"Invoke Name调用名称" | lang}} | {{"Parameter Type参数类型" | lang}} | {{"Example Value示例值" | lang}} | {{"Parameter Description参数描述" | lang}} | | --- | --- | --- | --- | --- | --- | | {{i}} | {{task.inputParameters[i-1]["nodeName"]}} | {{task.inputParameters[i-1]["name"]}} | {{task.inputParameters[i-1]["type"]}} | {{task.inputParameters[i-1]["exampleValue"]}} | {{task.inputParameters[i-1]["desc"]}} | | {{"Empty无" | lang}} | {{"Empty无" | lang}} | {{"Empty无" | lang}} | {{"Empty无" | lang}} | {{"Empty无" | lang}} | {{"Empty~无" | lang}} |

{{"Output Parameters~输出参数" | lang}}

| ID | {{"Parameter Name参数名称" | lang}} | {{"Parameter Type参数类型" | lang}} | {{"Example Value示例值" | lang}} | {{"Parameter Description参数描述" | lang}} | {{"Record as a field作为字段保存" | lang}} | | --- | --- | --- | --- | --- | --- | | {{i}} | {{task.outputParameters[i-1]["name"]}} | {{task.outputParameters[i-1]["type"]}} | {{task.outputParameters[i-1]["exampleValue"]}} | {{task.outputParameters[i-1]["desc"]}} | {{task.outputParameters[i-1]["recordASField"] == 1? "Yes是": "No否" | lang}} | | {{"Empty无" | lang}} | {{"Empty无" | lang}} | {{"Empty无" | lang}} | {{"Empty无" | lang}} | {{"Empty无" | lang}} | {{"Empty~无" | lang}} |