| | |
| | | </div> |
| | | <div class="table"> |
| | | <lims-table :tableData="tableData0" :column="column0" :tableLoading="tableLoading" |
| | | key="tableData0" :height="'calc(100vh - 240px)'" :page="page0" @pagination="pagination0"></lims-table> |
| | | key="tableData0" :height="150" :page="page0" @pagination="pagination0"></lims-table> |
| | | </div> |
| | | <el-dialog title="详情" :visible.sync="editDialogVisible" width="70%"> |
| | | <el-button size="small" type="primary" @click="handleAdd('add')" style="margin-bottom: 10px">新增</el-button> |
| | | <lims-table :tableData="tableData" :column="column" :tableLoading="tableLoading" |
| | | key="tableData" :height="'calc(100vh - 290px)'"> |
| | | key="tableData" :height="150"> |
| | | </lims-table> |
| | | <span slot="footer" class="dialog-footer"> |
| | | <el-button @click="editDialogVisible = false">取消</el-button> |