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

fix: 70931

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