YangJian0701 1 год назад
Родитель
Сommit
9e39a6d40e
1 измененных файлов с 3 добавлено и 2 удалено
  1. 3 2
      src/views/ValidationTemplate/index.vue

+ 3 - 2
src/views/ValidationTemplate/index.vue

@@ -51,10 +51,11 @@
 						<template slot-scope="scope">
 							<div style="display: flex;">
 								<el-button size="small" @click="handlelabel(scope.row)">标签</el-button>
-								<el-button size="small" @click="handleReport(scope.row,'Report')">报告
-								</el-button>
+								
 								<el-button size="small" @click="handleScheme(scope.row,'Scheme')">方案
 								</el-button>
+								<el-button size="small" @click="handleReport(scope.row,'Report')">报告
+								</el-button>
 								<el-button size="small" @click="handleDelete(scope.row)">删除
 								</el-button>
 							</div>