{
"propertyTemplates":[
{
"placeholder" : "{{Property_Looped_Header_Template_Here}}",
"condition" : "{{Property_Listed_Here}} == true",
"templates" : [
{
"type" : "default",
"content" : " <th style=\"width: 150px\" pSortableColumn=\"{{property_Name_Here}}\">
{{l('{{Property_Name_Here}}')}}
<p-sortIcon field=\"{{entity_Name_Here}}.{{property_Name_Here}}\"></p-sortIcon>
</th>
"
}
]
},
{
"placeholder" : "{{Property_Looped_Template_Here}}",
"condition" : "{{Property_Listed_Here}} == true",
"templates" : [
{
"type" : "enum",
"content" : " <td style=\"width:150px\">
<span class=\"ui-column-title\"> {{l('{{Property_Name_Here}}')}}</span>
{{l({{Enum_Localization_Before_060600}} {{property_Type_Here}}[record.{{entity_Name_Here}}.{{property_Name_Here}}])}}
</td>
"
},
{
"type" : "bool",
"content" : " <td style=\"width:150px\">
<span class=\"ui-column-title\"> {{l('{{Property_Name_Here}}')}}</span>
<div *ngIf=\"record.{{entity_Name_Here}}.{{property_Name_Here}}\" class=\"text-center\"><i class=\"fa fa-check-circle {{Font_Success_Class_Here}}\" title=\"True\"></i></div>
<div *ngIf=\"!record.{{entity_Name_Here}}.{{property_Name_Here}}\" class=\"text-center\"><i class=\"fa fa-times-circle\" title=\"False\"></i></div>
</td>
"
},
{
"type" : "DateTime",
"content" : " <td style=\"width:150px\">
<span class=\"ui-column-title\"> {{l('{{Property_Name_Here}}')}}</span>
<span *ngIf=\"record.{{entity_Name_Here}}.{{property_Name_Here}}\">
{{record.{{entity_Name_Here}}.{{property_Name_Here}} | momentFormat:\'L\'}}
</span>
<span *ngIf=\"!record.{{entity_Name_Here}}.{{property_Name_Here}}\">-</span>
</td>
"
},
{
"type" : "default",
"content" : " <td style=\"width:150px\">
<span class=\"ui-column-title\"> {{l('{{Property_Name_Here}}')}}</span>
{{record.{{entity_Name_Here}}.{{property_Name_Here}}}}
</td>
"
}
]
},
{
"placeholder" : "{{Property_Filter_Template_Here}}",
"condition" : "{{Property_Advanced_Filter_Here}} == true",
"templates" : [
{
"type" : "enum",
"content" : "
<div class=\"col-md-3\">
<label for=\"{{Property_Name_Here}}FilterSelect\">{{l(\"{{Property_Name_Here}}\")}}</label>
<select class=\"form-control\" name=\"{{Property_Name_Here}}Filter\" id=\"{{Property_Name_Here}}FilterSelect\" [(ngModel)]=\"{{property_Name_Here}}Filter\">
<option value=\"-1\">{{l(\"All\")}}</option>
{{Enum_Option_Looped_Template_Here}}
</select>
</div>"
},
{
"type" : "bool",
"content" : "
<div class=\"col-md-3\">
<label for=\"{{Property_Name_Here}}FilterSelect\">{{l(\"{{Property_Name_Here}}\")}}</label>
<select class=\"form-control\" name=\"{{Property_Name_Here}}Filter\" id=\"{{Property_Name_Here}}FilterSelect\" [(ngModel)]=\"{{property_Name_Here}}Filter\">
<option value=\"-1\">{{l(\"All\")}}</option>
<option value=\"0\">{{l(\"False\")}}</option>
<option value=\"1\">{{l(\"True\")}}</option>
</select>
</div>"
},
{
"type" : "DateTime",
"content" : "
<div class=\"col-md-3\">
<div class=\"form-group\">
<label for=\"Min{{Property_Name_Here}}Filter\">{{l(\"{{Property_Name_Here}}Range\")}}</label>
<div class=\"input-group\">
{{DateTimePicker_Before_V6}}{{DateTimePicker_After_V6}}
</div>
</div>
</div>"
},
{
"type" : "numeric",
"content" : "
<div class=\"col-md-3\">
<div class=\"form-group\">
<label for=\"Min{{Property_Name_Here}}Filter\">{{l(\"MinMax\")}} {{l(\"{{Property_Name_Here}}\")}}</label>
<div class=\"input-group\">
<input type=\"number\" class=\"form-control\" id=\"Min{{Property_Name_Here}}Filter\" [(ngModel)]=\"min{{Property_Name_Here}}Filter\" placeholder=\"{{l('MinValue')}}\" name=\"min{{Property_Name_Here}}Filter\" />
<input type=\"number\" class=\"form-control\" [(ngModel)]=\"max{{Property_Name_Here}}Filter\" placeholder=\"{{l('MaxValue')}}\" name=\"max{{Property_Name_Here}}Filter\" />
</div>
</div>
</div>"
},
{
"type" : "default",
"content" : "
<div class=\"col-md-3\">
<div class=\"form-group\">
<label for=\"{{Property_Name_Here}}Filter\">{{l(\"{{Property_Name_Here}}\")}}</label>
<input type=\"text\" class=\"form-control\" id=\"{{Property_Name_Here}}Filter\" name=\"{{property_Name_Here}}Filter\" [(ngModel)]=\"{{property_Name_Here}}Filter\">
</div>
</div>"
}
]
}
],
"navigationPropertyTemplates":[
{
"placeholder" : "{{NP_Looped_Header_Template_Here}}",
"templates" : [
{
"relation" : "single",
"content" : " <th style=\"width: 150px\" pSortableColumn=\"{{nP_Object_Name_Here}}Fk.{{nP_Display_Property_Name_Here}}\">
{{l('{{NP_Display_Property_Name_Here}}')}}
<p-sortIcon field=\"{{nP_Foreign_Entity_Name_Here}}{{NP_Display_Property_Name_Here}}{{NP_Duplication_Number_Here}}\"></p-sortIcon>
</th>
"
}
]
},
{
"placeholder" : "{{NP_Looped_Template_Here}}",
"templates" : [
{
"relation" : "single",
"content" : " <td style=\"width:150px\">
<span class=\"ui-column-title\"> {{l('{{NP_Display_Property_Name_Here}}')}}</span>
{{record.{{nP_Foreign_Entity_Name_Here}}{{NP_Display_Property_Name_Here}}{{NP_Duplication_Number_Here}}}}
</td>
"
}
]
},
{
"placeholder" : "{{NP_Filter_Template_Here}}",
"templates" : [
{
"relation" : "single",
"content" : "
<div class=\"col-md-3\">
<div class=\"form-group\">
<label for=\"{{NP_Foreign_Entity_Name_Here}}{{NP_Display_Property_Name_Here}}{{NP_Duplication_Number_Here}}Filter\">({{l(\"{{NP_Foreign_Entity_Name_Here}}{{NP_Duplication_Number_Here}}\")}}) {{l(\"{{NP_Display_Property_Name_Here}}\")}}</label>
<input type=\"text\" class=\"form-control\" id=\"{{NP_Foreign_Entity_Name_Here}}{{NP_Display_Property_Name_Here}}{{NP_Duplication_Number_Here}}Filter\" name=\"{{nP_Foreign_Entity_Name_Here}}{{NP_Display_Property_Name_Here}}{{NP_Duplication_Number_Here}}Filter\" [(ngModel)]=\"{{nP_Foreign_Entity_Name_Here}}{{NP_Display_Property_Name_Here}}{{NP_Duplication_Number_Here}}Filter\">
</div>
</div>"
}
]
}
],
"enumTemplates":[
{
"placeholder" : "{{Enum_Option_Looped_Template_Here}}",
"content" : " <option value=\"{{Enum_Property_Value_Here}}\">{{l(\'{{Enum_Property_Name_Here}}\')}}</option>
"
}
],
"conditionalTemplates":[
{
"placeholder": "{{EntityHistoryModal_Action_Here}}",
"condition": "{{Entity_History_Here}} == true",
"c
没有合适的资源?快使用搜索试试~ 我知道了~
aspnet-zero-core-9.2.0

共4880个文件
cs:1239个
css:667个
js:617个

需积分: 10 140 浏览量
2020-11-05
11:09:32
上传
评论
收藏 39.41MB ZIP 举报
aspnet-zero-core-9.2.0 带补丁亲测。 利用ABP框架搭建的模板项目,它会提供预建的页面及强大的基础设施架构。利用它提供的基础框架代码能让你快速的开发你的应用层。 基于Abp开发的aspnet-zero-core-9.2.0最新版本,测试可用,可以改名。
资源详情
资源评论
资源推荐
收起资源包目录





































































































共 4880 条
- 1
- 2
- 3
- 4
- 5
- 6
- 49
















sfgwkpe
- 粉丝: 7
- 资源: 11

上传资源 快速赚钱
我的内容管理 收起
我的资源 快来上传第一个资源
我的收益
登录查看自己的收益我的积分 登录查看自己的积分
我的C币 登录后查看C币余额
我的收藏
我的下载
下载帮助

会员权益专享
最新资源
- 很棒的毕业设计、课程设计、练手的java项目-员工工资管理系统(文档+视频+源码齐全).rar
- 很棒的毕业设计、课程设计、练手的java项目-学生选课系统(文档+视频+源码齐全).rar
- 很棒的毕业设计、课程设计、练手的java项目-学生选课成绩信息管理系统(ER图文档+视频+源码齐全).rar
- 很棒的毕业设计、课程设计、练手的java项目-学生信息管理(文档+视频+源码齐全).rar
- 很棒的毕业设计、课程设计、练手的java项目-图书管管理系统(视频+源码齐全).rar
- 很棒的毕业设计、课程设计、练手的java项目-汽车租赁管理系统(详细文档+视频+源码齐全).rar
- 很棒的毕业设计、课程设计、练手的java项目-酒店管理系统(流程图+需求背景数据库+架构说明,视频源码齐全).rar
- 很棒的毕业设计、课程设计、练手的java项目-Oracle飞机订票系统(流程图+需求背景+数据库+架构说明+源码).rar
- 很棒的毕业设计、课程设计、练手的java项目-购物系统项目(文档+视频+源码).rar
- 很棒的毕业设计、课程设计、练手的java项目-电影票购票管理系统(视频+源码).rar
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈



安全验证
文档复制为VIP权益,开通VIP直接复制

评论0