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