Explorar el Código

add.导航栏,任务列表还没和后端连接起来

chen xueyi hace 2 años
padre
commit
516717e267
Se han modificado 2 ficheros con 6 adiciones y 6 borrados
  1. 1 1
      src/components/TCFinalList.vue
  2. 5 5
      src/components/TCList.vue

+ 1 - 1
src/components/TCFinalList.vue

@@ -228,7 +228,7 @@ const exportTestCase = async () => {
       </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="gotoLastPage">上一步</el-button>-->
           <el-button type="primary" class="custom-button" @click="exportTestCase">导出</el-button>
         </div>
       </el-footer>

+ 5 - 5
src/components/TCList.vue

@@ -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>