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
9c1c529f
Commit
9c1c529f
authored
Aug 13, 2020
by
仇晓婷
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
待审批详情优化
parent
7746ed7d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
45 deletions
+10
-45
approval.vue
pages/home/component/approval.vue
+10
-45
No files found.
pages/home/component/approval.vue
View file @
9c1c529f
...
...
@@ -13,32 +13,16 @@
</div>
</Card>
<Modal
v-model=
"viewModal"
width=
"800"
title=
"详情"
>
<Row
class=
"mo_cont"
>
<Col
span=
"12"
class=
"label"
>
<span
class=
"title"
>
编号:
</span>
{{
viewData
.
code
}}
</Col>
<Col
span=
"12"
class=
"label"
>
<span
class=
"title"
>
审批类型:
</span>
{{
viewData
.
schemaName
}}
</Col>
<Col
span=
"12"
class=
"label"
>
<span
class=
"title"
>
当前环节:
</span>
{{
viewData
.
currentNodeName
}}
</Col>
<Col
span=
"12"
class=
"label"
>
<span
class=
"title"
>
下一环节:
</span>
{{
viewData
.
nextNodeName
}}
</Col>
<Col
span=
"12"
class=
"label"
>
<span
class=
"title"
>
创建人:
</span>
{{
viewData
.
creator
}}
</Col>
<Col
span=
"12"
class=
"label"
>
<span
class=
"title"
>
创建时间:
</span>
{{
viewData
.
creationTime
}}
</Col>
</Row>
<div
class=
"detail"
>
<Row>
<Filed
:span=
"12"
name=
"编号:"
>
{{
viewData
.
code
}}
</Filed>
<Filed
:span=
"12"
name=
"审批类型:"
>
{{
viewData
.
schemaName
}}
</Filed>
<Filed
:span=
"12"
name=
"当前环节:"
>
{{
viewData
.
currentNodeName
}}
</Filed>
<Filed
:span=
"12"
name=
"下一环节:"
>
{{
viewData
.
nextNodeName
}}
</Filed>
<Filed
:span=
"12"
name=
"创建人:"
>
{{
viewData
.
creator
}}
</Filed>
<Filed
:span=
"12"
name=
"创建时间:"
>
{{
viewData
.
creationTime
}}
</Filed>
</Row>
</div>
</Modal>
</div>
</
template
>
...
...
@@ -137,23 +121,4 @@ export default {
.row_card_body {
margin-top: 10px;
}
.mo_cont {
border-top: 1px solid #ddd;
border-left: 1px solid #ddd;
.label {
display: table-cell;
border-bottom: 1px solid #ddd;
border-right: 1px solid #ddd;
// margin: 0 0 -1px -1px;
line-height: 30px;
box-sizing: border-box;
.title {
background: #e8eaf1;
display: inline-block;
width: 100px;
text-align: right;
padding: 0 5px;
}
}
}
</
style
>
\ 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