diff --git "a/@VIEW/\345\256\236\344\275\223\345\267\245\344\275\234\346\265\201\345\212\250\346\200\201\345\257\274\350\210\252\350\241\250\346\240\274\350\247\206\345\233\276/VIEW-BASE.vue.ftl" "b/@VIEW/\345\256\236\344\275\223\345\267\245\344\275\234\346\265\201\345\212\250\346\200\201\345\257\274\350\210\252\350\241\250\346\240\274\350\247\206\345\233\276/VIEW-BASE.vue.ftl" index fe0913488cfb58ff6644910cc88e5221e13c2dc3..568124e7cf7eea74c29f22386f905aad4b1efbf1 100644 --- "a/@VIEW/\345\256\236\344\275\223\345\267\245\344\275\234\346\265\201\345\212\250\346\200\201\345\257\274\350\210\252\350\241\250\346\240\274\350\247\206\345\233\276/VIEW-BASE.vue.ftl" +++ "b/@VIEW/\345\256\236\344\275\223\345\267\245\344\275\234\346\265\201\345\212\250\346\200\201\345\257\274\350\210\252\350\241\250\346\240\274\350\247\206\345\233\276/VIEW-BASE.vue.ftl" @@ -17,7 +17,7 @@ <#list view.getPSAppViewRefs() as viewRef> <#if viewRef.getName?? && viewRef.getName()?? && viewRef.getRefPSAppView?? && viewRef.getRefPSAppView()??> <#assign refAppView = viewRef.getRefPSAppView() /> - "${viewRef.getName()}":{viewname:"${srffilepath2(refAppView.getCodeName())}",title:"<#if refAppView.getPSAppDataEntity()??>entities.${refAppView.getPSAppDataEntity().getCodeName()?lower_case}.views.${refAppView.getPSDEViewCodeName()?lower_case}.caption<#else>app.views.${refAppView.getCodeName()?lower_case}.caption</#if>", width: <#if refAppView.getWidth?? && refAppView.getWidth() gt 0>${refAppView.getWidth()}<#else>800</#if>, height: <#if refAppView.getHeight?? && refAppView.getHeight() gt 0>${refAppView.getHeight()}<#else>500</#if>}<#if viewRef_has_next>,</#if> + "${viewRef.getName()}":{viewname:"${srffilepath2(refAppView.getCodeName())}",title:"<#if refAppView.getPSAppDataEntity()??>entities.${refAppView.getPSAppDataEntity().getCodeName()?lower_case}.views.${refAppView.getPSDEViewCodeName()?lower_case}.caption<#else>app.views.${refAppView.getCodeName()?lower_case}.caption</#if>", width: <#if refAppView.getWidth?? && refAppView.getWidth() gt 0>${refAppView.getWidth()?c}<#else>800</#if>, height: <#if refAppView.getHeight?? && refAppView.getHeight() gt 0>${refAppView.getHeight()?c}<#else>500</#if>}<#if viewRef_has_next>,</#if> </#if> </#list> </#if> diff --git "a/@VIEW/\345\256\236\344\275\223\345\267\245\344\275\234\346\265\201\345\212\250\346\200\201\347\274\226\350\276\221\350\247\206\345\233\276/VIEW-BASE.vue.ftl" "b/@VIEW/\345\256\236\344\275\223\345\267\245\344\275\234\346\265\201\345\212\250\346\200\201\347\274\226\350\276\221\350\247\206\345\233\276/VIEW-BASE.vue.ftl" index 083ab36675a1fd7d61bde42bcd895eed378c7ecf..89e83ec95f4224e1b0f3211775ade2ce2ed7d44c 100644 --- "a/@VIEW/\345\256\236\344\275\223\345\267\245\344\275\234\346\265\201\345\212\250\346\200\201\347\274\226\350\276\221\350\247\206\345\233\276/VIEW-BASE.vue.ftl" +++ "b/@VIEW/\345\256\236\344\275\223\345\267\245\344\275\234\346\265\201\345\212\250\346\200\201\347\274\226\350\276\221\350\247\206\345\233\276/VIEW-BASE.vue.ftl" @@ -38,7 +38,7 @@ <#list view.getPSAppViewRefs() as viewRef> <#if viewRef.getName?? && viewRef.getName()?? && viewRef.getRefPSAppView?? && viewRef.getRefPSAppView()??> <#assign refAppView = viewRef.getRefPSAppView() /> - "${viewRef.getName()}":{viewname:"${srffilepath2(refAppView.getCodeName())}",title:"<#if refAppView.getPSAppDataEntity()??>entities.${refAppView.getPSAppDataEntity().getCodeName()?lower_case}.views.${refAppView.getPSDEViewCodeName()?lower_case}.caption<#else>app.views.${refAppView.getCodeName()?lower_case}.caption</#if>", width: <#if refAppView.getWidth?? && refAppView.getWidth() gt 0>${refAppView.getWidth()}<#else>800</#if>, height: <#if refAppView.getHeight?? && refAppView.getHeight() gt 0>${refAppView.getHeight()}<#else>500</#if>}<#if viewRef_has_next>,</#if> + "${viewRef.getName()}":{viewname:"${srffilepath2(refAppView.getCodeName())}",title:"<#if refAppView.getPSAppDataEntity()??>entities.${refAppView.getPSAppDataEntity().getCodeName()?lower_case}.views.${refAppView.getPSDEViewCodeName()?lower_case}.caption<#else>app.views.${refAppView.getCodeName()?lower_case}.caption</#if>", width: <#if refAppView.getWidth?? && refAppView.getWidth() gt 0>${refAppView.getWidth()?c}<#else>800</#if>, height: <#if refAppView.getHeight?? && refAppView.getHeight() gt 0>${refAppView.getHeight()?c}<#else>500</#if>}<#if viewRef_has_next>,</#if> </#if> </#list> </#if>