Commit 76852d88 authored by Wallen姚文辉's avatar Wallen姚文辉

修改bug及样式问题

parent 37860df7
<!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.822ae491.js"></script><script defer="defer" src="/js/app.fa40e8e2.js"></script><link href="/css/chunk-vendors.187ae3e6.css" rel="stylesheet"><link href="/css/app.6955fc17.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
<!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.822ae491.js"></script><script defer="defer" src="/js/app.bfcf82ae.js"></script><link href="/css/chunk-vendors.187ae3e6.css" rel="stylesheet"><link href="/css/app.6955fc17.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
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -245,11 +245,6 @@
</a>
<p v-else style="color: #ed4014;">面板未找到相关用例,请联系jira人员配置</p>
</template>
<template #status="{ row, index }">
<p v-if="searchCaseBykey(row.key)">
{{ statusMap[searchCaseBykey(row.key).statusId] }}
</p>
</template>
<template v-if="edit" #action="{ row, index }">
<Icon type="ios-remove-circle" style="color: crimson;"
@click="item.case.splice(index, 1); rmcase(row.key)" size="15" />
......@@ -419,14 +414,8 @@ export default {
all_script: [],
plugs: [],
remark: null,
// apihtmlfile: null,
api_urls: [''],
apitestinfos: [{}],
// apirenderinfo: {
// p0: ["循环数", "HTTP 接口请求数", "断言数"],
// p1: ["总耗时", "总返回数据", "接口请求耗时", "平均接口请求耗时", "通过率", "失败率", "未测率"],
// p2: ["Method", "耗时", "返回数据", "HTTP 状态码", "断言通过数", "断言失败数"]
// },
jenkins_columns: [
{
title: '脚本名',
......@@ -669,10 +658,6 @@ export default {
{
title: '用例名',
slot: 'summary'
},
{
title: '状态',
slot: 'status'
}
],
bugcolumns: [
......@@ -1096,14 +1081,12 @@ export default {
this.remark = localStorage.getItem("save_remark")
if (this.reportid) {
this.getreportbyid(this.reportid)
this.report = true
this.render()
} else {
this.getprojects();
this.getJenkinsInfo();
this.myname = JSON.parse(localStorage.getItem("userinfo")).name
}
console.info(this.pagestatus)
console.info(this.reportid)
},
beforeUnmount() {
this.quit = true
......
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