Commit ea52464a authored by jiaxu.yan's avatar jiaxu.yan

fix: 70931

parent 9949d921
...@@ -142,7 +142,6 @@ ...@@ -142,7 +142,6 @@
label="操作" label="操作"
align="center" align="center"
min-width="160" min-width="160"
sortable
fixed="right" fixed="right"
class-name="small-padding fixed-width" class-name="small-padding fixed-width"
> >
......
...@@ -9,19 +9,14 @@ ...@@ -9,19 +9,14 @@
<template slot="title"> <template slot="title">
<div class="custom_title">{{ '检验内容' }}</div> <div class="custom_title">{{ '检验内容' }}</div>
</template> </template>
<div> <div style="padding: 20px">
<el-button <el-button type="primary" style="margin-bottom: 20px" @click="relevancy">
style="margin: 20px; margin-bottom: 0px"
type="primary"
@click="relevancy"
>
关联测试内容 关联测试内容
</el-button> </el-button>
</div>
<el-table <el-table
v-loading="loading" v-loading="loading"
class="el-table" class="el-table"
style="min-height: 88px; margin: 20px"
border border
:scroll-x="'1500px'" :scroll-x="'1500px'"
:default-sort="{ prop: 'createTime', order: 'descending' }" :default-sort="{ prop: 'createTime', order: 'descending' }"
...@@ -56,6 +51,7 @@ ...@@ -56,6 +51,7 @@
> >
</el-table-column> </el-table-column>
</el-table> </el-table>
</div>
<el-dialog <el-dialog
title="选择测试用例" title="选择测试用例"
:visible.sync="open" :visible.sync="open"
......
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