提交 d4425004 编写于 作者: ibizdev's avatar ibizdev

kuaikuai 发布系统代码 [后台服务,演示应用]

上级 eb16e437
...@@ -26,23 +26,14 @@ ...@@ -26,23 +26,14 @@
</i-col> </i-col>
<i-col v-show="detailsModel.field01_1.visible" :style="{}" :lg="{ span: 24, offset: 0 }"> <i-col v-show="detailsModel.field01_1.visible" :style="{}" :lg="{ span: 24, offset: 0 }">
<app-form-item name='field01_1' :itemRules="this.rules().field01_1" class='' :caption="$t('entities.ibizsample0001.main2_form.details.field01_1')" uiStyle="DEFAULT" :labelWidth="250" :isShowCaption="true" :error="detailsModel.field01_1.error" :isEmptyCaption="false" labelPos="TOP"> !!!!模版产生代码错误:----
Tip: If the failing expression is known to be legally refer to something that's sometimes null or missing, either specify a default value like myOptionalVar!myDefault, or use <#if myOptionalVar??>when-present<#else>when-missing</#if>. (These only cover the last step of the expression; to cover the whole expression, use parenthesis: (myOptionalVar.foo)!myDefault, (myOptionalVar.foo)??
<app-radio-group ----
v-model="data.field01_1"
:data="data" ----
:context="context" FTL stack trace ("~" means nesting-related):
:viewparams="viewparams" - Failed at: ${editor.name} [in template "TEMPLCODE_en_US" at line 2, column 17]
:disabled="detailsModel.field01_1.disabled" ----
name="field01_1"
:localContext ='{ }'
:localParam ='{ }'
tag='SCODELIST_TEXT'
codelistType='STATIC'
style="">
</app-radio-group>
</app-form-item>
</i-col> </i-col>
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册