Commit fd09c490 authored by 张俊's avatar 张俊

对接接口

parent 566e98e9
......@@ -1211,11 +1211,11 @@ export default {
? `访问次数:${e.request_spcs.count}/日 访问量:${e.request_spcs.pv}/日`
: "",
sqsc: e.duration + ["", "个月", ""][e.duration_unit || 0],
jkmc:'',
jkdz:'',
state:'',
time:'',
count:''
jkmc:e.req_name||'',
jkdz:e.req_url||'',
state:(e.req_status||e.req_status==0)?e.req_status==-1?'失败':'成功':'',
time:e.last_request_time?e.last_request_time.split("+")[0].replace("T", " "):'-',
count:e.req_num||'-'
});
});
}
......
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