|
@@ -113,8 +113,9 @@ $(function () {
|
|
|
}()},
|
|
|
{label:"是否统计",s_label:"i_count",type:"tpl_list_local",must:true,list:[{"s_name":"是","_id":1},{"s_name":"否","_id":0}],default:0},
|
|
|
{label:"使用版本",s_label:"s_version",type:"tpl_list_local",must:true,url:"/admin/task/getversion"},
|
|
|
- //{s_label:"_id",type:"tpl_hidden"}
|
|
|
- {label:"起始id",s_label:"s_extlastid"}
|
|
|
+ {label:"并发数量",s_label:"i_process",placeholder:"5",must:true},
|
|
|
+ {s_label:"_id",type:"tpl_hidden"},
|
|
|
+ {label:"起始id",s_label:"s_extlastid",must:true}
|
|
|
];
|
|
|
testtask=[
|
|
|
{label:"起始id",s_label:"s_startid",must:true},
|