|
@@ -16,7 +16,7 @@
|
|
|
</el-button>
|
|
|
</HcTooltip>
|
|
|
</template>
|
|
|
- <HcTable :column="tableWeatherColumn" :datas="tableWeatherData" :loading="tableWeatherLoading" :maXheight="650" >
|
|
|
+ <HcTable :column="tableWeatherColumn" :datas="tableWeatherData" :loading="tableWeatherLoading" >
|
|
|
<template #tempLow="{row}">{{row['tempLow']}} ~ {{row['tempHigh']}}</template>
|
|
|
<template #action="{row}">
|
|
|
<HcTooltip keys="write_weather_edit">
|