| | |
| | | <style scoped> |
| | | .unqualifiedBox{ |
| | | width: 100%; |
| | | height: 100%; |
| | | max-height: 100%; |
| | | display: flex; |
| | | flex-direction: column; |
| | | overflow-y: scroll; |
| | | } |
| | | .unqualifiedBox .title .el-button { |
| | | height: 32px; |
| | |
| | | <div class="unqualifiedBox"> |
| | | <div class="title"> |
| | | <el-row> |
| | | <el-col :span="12" style="line-height: 32px;">原材料检验</el-col> |
| | | <el-col :span="12" style="line-height: 32px;">原材料不合格</el-col> |
| | | <el-col :span="12" style="text-align: right;"> |
| | | <el-button icon="el-icon-download" @click="()=>{}">导出</el-button> |
| | | </el-col> |
| | |
| | | 询</span></el-button> |
| | | </div> |
| | | <div class="unqualifiedTable"> |
| | | <el-table :data="unqualifiedData" height="630"> |
| | | <el-table :data="unqualifiedData" height="620"> |
| | | <el-table-column |
| | | type="selection" |
| | | width="55"> |