|
|
|
@ -52,12 +52,12 @@
|
|
|
|
|
<el-tag :type="statusFilterType(scope.row.status)">{{ status[scope.row.status] }}</el-tag>
|
|
|
|
|
</template>
|
|
|
|
|
</el-table-column>
|
|
|
|
|
<el-table-column label="操作" width="120">
|
|
|
|
|
<template slot-scope="scope">
|
|
|
|
|
<el-button type="text" @click.native.stop="handleDetailClick(scope.row)">详情</el-button>
|
|
|
|
|
<el-button type="text" @click.native.stop="deleteDialog(scope.row.id)"></el-button>
|
|
|
|
|
</template>
|
|
|
|
|
</el-table-column>
|
|
|
|
|
<!--<el-table-column label="操作" width="120">-->
|
|
|
|
|
<!-- <template slot-scope="scope">-->
|
|
|
|
|
<!-- <el-button type="text" @click.native.stop="handleDetailClick(scope.row)">详情</el-button>-->
|
|
|
|
|
<!-- <el-button type="text" @click.native.stop="deleteDialog(scope.row.id)"></el-button>-->
|
|
|
|
|
<!-- </template>-->
|
|
|
|
|
<!--</el-table-column>-->
|
|
|
|
|
</el-table>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|