|
|
@@ -103,7 +103,7 @@
|
|
|
<el-table-column label="操作" align="center" fixed="right" width="250">
|
|
|
<template slot-scope="{ row }">
|
|
|
<el-button @click="editRow(row)" type="primary" size="mini" plain>查看</el-button>
|
|
|
- <el-button @click="getRow(row)" type="primary" size="mini" plain>查看筛选名单</el-button>
|
|
|
+<!-- <el-button @click="getRow(row)" type="primary" size="mini" plain>查看筛选名单</el-button>-->
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
</el-table>
|