| | |
| | | :close-on-press-escape="false"> |
| | | <div class="table"> |
| | | <el-table class="el-table" ref="productTable" :data="productList" max-height="800px" tooltip-effect="dark" |
| | | border v-loading="tableLoading" @selection-change="selectProduct" style="margin-bottom: 10px;" |
| | | @select-all="handleAll"> |
| | | v-loading="tableLoading" @selection-change="selectProduct" style="margin-bottom: 10px;" |
| | | :header-cell-style="{ background: '#f8f8f9', color: '#515a6e' }" border @select-all="handleAll"> |
| | | <el-table-column type="selection" width="65"></el-table-column> |
| | | <el-table-column prop="inspectionItemClass" label="检验项分类" min-width="140" |
| | | show-overflow-tooltip></el-table-column> |