|  | @@ -1,6 +1,7 @@
 | 
	
		
			
				|  |  |  <template>
 | 
	
		
			
				|  |  |    <div class="app-container home">
 | 
	
		
			
				|  |  | -    <ul class="block">
 | 
	
		
			
				|  |  | +    <img src="./home.jpg" alt="" style="width:100%;">
 | 
	
		
			
				|  |  | +    <!-- <ul class="block">
 | 
	
		
			
				|  |  |        <li @click="jump('/business/inStock')">
 | 
	
		
			
				|  |  |          <div>
 | 
	
		
			
				|  |  |            <i class="el-icon-download" style="font-size: 50px;text-align: center"></i>
 | 
	
	
		
			
				|  | @@ -61,8 +62,8 @@
 | 
	
		
			
				|  |  |            <p>协议</p>
 | 
	
		
			
				|  |  |          </div>
 | 
	
		
			
				|  |  |        </li>
 | 
	
		
			
				|  |  | -    </ul>
 | 
	
		
			
				|  |  | -    <div style="width: 30%;float: right">
 | 
	
		
			
				|  |  | +    </ul> -->
 | 
	
		
			
				|  |  | +    <!-- <div style="width: 30%;float: right">
 | 
	
		
			
				|  |  |        <div style="display: flex;">
 | 
	
		
			
				|  |  |          <div id="box" style="width:100%;height:350px;"></div>
 | 
	
		
			
				|  |  |  
 | 
	
	
		
			
				|  | @@ -74,8 +75,8 @@
 | 
	
		
			
				|  |  |            </div>
 | 
	
		
			
				|  |  |          </el-select>
 | 
	
		
			
				|  |  |        </div>
 | 
	
		
			
				|  |  | -    </div>
 | 
	
		
			
				|  |  | -    <div style="width: 100%;margin-bottom: 50px;">
 | 
	
		
			
				|  |  | +    </div> -->
 | 
	
		
			
				|  |  | +    <!-- <div style="width: 100%;margin-bottom: 50px;">
 | 
	
		
			
				|  |  |        <el-table :data="tableData" :header-cell-style="{borderBottom:'1px dashed #dfe6ec'}" :cell-style="cellStyle"
 | 
	
		
			
				|  |  |                  style="width: 67.5%;float: left;"
 | 
	
		
			
				|  |  |        >
 | 
	
	
		
			
				|  | @@ -117,14 +118,14 @@
 | 
	
		
			
				|  |  |            </template>
 | 
	
		
			
				|  |  |          </el-table-column>
 | 
	
		
			
				|  |  |        </el-table>
 | 
	
		
			
				|  |  | -    </div>
 | 
	
		
			
				|  |  | -    <div style="width: 100%;float: left;margin-top:20px;">
 | 
	
		
			
				|  |  | +    </div> -->
 | 
	
		
			
				|  |  | +    <!-- <div style="width: 100%;float: left;margin-top:20px;">
 | 
	
		
			
				|  |  |        <div style="display: flex;">
 | 
	
		
			
				|  |  |          <div id="commoDity" style="width:68%;height:350px;margin-left: 40px"></div>
 | 
	
		
			
				|  |  |          <div id="cargoOwner" style="width:30%;height:350px;"></div>
 | 
	
		
			
				|  |  |        </div>
 | 
	
		
			
				|  |  | -    </div>
 | 
	
		
			
				|  |  | -    <el-dialog
 | 
	
		
			
				|  |  | +    </div> -->
 | 
	
		
			
				|  |  | +    <!-- <el-dialog
 | 
	
		
			
				|  |  |        title="消息提示"
 | 
	
		
			
				|  |  |        :visible.sync="dialogVisible"
 | 
	
		
			
				|  |  |        width="80%"
 | 
	
	
		
			
				|  | @@ -133,10 +134,9 @@
 | 
	
		
			
				|  |  |      >
 | 
	
		
			
				|  |  |        <span v-html="text" class="text" style="max-width: 100%;height: auto;"></span>
 | 
	
		
			
				|  |  |        <span slot="footer" class="dialog-footer">
 | 
	
		
			
				|  |  | -<!--    <el-button @click="dialogVisible = false">取 消</el-button>-->
 | 
	
		
			
				|  |  |      <el-button type="primary" @click="dialogVisible = false">关 闭</el-button>
 | 
	
		
			
				|  |  |    </span>
 | 
	
		
			
				|  |  | -    </el-dialog>
 | 
	
		
			
				|  |  | +    </el-dialog> -->
 | 
	
		
			
				|  |  |    </div>
 | 
	
		
			
				|  |  |  </template>
 | 
	
		
			
				|  |  |  
 |