| 
						
						
							
								
							
						
						
					 | 
					 | 
					@ -9,7 +9,7 @@ | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					      <slot name="title_bottom"></slot> | 
					 | 
					 | 
					 | 
					      <slot name="title_bottom"></slot> | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					    </div> | 
					 | 
					 | 
					 | 
					    </div> | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					    <div class="generalDetails_card_container"> | 
					 | 
					 | 
					 | 
					    <div class="generalDetails_card_container"> | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					      <div  v-for="(item, index) in dataPage" :key="index"> | 
					 | 
					 | 
					 | 
					      <div name v-for="(item, index) in dataPage" :key="index"> | 
				
			
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					        <el-card class="generalDetails_card"> | 
					 | 
					 | 
					 | 
					        <el-card class="generalDetails_card"> | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					          <div @click="isShow(item)" class="generalDetails_card_header" slot="header"> | 
					 | 
					 | 
					 | 
					          <div @click="isShow(item)" class="generalDetails_card_header" slot="header"> | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					            <div> | 
					 | 
					 | 
					 | 
					            <div> | 
				
			
			
		
	
	
		
		
			
				
					| 
						
						
						
							
								
							
						
					 | 
					 | 
					@ -19,10 +19,15 @@ | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					              <span class="generalDetails-card-header-text">{{ item.title }}</span> | 
					 | 
					 | 
					 | 
					              <span class="generalDetails-card-header-text">{{ item.title }}</span> | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					            </div> | 
					 | 
					 | 
					 | 
					            </div> | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					            <div class="fold"> | 
					 | 
					 | 
					 | 
					            <div class="fold"> | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					              <i :style="{ transform: `rotate(${item.isFold ? 0 : 180}deg)` }" | 
					 | 
					 | 
					 | 
					              <i | 
				
			
			
				
				
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					                class="el-icon-arrow-down  generalDetails_card_arrow_down"></i> | 
					 | 
					 | 
					 | 
					                :style="{ | 
				
			
			
				
				
			
		
	
		
		
	
		
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					                  transform: `rotate(${item.isFold ? 0 : 180}deg)` | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					                }" | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					                class="el-icon-arrow-down generalDetails_card_arrow_down" | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					              ></i> | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					            </div> | 
					 | 
					 | 
					 | 
					            </div> | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					          </div> | 
					 | 
					 | 
					 | 
					          </div> | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					          <slot :name="`${index}_car`" :item="item"> | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					            <div :style="{ maxHeight: item.isFold ? '100vh' : '0px' }" class="my-cell"> | 
					 | 
					 | 
					 | 
					            <div :style="{ maxHeight: item.isFold ? '100vh' : '0px' }" class="my-cell"> | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					              <div v-for="(i, x) in item.listData" :key="x" class="cell-item"> | 
					 | 
					 | 
					 | 
					              <div v-for="(i, x) in item.listData" :key="x" class="cell-item"> | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					                <span :title="i.remark" class="color-999 test-tst"> | 
					 | 
					 | 
					 | 
					                <span :title="i.remark" class="color-999 test-tst"> | 
				
			
			
		
	
	
		
		
			
				
					| 
						
						
						
							
								
							
						
					 | 
					 | 
					@ -36,6 +41,7 @@ | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					                </slot> | 
					 | 
					 | 
					 | 
					                </slot> | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					              </div> | 
					 | 
					 | 
					 | 
					              </div> | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					            </div> | 
					 | 
					 | 
					 | 
					            </div> | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					          </slot> | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					        </el-card> | 
					 | 
					 | 
					 | 
					        </el-card> | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					        <div > | 
					 | 
					 | 
					 | 
					        <div > | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					          <slot :name="`${index}card_bottom`"></slot> | 
					 | 
					 | 
					 | 
					          <slot :name="`${index}card_bottom`"></slot> | 
				
			
			
		
	
	
		
		
			
				
					| 
						
						
						
							
								
							
						
					 | 
					 | 
					@ -43,6 +49,7 @@ | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					      </div> | 
					 | 
					 | 
					 | 
					      </div> | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					    </div> | 
					 | 
					 | 
					 | 
					    </div> | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					    <div class="generalDetails_footer"> | 
					 | 
					 | 
					 | 
					    <div class="generalDetails_footer"> | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					      <slot name="footer"> | 
					 | 
					 | 
					 | 
					      <slot name="footer"> | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					        <el-button @click="close" type="primary" :size="$store.getters.size">关闭</el-button> | 
					 | 
					 | 
					 | 
					        <el-button @click="close" type="primary" :size="$store.getters.size">关闭</el-button> | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					      </slot> | 
					 | 
					 | 
					 | 
					      </slot> | 
				
			
			
		
	
	
		
		
			
				
					| 
						
							
								
							
						
						
							
								
							
						
						
					 | 
					 | 
					@ -78,8 +85,10 @@ export default { | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					      dataPage: [] | 
					 | 
					 | 
					 | 
					      dataPage: [] | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					    } | 
					 | 
					 | 
					 | 
					    } | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					  }, | 
					 | 
					 | 
					 | 
					  }, | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					  created() { | 
					 | 
					 | 
					 | 
					  created() { | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					    (this.sourceData !== null) && (this.mappingData.length !== 0) && (this.init()) | 
					 | 
					 | 
					 | 
					    console.log('created') | 
				
			
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					    this.sourceData !== null && this.mappingData.length !== 0 && this.init() | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					  }, | 
					 | 
					 | 
					 | 
					  }, | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					  methods: { | 
					 | 
					 | 
					 | 
					  methods: { | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					    isShow(item) { | 
					 | 
					 | 
					 | 
					    isShow(item) { | 
				
			
			
		
	
	
		
		
			
				
					| 
						
						
						
							
								
							
						
					 | 
					 | 
					@ -100,14 +109,32 @@ export default { | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					          listData: item.carItems.map((carItem, index) => { | 
					 | 
					 | 
					 | 
					          listData: item.carItems.map((carItem, index) => { | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					            return { | 
					 | 
					 | 
					 | 
					            return { | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					              label: carItem.label, | 
					 | 
					 | 
					 | 
					              label: carItem.label, | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					              value: (typeof carItem.value =='function')&&(carItem.value(this.sourceData)) || this.sourceData[carItem.value] || carItem.fieldDefault || '暂无数据', | 
					 | 
					 | 
					 | 
					              value: | 
				
			
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					                (typeof carItem.value == 'function' && carItem.value(this.sourceData)) || | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					                (Array.isArray(carItem.value) && | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					                  carItem.value.reduce((prev, current, index, _arr) => | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					                    index == 1 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					                      ? this.sourceData[prev] | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					                        ? this.sourceData[prev][current] !== null && this.sourceData[prev][current] !== undefined | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					                          ? this.sourceData[prev][current] | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					                          : '暂无数据' | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					                        : '暂无数据' | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					                      : typeof prev == 'object' | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					                      ? prev[current] | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					                      : prev | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					                  )) || | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					                (this.sourceData[carItem.value] !== null && this.sourceData[carItem.value] !== undefined | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					                  ? String(this.sourceData[carItem.value]) | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					                  : false) || | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					                carItem.fieldDefault || | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					                '暂无数据', | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					              field: carItem.value, | 
					 | 
					 | 
					 | 
					              field: carItem.value, | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					              remark: carItem.remark, | 
					 | 
					 | 
					 | 
					              remark: carItem.remark, | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					              isCopy: carItem.isCopy || false | 
					 | 
					 | 
					 | 
					              isCopy: carItem.isCopy || false | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					            } | 
					 | 
					 | 
					 | 
					            } | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					          }) | 
					 | 
					 | 
					 | 
					          }) | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					        } | 
					 | 
					 | 
					 | 
					        } | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					      }); | 
					 | 
					 | 
					 | 
					      }) | 
				
			
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					      console.log(this.dataPage) | 
					 | 
					 | 
					 | 
					      console.log(this.dataPage) | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					    } | 
					 | 
					 | 
					 | 
					    } | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					  } | 
					 | 
					 | 
					 | 
					  } | 
				
			
			
		
	
	
		
		
			
				
					| 
						
						
						
							
								
							
						
					 | 
					 | 
					@ -118,6 +145,7 @@ export default { | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					.title_bottom { | 
					 | 
					 | 
					 | 
					.title_bottom { | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					  margin-top: 20px; | 
					 | 
					 | 
					 | 
					  margin-top: 20px; | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					} | 
					 | 
					 | 
					 | 
					} | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					.fold { | 
					 | 
					 | 
					 | 
					.fold { | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					  /* position: absolute; | 
					 | 
					 | 
					 | 
					  /* position: absolute; | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					  bottom: 0px; | 
					 | 
					 | 
					 | 
					  bottom: 0px; | 
				
			
			
		
	
	
		
		
			
				
					| 
						
						
						
							
								
							
						
					 | 
					 | 
					@ -130,7 +158,7 @@ export default { | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					} | 
					 | 
					 | 
					 | 
					} | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					
 | 
					 | 
					 | 
					 | 
					
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					.generalDetails_card_arrow_down { | 
					 | 
					 | 
					 | 
					.generalDetails_card_arrow_down { | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					  transition: all .9s; | 
					 | 
					 | 
					 | 
					  transition: all 0.9s; | 
				
			
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					} | 
					 | 
					 | 
					 | 
					} | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					
 | 
					 | 
					 | 
					 | 
					
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					.generalDetails_card_header { | 
					 | 
					 | 
					 | 
					.generalDetails_card_header { | 
				
			
			
		
	
	
		
		
			
				
					| 
						
						
						
							
								
							
						
					 | 
					 | 
					@ -156,7 +184,7 @@ title { | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					  flex-wrap: wrap; | 
					 | 
					 | 
					 | 
					  flex-wrap: wrap; | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					  max-height: 100vh; | 
					 | 
					 | 
					 | 
					  max-height: 100vh; | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					  overflow: hidden; | 
					 | 
					 | 
					 | 
					  overflow: hidden; | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					  transition: all .9s; | 
					 | 
					 | 
					 | 
					  transition: all 0.9s; | 
				
			
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					} | 
					 | 
					 | 
					 | 
					} | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					
 | 
					 | 
					 | 
					 | 
					
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					.color-999 { | 
					 | 
					 | 
					 | 
					.color-999 { | 
				
			
			
		
	
	
		
		
			
				
					| 
						
							
								
							
						
						
							
								
							
						
						
					 | 
					 | 
					@ -196,6 +224,7 @@ title { | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					  padding: 15px 20px; | 
					 | 
					 | 
					 | 
					  padding: 15px 20px; | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					  box-sizing: border-box; | 
					 | 
					 | 
					 | 
					  box-sizing: border-box; | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					  border-top: solid 1px #e5e5e5; | 
					 | 
					 | 
					 | 
					  border-top: solid 1px #e5e5e5; | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					 | 
					  z-index: 999999; | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					} | 
					 | 
					 | 
					 | 
					} | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					
 | 
					 | 
					 | 
					 | 
					
 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					.generalDetails_header { | 
					 | 
					 | 
					 | 
					.generalDetails_header { | 
				
			
			
		
	
	
		
		
			
				
					| 
						
							
								
							
						
						
						
					 | 
					 | 
					
  |