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

ibiz4j 发布系统代码

上级 d1012a7b
......@@ -35,7 +35,8 @@
</i-col>
<i-col v-show="detailsModel.modelcfg.visible" :style="{}" :sm="{ span: 24, offset: 0 }" :md="{ span: 24, offset: 0 }" :lg="{ span: 24, offset: 0 }" :xl="{ span: 24, offset: 0 }">
<app-form-item name='modelcfg' :itemRules="this.rules().modelcfg" class='' :caption="$t('entities.metamodel.main_form.details.modelcfg')" uiStyle="DEFAULT" :labelWidth="0" :isShowCaption="false" :error="detailsModel.modelcfg.error" :isEmptyCaption="false" labelPos="NONE">
<avue-custom-form :isSubForm="true" :isParseString="true" :isFormData="false" v-model="data.modelcfg" :formData="data" :url="`lite/ibzlite-web/components/modelcfg`" :formState="formState"></avue-custom-form>
<app-code-editor :code="data.modelcfg" :disabled="detailsModel.modelcfg.disabled" @change="(val) =>{this.data.modelcfg =val}" codetype="javascript" ></app-code-editor>
</app-form-item>
</i-col>
......
......@@ -240,7 +240,7 @@
<!--输出实体[META_MODEL]数据结构 -->
<changeSet author="a_A_5d9d78509" id="tab-meta_model-18-10">
<changeSet author="a_A_5d9d78509" id="tab-meta_model-20-10">
<createTable tableName="IBZMODEL">
<column name="MODELID" remarks="" type="VARCHAR(100)">
<constraints primaryKey="true" primaryKeyName="PK_META_MODEL_MODELID"/>
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册