Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
B
BCDH-APP
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
首开风险隐患双控平台
BCDH-APP
Commits
c8394bd0
Commit
c8394bd0
authored
Nov 25, 2021
by
罗新东
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
去掉延期审批搜索条件
parent
1c8fe06f
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
3 deletions
+9
-3
src/views/danger/delayApproval/index.vue
src/views/danger/delayApproval/index.vue
+3
-3
src/views/risk/riskAccount/index.vue
src/views/risk/riskAccount/index.vue
+3
-0
src/views/risk/riskConfirme/index.vue
src/views/risk/riskConfirme/index.vue
+3
-0
No files found.
src/views/danger/delayApproval/index.vue
View file @
c8394bd0
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
<van-sticky
offset-top=
"0"
>
<van-sticky
offset-top=
"0"
>
<LHeader
:text=
"text"
></LHeader>
<LHeader
:text=
"text"
></LHeader>
</van-sticky>
</van-sticky>
<van-sticky
offset-top=
"1.5rem"
>
<
!--
<
van-sticky
offset-top=
"1.5rem"
>
<van-search
<van-search
v-model=
"searchValue"
v-model=
"searchValue"
show-action
show-action
...
@@ -14,7 +14,7 @@
...
@@ -14,7 +14,7 @@
<div
@
click=
"onSearch"
>
搜索
</div>
<div
@
click=
"onSearch"
>
搜索
</div>
</
template
>
</
template
>
</van-search>
</van-search>
</van-sticky>
</van-sticky>
-->
<!-- 内容列表 -->
<!-- 内容列表 -->
<!-- 接口对接4 START -->
<!-- 接口对接4 START -->
<van-tabs
<van-tabs
...
@@ -26,7 +26,7 @@
...
@@ -26,7 +26,7 @@
color=
"#2980f7"
color=
"#2980f7"
animated
animated
:sticky=
"true"
:sticky=
"true"
offset-top=
"
3
rem"
offset-top=
"
1.5
rem"
>
>
<van-tab
v-for=
"(item, key) in tabs"
:key=
"key"
:title=
"item.title"
>
<van-tab
v-for=
"(item, key) in tabs"
:key=
"key"
:title=
"item.title"
>
<div
<div
...
...
src/views/risk/riskAccount/index.vue
View file @
c8394bd0
...
@@ -212,4 +212,7 @@ export default {
...
@@ -212,4 +212,7 @@ export default {
}
}
}
}
}
}
/deep/.van-tab__pane{
min-height: 8rem;
}
</
style
>
</
style
>
src/views/risk/riskConfirme/index.vue
View file @
c8394bd0
...
@@ -240,4 +240,7 @@ export default {
...
@@ -240,4 +240,7 @@ export default {
}
}
}
}
}
}
/deep/.van-tab__pane{
min-height: 8rem;
}
</
style
>
</
style
>
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