@ -62,6 +62,7 @@
</el-table-column>
<el-table-column label="操作">
<template slot-scope="scope">
<el-row>
<el-button
type="text"
size="small"
@ -69,6 +70,8 @@
>打印
</el-button
>
</el-row>
@ -76,6 +79,8 @@
>编辑
@ -83,13 +88,15 @@
>提交审核
@click.native.stop="deleteDialog(scope.row.id)"
>删除
</el-button>
</template>
</el-table>