修改
This commit is contained in:
		| @ -9,7 +9,7 @@ | ||||
|         <!-- 合同利润:保持万元显示 --> | ||||
|         <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 class="centerPage_map"> | ||||
|  | ||||
| @ -25,7 +25,7 @@ | ||||
|               class="weather-item" | ||||
|               :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.week }}({{ item.date }})</div> | ||||
|             </div> | ||||
|  | ||||
		Reference in New Issue
	
	Block a user