Commit f0f67a0e authored by Wallen姚文辉's avatar Wallen姚文辉

修复bug

parent f7048d5f
<!doctype html><html lang=""><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1"><link rel="icon" href="/favicon.ico"><title>yinhe_test</title><script defer="defer" src="/js/chunk-vendors.233aa2e8.js"></script><script defer="defer" src="/js/app.26e4cfc3.js"></script><link href="/css/chunk-vendors.187ae3e6.css" rel="stylesheet"><link href="/css/app.1eedf6d0.css" rel="stylesheet"></head><body><noscript><strong>We're sorry but yinhe_test doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id="app"></div></body></html> <!doctype html><html lang=""><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1"><link rel="icon" href="/favicon.ico"><title>yinhe_test</title><script defer="defer" src="/js/chunk-vendors.233aa2e8.js"></script><script defer="defer" src="/js/app.9a0aa216.js"></script><link href="/css/chunk-vendors.187ae3e6.css" rel="stylesheet"><link href="/css/app.1eedf6d0.css" rel="stylesheet"></head><body><noscript><strong>We're sorry but yinhe_test doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id="app"></div></body></html>
\ No newline at end of file \ No newline at end of file
This diff is collapsed.
This source diff could not be displayed because it is too large. You can view the blob instead.
This diff is collapsed.
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -31,7 +31,7 @@ ...@@ -31,7 +31,7 @@
<div style="background-color: #dcdee2;"> <div style="background-color: #dcdee2;">
<P> <P>
<span>用例总数:{{ mycase.length }};</span> <span>用例总数:{{ mycase.length }};</span>
<span>用例密度:{{ story? (mycase.length/story).toFixed(2):0 }};</span> <span>用例密度:{{ story? ((mycase.length)/(story.length)).toFixed(2):0 }};</span>
<span>覆盖率:</span> <span>覆盖率:</span>
<span v-if="fugailu == 100" style="color: #19be6b;">{{ fugailu }}%</span> <span v-if="fugailu == 100" style="color: #19be6b;">{{ fugailu }}%</span>
<span v-else style="color: #ed4014;">{{ fugailu }}%</span> <span v-else style="color: #ed4014;">{{ fugailu }}%</span>
......
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