仪表盘
版本库
文件存储
活动
搜索
登录
main
/
JTAPI
金拓API
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
安灯报表报错问题修改 设备点检标准导入,模板验证、数据验证接口开发
yl
2022-11-03
f10feb72cae8d10d2e05ca8919b791a8f38dd763
[JTAPI.git]
/
VueWebApi
/
Areas
/
HelpPage
/
Views
/
Help
/
DisplayTemplates
/
InvalidSample.cshtml
1
2
3
4
5
6
7
8
9
10
11
12
13
@using VueWebApi.Areas.HelpPage
@model InvalidSample
@if (HttpContext.Current.IsDebuggingEnabled)
{
<div class="warning-message-container">
<p>@Model.ErrorMessage</p>
</div>
}
else
{
<p>Sample not available.</p>
}