提交 319d48a1 编写于 作者: KK's avatar KK

调整

上级 a4147fd1
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
<@outPutItemLaoutPanel ctrl /> <@outPutItemLaoutPanel ctrl />
<#-- END:输出项布局面板 --> <#-- END:输出项布局面板 -->
<#else> <#else>
<ion-checkbox color="secondary" :value="item.srfkey" @ionChange="checkboxChange" slot="start"></ion-checkbox> <ion-checkbox color="secondary" :value="item.srfkey" @ionChange="checkboxChange" slot="end"></ion-checkbox>
<ion-label>{{item.<#if appde.getMajorPSAppDEField()??>${appde.getMajorPSAppDEField().getCodeName()?lower_case}<#else>srfmajortext</#if>}}</ion-label> <ion-label>{{item.<#if appde.getMajorPSAppDEField()??>${appde.getMajorPSAppDEField().getCodeName()?lower_case}<#else>srfmajortext</#if>}}</ion-label>
</#if> </#if>
</ion-item> </ion-item>
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
<#-- END:输出项布局面板 --> <#-- END:输出项布局面板 -->
<#else> <#else>
<ion-label>{{item.<#if appde.getMajorPSAppDEField()??>${appde.getMajorPSAppDEField().getCodeName()?lower_case}<#else>srfmajortext</#if>}}</ion-label> <ion-label>{{item.<#if appde.getMajorPSAppDEField()??>${appde.getMajorPSAppDEField().getCodeName()?lower_case}<#else>srfmajortext</#if>}}</ion-label>
<ion-radio slot="start" :value="item.srfkey"></ion-radio> <ion-radio slot="end" :value="item.srfkey"></ion-radio>
</#if> </#if>
</ion-item> </ion-item>
</ion-radio-group> </ion-radio-group>
\ No newline at end of file
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册