Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gassafety
Project
Project
Details
Activity
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
耿迪迪
gassafety
Commits
e369de19
Commit
e369de19
authored
Sep 16, 2021
by
耿迪迪
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
ssh://111.61.77.35:15/gengdidi/gassafety
parents
2aca4270
80e3bedd
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
11 deletions
+11
-11
index.vue
gassafety-web/src/views/workOrder/detail/index.vue
+11
-11
No files found.
gassafety-web/src/views/workOrder/detail/index.vue
View file @
e369de19
...
...
@@ -112,14 +112,14 @@
<div
v-if=
"form.actualTime != '' && form.actualTime != null"
>
<el-divider></el-divider>
<el-col
:span=
"24"
style=
"margin-top: -15px;margin-bottom: -10px;"
>
<div
style=
"color: #31EAEA;width: 100%;height: 40px;"
>
<ul>
<li>
接单信息
</li>
</ul>
</div>
</el-col>
<el-row>
<el-col
:span=
"24"
style=
"margin-top: -15px;margin-bottom: -10px;"
>
<div
style=
"color: #31EAEA;width: 100%;height: 40px;"
>
<ul>
<li>
接单信息
</li>
</ul>
</div>
</el-col>
<el-row
style=
"margin-bottom: -20px;"
>
<el-col
:span=
"6"
style=
"margin-bottom: 15px;"
>
<el-form
ref=
"form"
v-model=
"form"
:rules=
"rules"
label-width=
"100px"
style=
"height: 30px;width: 100%;"
>
<el-form-item
label=
"接单人:"
prop=
"actualInspectorName"
>
...
...
@@ -222,7 +222,7 @@
<!-- 归档信息 -->
<div
v-if=
"form.orderStatus == 3"
>
<el-divider></el-divider>
<el-row>
<el-row
style=
"margin-top: -15px;"
>
<el-col
:span=
"24"
>
<div
style=
"color: #31EAEA;width: 100%;height: 40px;"
>
<ul>
...
...
@@ -232,14 +232,14 @@
</el-col>
</el-row>
<el-row
style=
"padding-left: 40px;"
>
<el-col
:span=
"6"
>
<el-col
:span=
"6"
style=
"margin-top: -10px;margin-bottom: 10px;"
>
<el-form
ref=
"form"
v-model=
"form"
:rules=
"rules"
label-width=
"100px"
style=
"height: 30px;width: 100%;"
>
<el-form-item
label=
"归档信息:"
prop=
"archiving"
>
<font>
{{
form
.
archiving
}}
</font>
</el-form-item>
</el-form>
</el-col>
<el-col
:span=
"6"
>
<el-col
:span=
"6"
style=
"margin-top: -10px;"
>
<el-form
ref=
"form"
v-model=
"form"
:rules=
"rules"
label-width=
"100px"
style=
"height: 30px;width: 100%;"
>
<el-form-item
label=
"归档时间:"
prop=
"updateTime"
>
<font>
{{
form
.
updateTime
}}
</font>
...
...
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