| | |
| | | <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> |
| | |
| | | <div class="table-box"> |
| | | <el-table |
| | | ref="reportTable" |
| | | :max-height="800" |
| | | :max-height="600" |
| | | :cell-style="{ textAlign: 'left' }" |
| | | :header-cell-style="{ |
| | | border: '0px', |
| | |
| | | </template> |
| | | </el-table-column> |
| | | </el-table> |
| | | <!-- 分页器 --> |
| | | <div> |
| | | <el-pagination |
| | | :current-page="page" |
| | | :page-sizes="[10, 20, 30, 40]" |
| | | :page-size="pageSize" |
| | | layout="total, sizes, prev, pager, next, jumper" |
| | | :total="total" |
| | | @size-change="handleSizeChange" |
| | | @current-change="handleCurrentChange" |
| | | /> |
| | | </div> |
| | | </div> |
| | | <!-- 分页器 --> |
| | | <div style="text-align: right;"> |
| | | <el-pagination |
| | | :current-page="page" |
| | | :page-sizes="[10, 20, 30, 40]" |
| | | :page-size="pageSize" |
| | | layout="total, sizes, prev, pager, next, jumper" |
| | | :total="total" |
| | | @size-change="handleSizeChange" |
| | | @current-change="handleCurrentChange" |
| | | /> |
| | | </div> |
| | | </div> |
| | | </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); |
| | |
| | | } |
| | | } |
| | | .library-table { |
| | | height:80vh; |
| | | background-color: #fff; |
| | | flex: 1; |
| | | margin: 0px -15px; |