ProjectOverview.cshtml 722 Bytes
@addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers
@{
    ViewData["title"] = "项目工程表";
    Layout = "~/Views/Shared/_Layout.cshtml";
}
@section header
{
    <style type="text/css">
        .layui-breadcrumb>* {
            font-size:18px;
        }
    </style>
}
<span class="layui-breadcrumb" lay-separator="> " lay-filter="demo">
    <a href="/configure/BaseProject/ProjectOverview" style="padding-left: 18px;">项目概述</a>
</span>
<br />
我是 项目概述的内容
<br />
<br />
<br />
<a class="sys-a-det" href="/equipment/Equipment/Index"> 设备列表 </a>

@section Scripts
 {
    <script type="text/javascript" src="/productjs/configure/ProjectOverview.js" asp-append-version="true"></script>
 }