Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mes-ui
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
周远喜
mes-ui
Commits
88e15c87
Commit
88e15c87
authored
Jun 22, 2020
by
kangzhenfei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
无聊审批工作流web-set
parent
2c7a40f2
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
59 additions
and
37 deletions
+59
-37
base.less
assets/css/base.less
+2
-2
zh-CN.js
i18n/locale/zh-CN.js
+3
-3
detail.vue
pages/handle/examine13/detail.vue
+5
-2
footer.vue
pages/handle/footer.vue
+5
-0
index.vue
pages/handle/index.vue
+24
-21
process.vue
pages/handle/process.vue
+4
-9
shen.less
pages/handle/shen.less
+16
-0
No files found.
assets/css/base.less
View file @
88e15c87
...
...
@@ -1237,12 +1237,12 @@ html [type=button] {
left: 0;
text-align: center;
padding: 20px 0;
background: #
d0d2d9
;
background: #
08080894
;
div {
height: 25px;
font-size: 14px;
color: #
333
;
color: #
ffffff
;
line-height: 28px;
}
...
...
i18n/locale/zh-CN.js
View file @
88e15c87
...
...
@@ -603,9 +603,9 @@ export default {
currentNodeName
:
'当前环节'
,
nextNodeId
:
'下一环节Id'
,
nextNodeName
:
'下一环节'
,
creatorUserId
:
'
创建
用户Id'
,
creator
:
'
创建
人'
,
creationTime
:
'
创建
时间'
,
creatorUserId
:
'
发起
用户Id'
,
creator
:
'
发起
人'
,
creationTime
:
'
发起
时间'
,
},
processList
:
{
//工艺规程列表
id
:
'id'
,
...
...
pages/handle/examine13/detail.vue
View file @
88e15c87
<
style
lang=
"less"
scope
>
@import "../shen.less";
</
style
>
<
template
>
<div
class=
"new-detail"
style=
"width:90%;margin:0 auto"
>
<div
class=
"new-detail"
>
<Row>
<Filed
:span=
"8"
name=
"编码:"
>
{{
!
entity
.
code
?
'未分配'
:
entity
.
code
}}
</Filed>
<Filed
:span=
"8"
name=
"名称:"
>
{{
entity
.
name
}}
</Filed>
...
...
@@ -9,7 +12,7 @@
<Filed
:span=
"8"
name=
"版本:"
>
{{
entity
.
version
}}
</Filed>
<Filed
:span=
"8"
name=
"描述:"
>
{{
entity
.
description
}}
</Filed>
</Row>
<Divider
orientation=
"
left"
>
扩展属性
</Divider>
<Divider
orientation=
"
center"
><h3>
扩展属性
</h3>
</Divider>
<Row>
<Filed
v-for=
"li in fileds"
:key=
"li.field"
:span=
"li.span"
:name=
"li.title+':'"
>
<State
v-if=
"li.dataType==3"
:code=
"li.note"
:value=
"entity[li.field]"
/>
...
...
pages/handle/footer.vue
View file @
88e15c87
...
...
@@ -288,3 +288,8 @@ export default {
watch
:
{}
}
</
script
>
<
style
lang=
"less"
>
.ivu-form .ivu-form-item-label{
color: white;
}
</
style
>
\ No newline at end of file
pages/handle/index.vue
View file @
88e15c87
<
template
>
<div
class=
"myBug"
>
<Tabs
:animated=
"false"
@
on-click=
"tab"
value=
"3"
>
...
...
@@ -103,6 +104,29 @@ export default {
key
:
"schemaId"
,
hide
:
true
},
{
title
:
this
.
l
(
"status"
),
key
:
"status"
,
align
:
"center"
,
width
:
120
,
high
:
true
,
code
:
"Handle.todoList.status"
},
{
title
:
this
.
l
(
"creatorUserId"
),
key
:
"creatorUserId"
,
hide
:
true
},
{
title
:
this
.
l
(
"creator"
),
key
:
"creator"
,
align
:
"center"
},
{
title
:
this
.
l
(
"creationTime"
),
key
:
"creationTime"
,
align
:
"center"
},
{
title
:
this
.
l
(
"schemaName"
),
key
:
"schemaName"
...
...
@@ -135,27 +159,6 @@ export default {
title
:
this
.
l
(
"nextNodeName"
),
key
:
"nextNodeName"
},
{
title
:
this
.
l
(
"status"
),
key
:
"status"
,
high
:
true
,
code
:
"Handle.todoList.status"
},
{
title
:
this
.
l
(
"creatorUserId"
),
key
:
"creatorUserId"
,
hide
:
true
},
{
title
:
this
.
l
(
"creator"
),
key
:
"creator"
,
align
:
"center"
},
{
title
:
this
.
l
(
"creationTime"
),
key
:
"creationTime"
,
align
:
"center"
},
{
title
:
"操作"
,
...
...
pages/handle/process.vue
View file @
88e15c87
<
style
lang=
"less"
scope
>
@import "./shen.less";
</
style
>
<
template
>
<div
class=
"Design"
>
<h3>
{{
processTitle
}}
</h3>
...
...
@@ -191,12 +194,4 @@ export default {
computed
:
{},
watch
:
{}
}
</
script
>
<
style
lang=
"less"
>
.Design{
margin:20px auto; width:90%;
.ivu-timeline-item-head{
background-color: transparent;
}
}
</
style
>
\ No newline at end of file
</
script
>
\ No newline at end of file
pages/handle/shen.less
0 → 100644
View file @
88e15c87
.new-detail{
margin: 0 auto;
width: 98%;
background: #fff;
box-shadow: 0px 2px 6px rgba(0,0,0,0.16);
}
.Design{
margin:20px auto;
width: 98%;
padding: 20px;
background: #fff;
box-shadow: 0px 2px 6px rgba(0,0,0,0.16);
.ivu-timeline-item-head{
background-color: transparent;
}
}
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment