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

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

上级 18bc01aa
...@@ -193,7 +193,7 @@ ...@@ -193,7 +193,7 @@
}, },
"ibizbookusr3listview": { "ibizbookusr3listview": {
"title": "图书列表视图", "title": "图书列表视图",
"caption": "图书", "caption": "列表主状态",
"viewtype": "DELISTVIEW", "viewtype": "DELISTVIEW",
"viewmodule": "Sample", "viewmodule": "Sample",
"viewname": "IBIZBOOKUsr3ListView", "viewname": "IBIZBOOKUsr3ListView",
......
...@@ -47,7 +47,7 @@ function getLocaleResourceBase(){ ...@@ -47,7 +47,7 @@ function getLocaleResourceBase(){
title: commonLogic.appcommonhandle("图书编辑视图",null), title: commonLogic.appcommonhandle("图书编辑视图",null),
}, },
usr3listview: { usr3listview: {
caption: commonLogic.appcommonhandle("图书",null), caption: commonLogic.appcommonhandle("列表主状态",null),
title: commonLogic.appcommonhandle("图书列表视图",null), title: commonLogic.appcommonhandle("图书列表视图",null),
}, },
editview3: { editview3: {
......
...@@ -201,7 +201,7 @@ mock.onGet('./assets/json/view-config.json').reply((config: any) => { ...@@ -201,7 +201,7 @@ mock.onGet('./assets/json/view-config.json').reply((config: any) => {
}, },
"ibizbookusr3listview": { "ibizbookusr3listview": {
"title": "图书列表视图", "title": "图书列表视图",
"caption": "图书", "caption": "列表主状态",
"viewtype": "DELISTVIEW", "viewtype": "DELISTVIEW",
"viewmodule": "Sample", "viewmodule": "Sample",
"viewname": "IBIZBOOKUsr3ListView", "viewname": "IBIZBOOKUsr3ListView",
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
<sider class="index_sider" :width="collapseChange ? 64 : 200" hide-trigger v-model="collapseChange" id= "left_move"> <sider class="index_sider" :width="collapseChange ? 64 : 200" hide-trigger v-model="collapseChange" id= "left_move">
<div class="sider-top"> <div class="sider-top">
<div class="page-logo"> <div class="page-logo">
<span class="menuicon" v-if="isEnableAppSwitch" @click="contextMenuDragVisiable=!contextMenuDragVisiable"><Icon type="md-menu" /></span> <img v-show="collapseChange" v-if="isEnableAppSwitch" src="../../../assets/img/logo2.png" height="16" @click="contextMenuDragVisiable=!contextMenuDragVisiable" />
<span v-show="!collapseChange" style="overflow-x: hidden;text-overflow: ellipsis;white-space: nowrap;display: block;text-align: center;font-weight: 300;font-size: 20px;">{{$t(model.srfCaption)}}</span> <span v-show="!collapseChange" style="overflow-x: hidden;text-overflow: ellipsis;white-space: nowrap;display: block;text-align: center;font-weight: 300;font-size: 20px;">{{$t(model.srfCaption)}}</span>
</div> </div>
</div> </div>
...@@ -587,7 +587,7 @@ export default class IndexBase extends Vue { ...@@ -587,7 +587,7 @@ export default class IndexBase extends Vue {
* @type {boolean} * @type {boolean}
* @memberof IndexBase * @memberof IndexBase
*/ */
public isEnableAppSwitch: boolean = false; public isEnableAppSwitch: boolean = true;
/** /**
* 初始化之前 * 初始化之前
......
...@@ -28,8 +28,6 @@ const router = new Router({ ...@@ -28,8 +28,6 @@ const router = new Router({
caption: 'app.views.index.caption', caption: 'app.views.index.caption',
info:'', info:'',
viewType: 'APPINDEX', viewType: 'APPINDEX',
imgPath: 'assets/img/logo2.png',
iconCls: '',
parameters: [ parameters: [
{ pathName: 'index', parameterName: 'index' }, { pathName: 'index', parameterName: 'index' },
], ],
......
...@@ -19,6 +19,11 @@ export default class MajorStateListModel { ...@@ -19,6 +19,11 @@ export default class MajorStateListModel {
prop: 'type', prop: 'type',
dataType: 'TEXT', dataType: 'TEXT',
}, },
{
name: 'srficon',
prop: 'icon',
dataType: 'LONGTEXT',
},
{ {
name: 'srfmajortext', name: 'srfmajortext',
prop: 'ibizbookname', prop: 'ibizbookname',
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册