diff --git a/SolarPower/Views/StationReport/Index.cshtml b/SolarPower/Views/StationReport/Index.cshtml
index d89eef8..4669b0c 100644
--- a/SolarPower/Views/StationReport/Index.cshtml
+++ b/SolarPower/Views/StationReport/Index.cshtml
@@ -228,67 +228,71 @@
-
-
-
-
-
-
-
- | 出租人 |
- 租金比例 |
- 租金金額(未稅) |
- 租金金額(含稅) |
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- | 縣市 |
- 平均發電量(kWp) |
- 有效發電小時 |
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+ | 出租人 |
+ 租金比例 |
+ 租金金額(未稅) |
+ 租金金額(含稅) |
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ | 縣市 |
+ 平均發電量(kWp) |
+ 有效發電小時 |
+
+
+
+
+
+
+
+
+
+
+
@@ -840,9 +844,11 @@
$(e).removeClass("btn-primary").addClass("btn-success");
button = e;
+ $('#all').hide();
$('#hiretable').hide();
$('#maxtable').hide();
+
tablehand(form);
}
@@ -1221,7 +1227,8 @@
}
$('#overviewtable').show();
$('#detailtable').show();
-
+
+ $('#all').show();
nowform = form;
}, 'json');
}