| | |
| | | <!-- 检验项目参数表格--> |
| | | <div class="table" v-if="radio===0"> |
| | | <lims-table :tableData="tableData" :column="column" key="tableData" |
| | | @pagination="pagination" :height="'calc(100vh - 290px)'" |
| | | @pagination="pagination" :height="50" |
| | | :page="page" :tableLoading="tableLoading"></lims-table> |
| | | </div> |
| | | <!-- 检验对象表格--> |
| | | <div class="table" v-if="radio===1"> |
| | | <lims-table :tableData="testObjectTableData" :column="testObjectColumn" key="testObjectTableData" |
| | | @pagination="pagination" :height="'calc(100vh - 290px)'" |
| | | @pagination="pagination" :height="50" |
| | | :page="testObjectPage" :tableLoading="tableLoading"></lims-table> |
| | | </div> |
| | | </div> |
| | |
| | | ], |
| | | page: { |
| | | total:0, |
| | | size:10, |
| | | size:20, |
| | | current:1 |
| | | }, |
| | | testObjectTableData: [], |
| | |
| | | ], |
| | | testObjectPage: { |
| | | total:0, |
| | | size:10, |
| | | size:20, |
| | | current:0 |
| | | }, |
| | | addOrUpdate: '', |
| | |
| | | productData: [], |
| | | productPage: { |
| | | total:0, |
| | | size:10, |
| | | size:20, |
| | | current:1, |
| | | partNo: null, |
| | | layout: 'total, prev, pager, next' |