|
|
|
|
@ -59,7 +59,7 @@
|
|
|
|
|
<el-table-column label="操作" align="center" class-name="small-padding fixed-width">
|
|
|
|
|
<template slot-scope="scope">
|
|
|
|
|
<el-button
|
|
|
|
|
v-if="scope.row.status==='0'"
|
|
|
|
|
v-if="scope.row.status==='0'|| scope.row.status==='3'"
|
|
|
|
|
size="mini"
|
|
|
|
|
type="text"
|
|
|
|
|
@click="onReRecongnize(scope.row)"
|
|
|
|
|
|