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
08ad1d84
Commit
08ad1d84
authored
Sep 18, 2021
by
耿迪迪
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
ssh://111.61.77.35:15/gengdidi/gassafety
parents
63f8afa0
193119a5
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
TWorkOrderMapper.xml
...tem/src/main/resources/mapper/system/TWorkOrderMapper.xml
+1
-1
index.vue
...eb/src/views/riskManagement/hiddenTroubleDetail/index.vue
+2
-2
index.vue
gassafety-web/src/views/workOrder/detail/index.vue
+2
-2
No files found.
gassafety-system/src/main/resources/mapper/system/TWorkOrderMapper.xml
View file @
08ad1d84
...
...
@@ -64,7 +64,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
</choose>
</when>
<otherwise>
o.order_status > 0
o.order_status = #{waitingtype}
</otherwise>
</choose>
<if
test=
"searchStr!=null and searchStr!=''"
>
...
...
gassafety-web/src/views/riskManagement/hiddenTroubleDetail/index.vue
View file @
08ad1d84
...
...
@@ -171,7 +171,7 @@
</el-timeline-item>
</el-timeline>
</div>
<div
style=
"width: 95%;position: relative;"
@
click=
"changeDisplay(
scope
)"
>
<div
style=
"width: 95%;position: relative;"
@
click=
"changeDisplay()"
>
<i
class=
"el-icon-arrow-down"
v-if=
"isDisplay==false"
style=
"margin-left: 100px;color: #909399;font-size: 14px;margin-bottom: 15px;"
>
<span
style=
"text-decoration:underline;"
>
显示全部
</span>
</i>
...
...
@@ -628,7 +628,7 @@ export default {
});
},
// 点击按钮显示隐藏
changeDisplay
(
e
)
{
changeDisplay
()
{
this
.
isDisplay
=
!
this
.
isDisplay
let
$timeline
=
this
.
$refs
.
timeline
;
if
(
!
this
.
showAndHide
)
{
...
...
gassafety-web/src/views/workOrder/detail/index.vue
View file @
08ad1d84
...
...
@@ -208,7 +208,7 @@
</el-timeline-item>
</el-timeline>
</div>
<div
style=
"width: 95%;position: relative;"
@
click=
"changeDisplay(
scope
)"
>
<div
style=
"width: 95%;position: relative;"
@
click=
"changeDisplay()"
>
<!--
<el-button
type=
"primary"
>
-->
<i
class=
"el-icon-arrow-down"
v-if=
"isDisplay==false"
style=
"margin-left: 100px;color: #909399;font-size: 14px;"
>
...
...
@@ -440,7 +440,7 @@
});
},
// 点击按钮显示隐藏
changeDisplay
(
e
)
{
changeDisplay
()
{
this
.
isDisplay
=
!
this
.
isDisplay
let
$timeline
=
this
.
$refs
.
timeline
;
if
(
!
this
.
showAndHide
)
{
...
...
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