|
|
@@ -3,7 +3,6 @@
|
|
|
<div class="filters-container">
|
|
|
<el-input placeholder="名称" v-model="search" clearable class="filter-item"></el-input>
|
|
|
<el-button @click="getData" type="primary" icon="el-icon-search" class="filter-item">搜索 </el-button>
|
|
|
- <el-button @click="addRow" type="primary" icon="el-icon-plus" class="filter-item">添加 </el-button>
|
|
|
<el-button
|
|
|
@click="download"
|
|
|
type="primary"
|
|
|
@@ -64,7 +63,6 @@
|
|
|
<el-table-column prop="auditTime" label="审核时间" width="150"></el-table-column>
|
|
|
<el-table-column label="操作" align="center" fixed="right" min-width="150">
|
|
|
<template slot-scope="{ row }">
|
|
|
- <el-button @click="editRow(row)" type="primary" size="mini" plain>编辑</el-button>
|
|
|
<el-button @click="deleteRow(row)" type="danger" size="mini" plain>删除</el-button>
|
|
|
</template>
|
|
|
</el-table-column>
|