|  |  |  | 
|---|
|  |  |  | <body> | 
|---|
|  |  |  | <div id="app" style="display: flex;justify-content: center;flex-wrap: wrap;"> | 
|---|
|  |  |  | <div style="width: 100%;"> | 
|---|
|  |  |  | <el-table border ref="singleTable" :data="tableData" highlight-current-row @row-click="handleRowClick" | 
|---|
|  |  |  | <el-table border ref="singleTable" :data="tableData" highlight-current-row | 
|---|
|  |  |  | max-height="350" style="width: 100%"> | 
|---|
|  |  |  | <el-table-column property="category" label="类别"> | 
|---|
|  |  |  | </el-table-column> | 
|---|
|  |  |  | 
|---|
|  |  |  | </el-table> | 
|---|
|  |  |  | </div> | 
|---|
|  |  |  | <div style="width: 100%;"> | 
|---|
|  |  |  | <el-table border ref="singleTable" :data="adjacentLocMast" highlight-current-row @row-click="handleRowClick" | 
|---|
|  |  |  | <el-table border ref="singleTable" :data="adjacentLocMast" highlight-current-row | 
|---|
|  |  |  | max-height="350" style="width: 100%"> | 
|---|
|  |  |  | <el-table-column property="category" label="当前库位"> | 
|---|
|  |  |  | </el-table-column> | 
|---|