|
@@ -25,11 +25,11 @@
|
|
|
<span style="margin-left: 10px">{{scope.row.illtime}}</span>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
- <!--<el-table-column label="操作" align="center" width="300px">-->
|
|
|
- <!--<template slot-scope="scope">-->
|
|
|
- <!--<el-button class="delete" @click.prevent="deleteRow(scope.row.id)" type="text"><i class="el-icon-delete"></i></el-button>-->
|
|
|
- <!--</template>-->
|
|
|
- <!--</el-table-column>-->
|
|
|
+ <el-table-column label="操作" align="center" width="300px">
|
|
|
+ <template slot-scope="scope">
|
|
|
+ <el-button class="delete" @click.prevent="deleteRow(scope.row.id)" type="text"><i class="el-icon-delete"></i></el-button>
|
|
|
+ </template>
|
|
|
+ </el-table-column>
|
|
|
</el-table>
|
|
|
<el-row>
|
|
|
<el-pagination
|