|  | @@ -781,7 +781,7 @@
 | 
	
		
			
				|  |  |                >
 | 
	
		
			
				|  |  |                  <el-option
 | 
	
		
			
				|  |  |                    v-for="(dict, index) in businessTypeOption"
 | 
	
		
			
				|  |  | -                  :key="dict.dictValue"
 | 
	
		
			
				|  |  | +                  :key="index.dictValue"
 | 
	
		
			
				|  |  |                    :label="dict.dictLabel"
 | 
	
		
			
				|  |  |                    :value="dict.dictValue"
 | 
	
		
			
				|  |  |                  ></el-option>
 | 
	
	
		
			
				|  | @@ -1787,7 +1787,7 @@
 | 
	
		
			
				|  |  |                  >
 | 
	
		
			
				|  |  |                    <el-option
 | 
	
		
			
				|  |  |                      v-for="(dict, index) in businessTypeOption"
 | 
	
		
			
				|  |  | -                    :key="dict.dictValue"
 | 
	
		
			
				|  |  | +                    :key="index.dictValue"
 | 
	
		
			
				|  |  |                      :label="dict.dictLabel"
 | 
	
		
			
				|  |  |                      :value="dict.dictValue"
 | 
	
		
			
				|  |  |                    ></el-option>
 | 
	
	
		
			
				|  | @@ -2152,7 +2152,7 @@
 | 
	
		
			
				|  |  |                  >
 | 
	
		
			
				|  |  |                    <el-option
 | 
	
		
			
				|  |  |                      v-for="(dict, index) in businessTypeOption"
 | 
	
		
			
				|  |  | -                    :key="dict.dictValue"
 | 
	
		
			
				|  |  | +                    :key="index.dictValue"
 | 
	
		
			
				|  |  |                      :label="dict.dictLabel"
 | 
	
		
			
				|  |  |                      :value="dict.dictValue"
 | 
	
		
			
				|  |  |                    ></el-option>
 | 
	
	
		
			
				|  | @@ -6672,7 +6672,7 @@ export default {
 | 
	
		
			
				|  |  |    height: 50px;
 | 
	
		
			
				|  |  |    text-align: center;
 | 
	
		
			
				|  |  |    border-right: 1px solid #dfe6ec !important;
 | 
	
		
			
				|  |  | -  order-bottom: 1px solid #dfe6ec !important;
 | 
	
		
			
				|  |  | +  border-bottom: 1px solid #dfe6ec !important;
 | 
	
		
			
				|  |  |    border-bottom: 1px solid #dfe6ec !important;
 | 
	
		
			
				|  |  |  }
 | 
	
		
			
				|  |  |  .el-table thead th {
 |