zhaoyun 1 month ago
parent
commit
5bc3d4c762
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/modules/weather/list.vue

+ 1 - 1
src/views/modules/weather/list.vue

@@ -65,7 +65,7 @@
 					</el-table-column>
 					<el-table-column :resizable='true' :sortable='true'  
 						prop="temperatures"
-						label="最低温度">
+						label="最低温度(℃)">
 						<template slot-scope="scope">
 							{{scope.row.temperatures}}
 						</template>