Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
R
rongtong-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
融通安全管理系统
rongtong-app
Commits
cd33bd45
Commit
cd33bd45
authored
Jul 06, 2023
by
wei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
uu
parent
ad372ed3
Changes
8
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
667 additions
and
247 deletions
+667
-247
src/App.vue
src/App.vue
+1
-1
src/components/header.vue
src/components/header.vue
+5
-5
src/router/index.js
src/router/index.js
+3
-3
src/views/riskProject/approve/riskBigDetail.vue
src/views/riskProject/approve/riskBigDetail.vue
+0
-15
src/views/riskProject/assess/index.vue
src/views/riskProject/assess/index.vue
+260
-220
src/views/riskProject/assess/riskBigDetail.vue
src/views/riskProject/assess/riskBigDetail.vue
+387
-0
src/views/riskProject/execution/index.vue
src/views/riskProject/execution/index.vue
+10
-3
src/views/saveWorkbench/index.vue
src/views/saveWorkbench/index.vue
+1
-0
No files found.
src/App.vue
View file @
cd33bd45
...
...
@@ -40,7 +40,7 @@ export default {
'
riskAdd
'
],
// 不需要展示底部tabbar的页面
noTab
:[
"
login
"
,
"
login2
"
,
'
addCurrent
'
,
'
addPresent
'
,
'
addInherent
'
,
'
riskInherent
'
,
"
choose-people
"
,
"
scan
"
,
'
success
'
,
'
fail
'
,
'
warn
'
,
'
center
'
,
'
reset-pas-two
'
,
'
riskTaskList
'
],
noTab
:[
"
login
"
,
"
login2
"
,
'
addCurrent
'
,
'
addPresent
'
,
'
addInherent
'
,
'
riskInherent
'
,
"
choose-people
"
,
"
scan
"
,
'
success
'
,
'
fail
'
,
'
warn
'
,
'
center
'
,
'
reset-pas-two
'
,
'
riskTaskList
'
,
'
riskBigDetail
'
],
// cachePage预先定义的缓存页面
otherCache
:
[],
// 专门处理列表缓存的页面,这些页面缓存逻辑与其他缓存不一样去详情返回列表缓存,但是进入列表必须刷新,如何有需要缓存的列表请放到这里来。
...
...
src/components/header.vue
View file @
cd33bd45
...
...
@@ -11,11 +11,11 @@
<
template
>
<div>
<van-sticky>
<header
class=
"header"
>
<van-icon
@
click=
"to"
name=
"arrow-left"
class=
"iconColorLeft"
/>
<span>
{{
text
}}
</span>
<!--
<van-icon
name=
"bars"
class=
"iconColorRight"
/>
-->
</header>
<header
class=
"header"
>
<van-icon
@
click=
"to"
name=
"arrow-left"
class=
"iconColorLeft"
/>
<span>
{{
text
}}
</span>
<!--
<van-icon
name=
"bars"
class=
"iconColorRight"
/>
-->
</header>
</van-sticky>
</div>
</
template
>
...
...
src/router/index.js
View file @
cd33bd45
...
...
@@ -167,9 +167,9 @@ const routes = [{
component
:
()
=>
import
(
'
../views/riskProject/add/addPresent.vue
'
),
},
{
//风险评估列表详情页
path
:
'
/risk
-big-d
etail
'
,
name
:
'
risk
-big-d
etail
'
,
component
:
()
=>
import
(
'
../views/riskProject/a
pprove
/riskBigDetail.vue
'
),
path
:
'
/risk
BigD
etail
'
,
name
:
'
risk
BigD
etail
'
,
component
:
()
=>
import
(
'
../views/riskProject/a
ssess
/riskBigDetail.vue
'
),
},
{
//执行情况管理
path
:
'
/riskExecution
'
,
...
...
src/views/riskProject/approve/riskBigDetail.vue
deleted
100644 → 0
View file @
ad372ed3
<
template
>
<div>
详情页面
</div>
</
template
>
<
script
>
export
default
{
name
:
'
risk-big-detail
'
}
</
script
>
<
style
lang=
"less"
scoped
>
</
style
>
\ No newline at end of file
src/views/riskProject/assess/index.vue
View file @
cd33bd45
This diff is collapsed.
Click to expand it.
src/views/riskProject/assess/riskBigDetail.vue
0 → 100644
View file @
cd33bd45
This diff is collapsed.
Click to expand it.
src/views/riskProject/execution/index.vue
View file @
cd33bd45
...
...
@@ -26,7 +26,7 @@
{{
item
.
state
}}
</van-row>
<van-row>
<van-button
type=
"info"
size=
"mini"
@
click=
"lookdetail(index, item)"
>
查看详情
</van-button>
<van-button
type=
"info"
size=
"mini"
@
click=
"lookdetail(index, item)"
>
执行情况
</van-button>
</van-row>
</van-col>
</van-row>
...
...
@@ -45,8 +45,8 @@
<!--
{{
messageList
}}
-->
</van-tab>
</van-tabs>
<!-- 长按显示遮罩层 -->
<van-overlay
:show=
"showIndex"
>
<!-- 长按显示遮罩层 -->
<van-overlay
:show=
"showIndex"
>
<div
class=
"wrapper"
@
click.stop=
"showIndex = false"
>
</div>
...
...
@@ -199,5 +199,12 @@ export default {
}
}
}
.wrapper {
display: flex;
align-items: center;
justify-content: center;
height: 100%;
}
</
style
>
\ No newline at end of file
src/views/saveWorkbench/index.vue
View file @
cd33bd45
...
...
@@ -41,6 +41,7 @@ export default {
return
{
value
:
''
,
riskList
:
[
{
key
:
"
1
"
,
// path: "/danger",
...
...
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