|
@@ -30,7 +30,7 @@
|
30
|
30
|
|
31
|
31
|
<el-row>
|
32
|
32
|
<el-col :span="showStoreLayerSpanA">
|
33
|
|
- <div id="wareLayout" style=" margin:10px;width:1000px; height: 1000px;background-color: #DCDCDC; float:left;"></div>
|
|
33
|
+ <div id="wareLayout" style=" margin:10px;width:600px; height: 500px;background-color: #DCDCDC; float:left;"></div>
|
34
|
34
|
<el-table :data="tableData" v-loading="tableDataLoading" border ref="multipleTable" @select="handleTableSelect"
|
35
|
35
|
:row-class-name="tableRowClassName" @select-all = "selectAll">
|
36
|
36
|
<!-- //@selection-change="handleTableSelectionChange" -->
|