| | |
| | | <template> |
| | | <div class="content-main"> |
| | | <div class="top-bar"> |
| | | <el-form ref="form" :inline="true"> |
| | | <el-form ref="form" :inline="true" style="margin-top: 10px;"> |
| | | <el-form-item> |
| | | <el-input |
| | | v-model="input" |
| | |
| | | /> |
| | | </el-form-item> |
| | | <el-form-item> |
| | | <el-button type="primary" @click="getData()">查询</el-button> |
| | | <el-button type="primary" plain @click="resetData()">重置</el-button> |
| | | <el-button size="small" type="primary" @click="getData()">查询</el-button> |
| | | <el-button size="small" type="primary" plain @click="resetData()">重置</el-button> |
| | | </el-form-item> |
| | | </el-form> |
| | | </div> |
| | |
| | | @click="handleClick(scope.row)" |
| | | >查看详细 |
| | | </el-button> |
| | | <el-button type="text" size="small" @click="shenHE(scope)">审核</el-button> |
| | | |
| | | <el-button type="text" size="small" v-if="scope.row.status === 0" @click="shenHE(scope)">审核</el-button> |
| | | <el-dialog |
| | | title="原始记录审核" |
| | | :visible.sync="checkskipvisible" |
| | | width="30%" |
| | | |
| | | > |
| | | <el-form :model="form"> |
| | | <el-form-item label="请选择审核结果:" :label-width="formLabelWidth"> |
| | | </el-form-item> |
| | | </el-form> |
| | | |
| | | <div slot="footer" class="dialog-footer"> |
| | | <el-button @click="checkskipvisible = false">取 消</el-button> |
| | | <el-button style="background-color: rgb(206, 211, 216);" @click="nocheckskip(scope.row)" >不通过</el-button> |
| | | <el-button type="primary" @click="checkskip(scope.row)">通过</el-button> |
| | | </div> |
| | | </el-dialog> |
| | | |
| | | </template> |
| | | </el-table-column> |
| | | </el-table> |