Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
资
资产管理
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
iBiz企业套件
资产管理
提交
12d68968
提交
12d68968
编写于
7月 29, 2020
作者:
ibizdev
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
lab_gzf 部署微服务应用
上级
28921a2d
变更
5
显示空白字符变更
内嵌
并排
正在显示
5 个修改的文件
包含
27 行增加
和
6 行删除
+27
-6
page-register.ts
...Management/src/pages/base/app-index-view/page-register.ts
+1
-0
router.ts
app_AssetManagement/src/pages/base/app-index-view/router.ts
+14
-0
state.ts
app_AssetManagement/src/store/modules/view-action/state.ts
+10
-1
list-exp-viewlistexpbar-listexpbar-base.tsx
...ar-listexpbar/list-exp-viewlistexpbar-listexpbar-base.tsx
+1
-1
list-exp-viewlistexpbar-listexpbar.html
...expbar-listexpbar/list-exp-viewlistexpbar-listexpbar.html
+1
-4
未找到文件。
app_AssetManagement/src/pages/base/app-index-view/page-register.ts
浏览文件 @
12d68968
...
...
@@ -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'
));
...
...
app_AssetManagement/src/pages/base/app-index-view/router.ts
浏览文件 @
12d68968
...
...
@@ -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
:
{
...
...
app_AssetManagement/src/store/modules/view-action/state.ts
浏览文件 @
12d68968
...
...
@@ -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
:
[
'
7bf1327f579d782d5cdb98528999a5e
0'
,
'
0b6fa9e6ebc1f6d1afaf3c19585840b
0'
,
],
},
{
...
...
app_AssetManagement/src/widgets/eamlocation-state/list-exp-viewlistexpbar-listexpbar/list-exp-viewlistexpbar-listexpbar-base.tsx
浏览文件 @
12d68968
...
...
@@ -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"
;
/**
* 导航视图参数
...
...
app_AssetManagement/src/widgets/eamlocation-state/list-exp-viewlistexpbar-listexpbar/list-exp-viewlistexpbar-listexpbar.html
浏览文件 @
12d68968
<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
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录