|
|
@@ -23,12 +23,6 @@ |
|
|
|
<el-table-column prop="type" label="补卡金额" /> |
|
|
|
<el-table-column prop="regname" label="录入时间" /> |
|
|
|
<el-table-column label="操作" class="table_btn" width="150px" align="center"> |
|
|
|
<el-tooltip content="驳回" placement="top"> |
|
|
|
<el-button type="warning" @click="dialogFormVisible = true">驳回审核</el-button> |
|
|
|
</el-tooltip> |
|
|
|
<el-tooltip content="审核通过" placement="top"> |
|
|
|
<el-button type="warning" @click="dialogFormVisible = true">审核通过</el-button> |
|
|
|
</el-tooltip> |
|
|
|
<el-tooltip content="详细" placement="top"> |
|
|
|
<el-button type="warning" @click="dialogFormVisible = true">查看详细</el-button> |
|
|
|
</el-tooltip> |