|
|
@@ -333,7 +333,7 @@ function Showecharts() {
|
|
|
<el-table :data="testCase" style="width: 100%" border>
|
|
|
<el-table-column label="编号" prop="编号" width="100" />
|
|
|
<el-table-column label="用例标题" prop="用例标题" min-width="50" />
|
|
|
- <el-table-column show-overflow-tooltip label="简短描述" prop="描述" min-width="150" />
|
|
|
+ <el-table-column show-overflow-tooltip label="简短描述" prop="简短描述" min-width="150" />
|
|
|
<el-table-column width="60">
|
|
|
<template #default="scope">
|
|
|
<el-button type="primary" link size="small" @click="handleImproveButton(scope)">细化</el-button>
|
|
|
@@ -381,10 +381,10 @@ function Showecharts() {
|
|
|
</div>
|
|
|
</el-main>
|
|
|
<el-footer>
|
|
|
- <div class="button-container">
|
|
|
- <el-button type="primary" class="custom-button" @click="gotoLastPage">上一步</el-button>
|
|
|
- <el-button type="primary" class="custom-button" @click="gotoNextPage">下一步</el-button>
|
|
|
- </div>
|
|
|
+<!-- <div class="button-container">-->
|
|
|
+<!-- <el-button type="primary" class="custom-button" @click="gotoLastPage">上一步</el-button>-->
|
|
|
+<!-- <el-button type="primary" class="custom-button" @click="gotoNextPage">下一步</el-button>-->
|
|
|
+<!-- </div>-->
|
|
|
</el-footer>
|
|
|
</el-container>
|
|
|
</el-container>
|