| | |
| | | </el-table-column> |
| | | <el-table-column label="操作" min-width="8%"> |
| | | <template slot-scope="scope"> |
| | | <el-button type="text" size="small">操作</el-button> |
| | | <el-button type="text" size="small">推送</el-button> |
| | | <el-button type="text" size="small">作废</el-button> |
| | | </template> |
| | | </el-table-column> |
| | |
| | | <el-radio-button label="0">待通过</el-radio-button> |
| | | <el-radio-button label="1">通过</el-radio-button> |
| | | </el-radio-group> |
| | | <el-checkbox v-model="checked" style="margin-left: 20px" |
| | | <el-checkbox @change="changeMy" v-model="checked" style="margin-left: 20px" |
| | | >仅看我的</el-checkbox |
| | | > |
| | | </div> |
| | |
| | | checkskipvisible: false, |
| | | form:{}, |
| | | formLabelWidth: '120px', |
| | | checked:{}, |
| | | checked: false, |
| | | usertt:[], |
| | | Auditconclusion:{}, |
| | | tableRow: {}, |
| | |
| | | shenHE(s){ |
| | | this.tableRow=s |
| | | this.checkskipvisible=true |
| | | }, |
| | | changeMy(){ |
| | | this.getData() |
| | | }, |
| | | // 状态按钮 |
| | | handleRadioChange() { |
| | |
| | | pageSize: this.pageSize, |
| | | name: this.input ? this.input : undefined, |
| | | status: this.checkStatus ? this.checkStatus : undefined, |
| | | checked: this.checked |
| | | }; |
| | | const { data } = await selectAllReportCheck(params); |
| | | console.log(data); |