ProjectMapEqDescIndex.cshtml 563 Bytes
@addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers
@{
    ViewData["title"] = "设备管理";
    Layout = "~/Views/Shared/_Layout.cshtml";
}
@section header
{
 
}
<span class="layui-breadcrumb" lay-separator=">" lay-filter="projectMap" style="visibility: visible;">
    <a href="/configure/BaseProject/ProjectOverview">项目概述</a>
    <a href="/equipment/BaseEquipment/IndexProjectAndEq">设备列表</a>
    <a href="/equipment/BaseEquipment/ProjectMapEqDescIndex">设备可视化</a>
</span>
<br />
设备可视化待实现
 

@section Scripts
    {
 
}