電站資訊標籤
This commit is contained in:
parent
e1f59fc704
commit
05a0619b00
@ -177,7 +177,7 @@ namespace SolarPower.Controllers
|
||||
myUser.myPowerStationGroupByCities = myPowerStations;
|
||||
ViewBag.myPowerStationGroupByCities = myPowerStations;
|
||||
|
||||
if (controllerName == "PowerStation" && actionName == "Edit")
|
||||
if (controllerName == "StationOverview" && actionName == "Info")
|
||||
{
|
||||
//電站資訊的各電站
|
||||
string stationId_param = filterContext.HttpContext.Request.Query["stationId"];
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
@{
|
||||
ViewData["MainNum"] = "1";
|
||||
ViewData["SubNum"] = "2";
|
||||
ViewData["MainNum"] = "2";
|
||||
//ViewData["SubNum"] = "2";
|
||||
ViewData["Title"] = "電站總覽";
|
||||
}
|
||||
@using SolarPower.Models.Role
|
||||
|
||||
Loading…
Reference in New Issue
Block a user