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
d3bfe2d3
Commit
d3bfe2d3
authored
Jul 18, 2023
by
yf
Browse files
Options
Browse Files
Download
Plain Diff
合并冲突
parents
193938d1
99839868
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
41 additions
and
16 deletions
+41
-16
src/views/riskProject/add/addInherent.vue
src/views/riskProject/add/addInherent.vue
+8
-0
src/views/riskProject/add/taskList.vue
src/views/riskProject/add/taskList.vue
+30
-13
src/views/riskProject/assess/index.vue
src/views/riskProject/assess/index.vue
+1
-1
vue.config.js
vue.config.js
+2
-2
No files found.
src/views/riskProject/add/addInherent.vue
View file @
d3bfe2d3
...
...
@@ -608,6 +608,7 @@
@
cancel=
"showTrouble = false"
/>
</van-popup>
<div
style=
"margin: 16px 16px 0"
>
<van-button
round
block
type=
"info"
native-type=
"submit"
>
提交
</van-button
...
...
@@ -940,6 +941,13 @@ export default {
}
});
},
//风险点
clickRiskDot
(){
},
// //后果严重程度
// getConsequence(){
// getFun(`/risk/plan/matrix/${type}/list`).then(res=>{
closeSlectfloor
()
{
this
.
ShowfloorList
=
false
;
...
...
src/views/riskProject/add/taskList.vue
View file @
d3bfe2d3
...
...
@@ -170,40 +170,50 @@
:key=
"index"
>
<van-row
class=
"list-row"
type=
"flex"
justify=
"space-between"
style=
"margin-top:10px;"
@
click=
"toRiskDetail(item)"
>
<van-col
span=
"20"
>
<van-col
span=
"5"
>
<van-col
span=
"5"
style=
"line-height: 9;"
>
<van-image
width=
"58"
height=
"58"
:src=
"require('@/assets/imgs/inherentOrange.png')"
:src=
"(item.level == '较大风险' ?
require('@/assets/imgs/redInherent.png'):item.level == '较小风险'?
require('@/assets/imgs/blueInherent.png'):require('@/assets/imgs/inherentOrange.png')
)"
/>
<!--
<van-image
width=
"46"
height=
"46"
:src=
"item.avatar"
/>
-->
</van-col>
<van-col
span=
"1
5
"
>
<van-col
span=
"1
7
"
>
<van-row
gutter=
""
>
<van-col
span=
"9"
>
风险名称:
</van-col>
<van-col
span=
"15"
>
{{
item
.
name
}}
</van-col>
<van-col
span=
"9"
style=
"font-weight: bold;color:#000;"
>
风险名称:
</van-col>
<van-col
span=
"15"
style=
"color: #606266;"
>
{{
item
.
name
}}
</van-col>
</van-row>
<van-row
gutter=
""
>
<van-col
span=
"9"
>
风险等级:
</van-col>
<van-col
span=
"15"
>
{{
item
.
level
}}
</van-col>
<van-col
span=
"9"
style=
"font-weight: bold;color:#000;"
>
风险等级:
</van-col>
<van-col
span=
"15"
style=
"color: #606266;"
>
{{
item
.
level
}}
</van-col>
</van-row>
<van-row
gutter=
""
>
<van-col
span=
"9"
>
上报时间:
</van-col>
<van-col
span=
"15"
>
{{
timestampToTimes
(
item
.
createTime
,
"
DT2
"
)
}}
</van-col>
<van-col
span=
"9"
style=
"font-weight: bold;color:#000;"
>
上报时间:
</van-col>
<van-col
span=
"15"
style=
"color: #606266;"
>
{{
timestampToTimes
(
item
.
createTime
,
"
DT2
"
)
}}
</van-col>
</van-row>
<van-row
gutter=
""
>
<van-col
span=
"9"
style=
"font-weight: bold;color:#000;"
>
所属房间:
</van-col>
<van-col
span=
"15"
style=
"color: #606266;"
>
{{
item
.
buildingName
+
item
.
floorName
+
item
.
roomName
}}
</van-col>
</van-row>
</van-col>
</van-col>
<van-col
span=
"4"
>
<van-row
type=
"flex"
>
<van-col
span=
"4"
class=
"list-right"
>
<van-tag
plain
type=
"primary"
>
详情
<van-icon
name=
"arrow"
size=
"12px"
/></van-tag>
<!--
<van-row
type=
"flex"
>
详情
<van-icon
name=
"arrow"
size=
"26px"
/>
</van-row>
</van-row>
-->
</van-col>
</van-row>
</van-cell-group>
...
...
@@ -810,6 +820,13 @@ p {
line-height: 0.64rem;
}
}
.list-row{
position: relative;
}
.list-right{
position: absolute;
right: 0;
}
.journal-wrap {
position: relative;
...
...
src/views/riskProject/assess/index.vue
View file @
d3bfe2d3
...
...
@@ -26,7 +26,7 @@
<van-col
span=
"17"
>
<van-row
gutter=
""
>
<van-col
span=
"9"
>
创建人:
</van-col>
<van-col
span=
"15"
>
{{
item
.
leader
UserName
}}
</van-col>
<van-col
span=
"15"
>
{{
item
.
create
UserName
}}
</van-col>
</van-row>
<van-row
gutter=
""
>
<van-col
span=
"9"
>
发起时间:
</van-col>
...
...
vue.config.js
View file @
d3bfe2d3
...
...
@@ -8,11 +8,11 @@ module.exports = {
//以上的ip和端口是我们本机的;下面为需要跨域的
proxy
:
{
//配置跨域
'
/app-api
'
:
{
//
target: 'http://192.168.4.232:8080/', //这里是后台的地址
target
:
'
http://192.168.4.232:8080/
'
,
//这里是后台的地址
// target: 'http://192.168.15.124:8080/', //这里是杨帆的地址
// target: 'http://192.168.10.137:8080/', //这里是昊哥的地址
// target: 'http://192.168.10.36:8080/', //这里是昊哥的地址
target
:
'
http://localhost:8081/
'
,
//这里是后台的地址
//
target: 'http://localhost:8081/', //这里是后台的地址
ws
:
true
,
changOrigin
:
true
,
//允许跨域
// logLevel: 'debug', // 显示代理调试信息
...
...
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