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
59bb8b9c
Commit
59bb8b9c
authored
Jul 13, 2023
by
wei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
3369fe2a
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
17 additions
and
9 deletions
+17
-9
src/views/riskProject/add/taskList.vue
src/views/riskProject/add/taskList.vue
+9
-1
src/views/riskProject/taskLedger/tabDetail.vue
src/views/riskProject/taskLedger/tabDetail.vue
+1
-1
src/views/riskProject/taskLedger/taskDetail.vue
src/views/riskProject/taskLedger/taskDetail.vue
+7
-7
No files found.
src/views/riskProject/add/taskList.vue
View file @
59bb8b9c
...
...
@@ -179,7 +179,7 @@
<van-col
span=
"5"
>
<van-image
width=
"46"
height=
"
4
6"
height=
"
7
6"
src=
"http://rongtongpc.censoft.com.cn/dev-api/profile/upload/2023/07/08/guyou.png"
/>
<!--
<van-image
width=
"46"
height=
"46"
:src=
"item.avatar"
/>
-->
...
...
@@ -189,6 +189,14 @@
<van-col
span=
"9"
>
风险名称:
</van-col>
<van-col
span=
"15"
>
{{
item
.
name
}}
</van-col>
</van-row>
<van-row
gutter=
""
>
<van-col
span=
"9"
>
风险等级:
</van-col>
<van-col
span=
"15"
>
{{
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-row>
</van-col>
</van-col>
<van-col
span=
"4"
>
...
...
src/views/riskProject/taskLedger/tabDetail.vue
View file @
59bb8b9c
...
...
@@ -10,7 +10,7 @@
<van-field
readonly
required
:value=
"InherentRisk.projectName"
label=
"所属项目"
placeholder=
"请输入"
/>
<van-field
readonly
required
:value=
"InherentRisk.buildingName"
label=
"所属建筑物"
placeholder=
"请输入"
/>
<van-field
required
clickable
name=
"floorId"
:value=
"InherentRisk.floor
Id
"
label=
"所属楼层"
placeholder=
"请选择"
<van-field
required
clickable
name=
"floorId"
:value=
"InherentRisk.floor
Name
"
label=
"所属楼层"
placeholder=
"请选择"
:rules=
"[
{ required: true, message: '所属楼层不能为空' }]" />
<div
style=
"display: flex;"
>
<van-field
readonly
required
name=
"roomName"
:value=
"InherentRisk.roomName"
label=
"所属房间"
placeholder=
"请输入"
...
...
src/views/riskProject/taskLedger/taskDetail.vue
View file @
59bb8b9c
...
...
@@ -104,13 +104,13 @@ export default {
return
timestampToTime
(
new
Date
(
time
),
"
DT1
"
,
true
);
},
goDetail
(
item
){
sessionStorage
.
setItem
(
'
inherntId
'
,
this
.
inherentId
)
this
.
$router
.
push
({
name
:
'
presentDetail
'
,
params
:{
isView
:
false
,
}
})
//
sessionStorage.setItem('inherntId',this.inherentId)
//
this.$router.push({
//
name:'presentDetail',
//
params:{
//
isView:false,
//
}
//
})
},
onClick
(
name
){
if
(
name
===
'
a
'
){
...
...
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