Browse Source

202305091112

YangJian0701 1 year ago
parent
commit
9e39a6d40e
1 changed files with 3 additions and 2 deletions
  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>