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
c8757c18
Commit
c8757c18
authored
Jul 13, 2023
by
wei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
字段回显显示
parent
363f14e9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
8 deletions
+16
-8
src/views/riskProject/add/taskList.vue
src/views/riskProject/add/taskList.vue
+9
-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 @
c8757c18
...
...
@@ -179,7 +179,7 @@
<van-col
span=
"5"
>
<van-image
width=
"46"
height=
"
46
"
height=
"
74
"
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/taskDetail.vue
View file @
c8757c18
...
...
@@ -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