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

jackwang 部署微服务应用

上级 e919471f
...@@ -285,6 +285,7 @@ export default class HRLegalUIServiceBase extends UIService { ...@@ -285,6 +285,7 @@ export default class HRLegalUIServiceBase extends UIService {
viewname: 'hrlegal-v-001', viewname: 'hrlegal-v-001',
height: 0, height: 0,
width: 600, width: 600,
title: actionContext.$t('entities.hrlegal.views.v_001.title'),
placement: 'DRAWER_RIGHT', placement: 'DRAWER_RIGHT',
}; };
openDrawer(view, data); openDrawer(view, data);
......
...@@ -10,9 +10,9 @@ ...@@ -10,9 +10,9 @@
<row> <row>
<i-col :md="{ span: 24, offset: 0 }"> <i-col :md="{ span: 24, offset: 0 }">
<div class="portlet-without-title"> <div class="portlet-without-title">
<card class="portlet-card custom-card" :bordered="false" dis-hover :padding="10"> <card class="portlet-card" :bordered="false" dis-hover :padding="0">
<span> <span>
<view_dashboard_sysportlet1 <view_dashboard_sysportlet1
:viewState="viewState" :viewState="viewState"
:viewparams="viewparams" :viewparams="viewparams"
:context="context" :context="context"
...@@ -22,8 +22,8 @@ ...@@ -22,8 +22,8 @@
ref='dashboard_sysportlet1' ref='dashboard_sysportlet1'
@closeview="closeView($event)"> @closeview="closeView($event)">
</view_dashboard_sysportlet1> </view_dashboard_sysportlet1>
</span> </span>
</card> </card>
</div> </div>
</i-col> </i-col>
</row> </row>
......
...@@ -66,7 +66,7 @@ ...@@ -66,7 +66,7 @@
<!--输出实体[HRLEGAL]数据结构 --> <!--输出实体[HRLEGAL]数据结构 -->
<changeSet author="a_LAB01_e85d8801c" id="tab-hrlegal-72-4"> <changeSet author="a_LAB01_e85d8801c" id="tab-hrlegal-73-4">
<createTable tableName="LEGAL"> <createTable tableName="LEGAL">
<column name="LEGALNAME" remarks="" type="VARCHAR(200)"> <column name="LEGALNAME" remarks="" type="VARCHAR(200)">
</column> </column>
...@@ -182,7 +182,7 @@ ...@@ -182,7 +182,7 @@
<!--输出实体[HROPERATIONUNIT]数据结构 --> <!--输出实体[HROPERATIONUNIT]数据结构 -->
<changeSet author="a_LAB01_e85d8801c" id="tab-hroperationunit-20-9"> <changeSet author="a_LAB01_e85d8801c" id="tab-hroperationunit-21-9">
<createTable tableName="OPERATIONUNIT"> <createTable tableName="OPERATIONUNIT">
<column name="UPDATEDATE" remarks="" type="DATETIME"> <column name="UPDATEDATE" remarks="" type="DATETIME">
</column> </column>
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册