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

lab_gzf 部署微服务应用

上级 28921a2d
......@@ -19,6 +19,7 @@ export const PageComponents = {
Vue.component('eamlocation-grid-view', () => import('@pages/location/eamlocation-grid-view/eamlocation-grid-view.vue'));
Vue.component('eamlocation-edit-view', () => import('@pages/location/eamlocation-edit-view/eamlocation-edit-view.vue'));
Vue.component('eamlocation-type-grid-view', () => import('@pages/location/eamlocation-type-grid-view/eamlocation-type-grid-view.vue'));
Vue.component('eamlocation-state-edit-view', () => import('@pages/location/eamlocation-state-edit-view/eamlocation-state-edit-view.vue'));
Vue.component('eamlocation-state-model-grid-view', () => import('@pages/location/eamlocation-state-model-grid-view/eamlocation-state-model-grid-view.vue'));
Vue.component('eamasset-state-edit-view', () => import('@pages/asset/eamasset-state-edit-view/eamasset-state-edit-view.vue'));
Vue.component('eamlocation-state-pickup-grid-view', () => import('@pages/location/eamlocation-state-pickup-grid-view/eamlocation-state-pickup-grid-view.vue'));
......
......@@ -309,6 +309,20 @@ const router = new Router({
},
component: () => import('@pages/location/eamlocation-type-grid-view/eamlocation-type-grid-view.vue'),
},
{
path: 'eamlocationstates/:eamlocationstate?/editview/:editview?',
meta: {
caption: 'entities.eamlocationstate.views.editview.title',
info:'',
parameters: [
{ pathName: 'appindexview', parameterName: 'appindexview' },
{ pathName: 'eamlocationstates', parameterName: 'eamlocationstate' },
{ pathName: 'editview', parameterName: 'editview' },
],
requireAuth: true,
},
component: () => import('@pages/location/eamlocation-state-edit-view/eamlocation-state-edit-view.vue'),
},
{
path: 'eamlocationstatemodels/:eamlocationstatemodel?/gridview/:gridview?',
meta: {
......
......@@ -13,6 +13,15 @@ export const viewstate: any = {
'251816f09cb8f040c9309992cf957370',
],
},
{
viewtag: '0b6fa9e6ebc1f6d1afaf3c19585840b0',
viewmodule: 'Location',
viewname: 'EAMLocationStateEditView',
viewaction: '',
viewdatachange: false,
refviews: [
],
},
{
viewtag: '1769804cd7ab51624ac3c88c2090363b',
viewmodule: 'Location',
......@@ -109,7 +118,7 @@ export const viewstate: any = {
viewaction: '',
viewdatachange: false,
refviews: [
'7bf1327f579d782d5cdb98528999a5e0',
'0b6fa9e6ebc1f6d1afaf3c19585840b0',
],
},
{
......
......@@ -152,7 +152,7 @@ export class ListExpViewlistexpbarListexpbarBase extends MainControlBase {
* @type {string}
* @memberof ListExpViewlistexpbarBase
*/
public navViewName: string = "eamlocation-state-model-edit-view";
public navViewName: string = "eamlocation-state-edit-view";
/**
* 导航视图参数
......
<split id="listexpviewlistexpbar" class="app-list-exp-bar show-title-bar" v-model="split" mode="horizontal" @on-move-end="onSplitChange.apply(_self, arguments)">
<split id="listexpviewlistexpbar" class="app-list-exp-bar" v-model="split" mode="horizontal" @on-move-end="onSplitChange.apply(_self, arguments)">
<template slot='left'>
<div class='list-exp-bar-header'>
{{$t('app.listExpBar.title')}}
</div>
<div class="container-header">
</div>
<div class='list-exp-bar-content'>
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册