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
13d1aa83
Commit
13d1aa83
authored
Jul 28, 2021
by
王晓倩
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
工单详细信息页面修改判断条件
parent
e2ccb136
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
4 deletions
+3
-4
detail.vue
gassafety-web/src/views/workOrder/basicsInfo/detail.vue
+3
-4
No files found.
gassafety-web/src/views/workOrder/basicsInfo/detail.vue
View file @
13d1aa83
...
...
@@ -80,8 +80,7 @@
</div>
</div>
<!-- 接单信息 -->
<div
v-if=
"form.actualInspectorName != null && form.actualTime != null"
>
<div
v-if=
"form.actualTime != '' && form.actualTime != null"
>
<el-divider></el-divider>
<div
style=
"color: #31EAEA;width: 100%;height: 40px;"
>
<ul><li>
接单信息
</li></ul>
...
...
@@ -96,7 +95,7 @@
</el-form>
</div>
<!-- 反馈信息 -->
<div
style=
"width: 100%;font-weight: 600;height: 200px;"
v-if=
"form.
contents != null && form.feedbackTime != null
&& form.dealStatus != null"
>
<div
style=
"width: 100%;font-weight: 600;height: 200px;"
v-if=
"form.
dealStatus != ''
&& form.dealStatus != null"
>
<el-divider></el-divider>
<div
style=
"color: #31EAEA;width: 100%;height: 40px;"
>
<ul><li>
反馈信息
</li></ul>
...
...
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