| | |
| | | </el-dropdown-menu> |
| | | </el-dropdown> |
| | | </el-form> |
| | | <el-form> |
| | | <el-button class="rightBtn" type="primary">审核</el-button> |
| | | </el-form> |
| | | </div> |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | <div class="library-table"> |
| | | <div class="table-header"> |
| | | <div class="search-bar"> |
| | | <el-radio-group v-model="checkStatus" @change="handleRadioChange"> |
| | | <el-radio-button>全部</el-radio-button> |
| | | <el-radio-button label="0">待提交</el-radio-button> |
| | | <el-radio-button label="2">待通过</el-radio-button> |
| | | <el-radio-button label="0">待通过</el-radio-button> |
| | | <el-radio-button label="2">通过</el-radio-button> |
| | | </el-radio-group> |
| | | <el-checkbox v-model="checked" style="margin-left: 20px" |
| | | >仅看我的</el-checkbox |
| | |
| | | <template slot-scope="scope"> |
| | | <span> |
| | | <el-tag type="warning">{{ |
| | | scope.row.status == 0 ? "待提交" : "待通过" |
| | | scope.row.status == 0 ? "待通过" : "通过" |
| | | }}</el-tag> |
| | | </span> |
| | | </template></el-table-column |
| | |
| | | type="text" |
| | | size="small" |
| | | @click="handleClick(scope.row)" |
| | | >查看详细</el-button |
| | | > |
| | | >查看详细 |
| | | </el-button> |
| | | <el-button type="text" size="small" @click="checkskip = true">审核</el-button> |
| | | |
| | | <el-dialog |
| | | title="原始记录审核" |
| | | :visible.sync="checkskip" |
| | | width="30%" |
| | | :before-close="handleClose"> |
| | | <el-form :model="form"> |
| | | <el-form-item label="请选择审核结果" :label-width="formLabelWidth"> |
| | | </el-form-item> |
| | | <el-row :gutter="20"> |
| | | <el-col :span="6" :offset="5"> |
| | | <!-- <el-button type="primary" style="background-color: rgb(208, 201, 192);">退回</el-button> --> |
| | | <el-button style="background-color: rgb(206, 211, 216);">退回</el-button> |
| | | </el-col> |
| | | <el-col :span="6" :offset="3"> |
| | | <!-- <el-button type="primary" style="background-color: rgb(181, 237, 125);">通过</el-button> --> |
| | | <el-button style="background-color: rgb(192, 236, 148);">通过</el-button> |
| | | </el-col> |
| | | </el-row> |
| | | |
| | | </el-form> |
| | | <div slot="footer" class="dialog-footer"> |
| | | <el-button @click="checkskip = false">取 消</el-button> |
| | | <el-button type="primary" @click="checkskip= false">确 定</el-button> |
| | | </div> |
| | | </el-dialog> |
| | | |
| | | </template> |
| | | </el-table-column> |
| | | </el-table> |
| | |
| | | total: 0, |
| | | pageSize: 10, |
| | | checked: true, |
| | | checkskip: false, |
| | | form:{}, |
| | | handleClose:'', |
| | | formLabelWidth: '120px' |
| | | }; |
| | | }, |
| | | created() { |
| | |
| | | this.checkStatus = undefined; |
| | | this.getData(); |
| | | }, |
| | | //审核跳转 |
| | | // checkskip() { |
| | | |
| | | // }, |
| | | // 查询列表 |
| | | async getData() { |
| | | const params = { |