合并
							
								
								
									
										
											BIN
										
									
								
								public/assets/demo/Weather.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						| After Width: | Height: | Size: 9.2 KiB | 
							
								
								
									
										
											BIN
										
									
								
								public/assets/demo/bigRain.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						| After Width: | Height: | Size: 7.3 KiB | 
							
								
								
									
										
											BIN
										
									
								
								public/assets/demo/bigSnow.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						| After Width: | Height: | Size: 7.1 KiB | 
							
								
								
									
										
											BIN
										
									
								
								public/assets/demo/cloudy.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						| After Width: | Height: | Size: 7.1 KiB | 
							
								
								
									
										
											BIN
										
									
								
								public/assets/demo/fog.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						| After Width: | Height: | Size: 1.2 KiB | 
							
								
								
									
										
											BIN
										
									
								
								public/assets/demo/haze.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						| After Width: | Height: | Size: 6.9 KiB | 
							
								
								
									
										
											BIN
										
									
								
								public/assets/demo/manyCloud.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						| After Width: | Height: | Size: 9.7 KiB | 
							
								
								
									
										
											BIN
										
									
								
								public/assets/demo/nightSunny.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						| After Width: | Height: | Size: 5.1 KiB | 
							
								
								
									
										
											BIN
										
									
								
								public/assets/demo/rainSnow.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						| After Width: | Height: | Size: 7.2 KiB | 
							
								
								
									
										
											BIN
										
									
								
								public/assets/demo/sandstorm.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						| After Width: | Height: | Size: 1.1 KiB | 
							
								
								
									
										
											BIN
										
									
								
								public/assets/demo/smallRain.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						| After Width: | Height: | Size: 7.1 KiB | 
							
								
								
									
										
											BIN
										
									
								
								public/assets/demo/smallSnow.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						| After Width: | Height: | Size: 7.1 KiB | 
							
								
								
									
										
											BIN
										
									
								
								public/assets/demo/sunny copy.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						| After Width: | Height: | Size: 4.2 KiB | 
							
								
								
									
										
											BIN
										
									
								
								public/assets/demo/thunderstorm.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						| After Width: | Height: | Size: 8.4 KiB | 
| @ -25,7 +25,7 @@ | |||||||
|               class="weather-item" |               class="weather-item" | ||||||
|               :style="{ transform: `translateY(-${offsetY}px)`, transition: transition }" |               :style="{ transform: `translateY(-${offsetY}px)`, transition: transition }" | ||||||
|             > |             > | ||||||
|               <img :src="`@/assets/images/${item.icon}.png`" alt="" /> |               <img :src="`/assets/demo/${item.icon}.png`" alt="" /> | ||||||
|               <div>{{ item.weather }}{{ item.tempMin }}°/{{ item.tempMax }}°</div> |               <div>{{ item.weather }}{{ item.tempMin }}°/{{ item.tempMax }}°</div> | ||||||
|               <div>{{ item.week }}({{ item.date }})</div> |               <div>{{ item.week }}({{ item.date }})</div> | ||||||
|             </div> |             </div> | ||||||
|  | |||||||
| @ -9,7 +9,7 @@ | |||||||
|         <!-- 合同利润:保持万元显示 --> |         <!-- 合同利润:保持万元显示 --> | ||||||
|         <RevenueContractCard title="合同利润" :value="formatToTenThousand(data.profitAmount, 'tenThousand')" /> |         <RevenueContractCard title="合同利润" :value="formatToTenThousand(data.profitAmount, 'tenThousand')" /> | ||||||
|         <!-- 工程变更:改为百分比显示 --> |         <!-- 工程变更:改为百分比显示 --> | ||||||
|         <RevenueContractCard title="工程变更" :value="formatToTenThousand(data.changeAmount, 'percentage')" unit="" /> |         <!-- <RevenueContractCard title="工程变更" :value="formatToTenThousand(data.changeAmount, 'percentage')" unit="" /> --> | ||||||
|       </div> |       </div> | ||||||
|     </div> |     </div> | ||||||
|     <div class="centerPage_map"> |     <div class="centerPage_map"> | ||||||
|  | |||||||
| @ -25,7 +25,7 @@ | |||||||
|               class="weather-item" |               class="weather-item" | ||||||
|               :style="{ transform: `translateY(-${offsetY}px)`, transition: transition }" |               :style="{ transform: `translateY(-${offsetY}px)`, transition: transition }" | ||||||
|             > |             > | ||||||
|               <img :src="`../../../src/assets/images/${item.icon}.png`" alt="" /> |               <img :src="`/assets/demo/${item.icon}.png`" alt="" /> | ||||||
|               <div>{{ item.weather }}{{ item.tempMin }}°/{{ item.tempMax }}°</div> |               <div>{{ item.weather }}{{ item.tempMin }}°/{{ item.tempMax }}°</div> | ||||||
|               <div>{{ item.week }}({{ item.date }})</div> |               <div>{{ item.week }}({{ item.date }})</div> | ||||||
|             </div> |             </div> | ||||||
|  | |||||||
| @ -11,8 +11,8 @@ | |||||||
|       </div> |       </div> | ||||||
|     </div> |     </div> | ||||||
|     <div class="title"> |     <div class="title"> | ||||||
|       <div>XXX智慧工地管理平台</div> |       <div>煤科建管-新能源项目级管理平台</div> | ||||||
|       <div>XXX Smart Construction Stic Management Dashboard</div> |       <div>Coal Science Construction Management - New Energy Project Level Management Platform</div> | ||||||
|     </div> |     </div> | ||||||
|     <div class="header_right"> |     <div class="header_right"> | ||||||
|       <div class="top-bar"> |       <div class="top-bar"> | ||||||
| @ -25,7 +25,7 @@ | |||||||
|               class="weather-item" |               class="weather-item" | ||||||
|               :style="{ transform: `translateY(-${offsetY}px)`, transition: transition }" |               :style="{ transform: `translateY(-${offsetY}px)`, transition: transition }" | ||||||
|             > |             > | ||||||
|               <img :src="`../../../src/assets/images/${item.icon}.png`" alt="" /> |               <img :src="`/assets/demo/${item.icon}.png`" alt="" /> | ||||||
|               <div>{{ item.weather }}{{ item.tempMin }}°/{{ item.tempMax }}°</div> |               <div>{{ item.weather }}{{ item.tempMin }}°/{{ item.tempMax }}°</div> | ||||||
|               <div>{{ item.week }}({{ item.date }})</div> |               <div>{{ item.week }}({{ item.date }})</div> | ||||||
|             </div> |             </div> | ||||||
|  | |||||||