{
"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.3.0

共4756个文件
cs:1214个
css:667个
js:617个


温馨提示
aspnet-zero-core-9.3.0 带补丁亲测。 利用ABP框架搭建的模板项目,它会提供预建的页面及强大的基础设施架构。利用它提供的基础框架代码能让你快速的开发你的应用层。 基于Abp开发的aspnet-zero-core-9.3.0最新版本,测试可用,可以改名。
资源推荐
资源详情
资源评论
















收起资源包目录





































































































共 4756 条
- 1
- 2
- 3
- 4
- 5
- 6
- 48
资源评论

- jerryb1232021-04-02不好用,不提供改名方法,说 fail verify project name,should not rename name from ....

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


最新资源
- java个人年终工作总结.docx
- 《国家农业综合开发资金和项目管理办法》立法后评估.doc
- 电子商务实习心得体会-15篇(1).doc
- BCM方案Linux网桥的实现分析与使用.doc
- 八上第4课-顺序结构程序设计公开课教案教学设计课件案例试卷题.pptx
- 小程序商城源码-Java-C++资源
- 2022嵌入式linux入门学习规划.docx
- Matlab学习笔记.doc
- 电子商务师高级考试试题及参考答案(1).docx
- 大学生计算机实习总结(汇编15篇)(1).doc
- Meta分析-软件介绍.ppt
- 2023年数据库系统工程师考试试卷(1).doc
- 计算机组成原理课后习题及答案唐朔飞市公开课获奖课件省名师一等奖课件(1).ppt
- (完整word版)自适应波束形成与Matlab程序代码注解.doc
- 中国移动通信集团公司财务分析概况(1).doc
- EPC工程总承包项目管理及实施(共94页-图表丰富).ppt
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈



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