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
193938d1
Commit
193938d1
authored
Jul 18, 2023
by
yf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
固有风险修改
parent
6641f553
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
849 additions
and
154 deletions
+849
-154
src/views/riskProject/add/addCurrent.vue
src/views/riskProject/add/addCurrent.vue
+2
-2
src/views/riskProject/add/inherentRisks.vue
src/views/riskProject/add/inherentRisks.vue
+19
-3
src/views/riskProject/taskLedger/tabDetail.vue
src/views/riskProject/taskLedger/tabDetail.vue
+828
-149
No files found.
src/views/riskProject/add/addCurrent.vue
View file @
193938d1
...
@@ -258,8 +258,8 @@
...
@@ -258,8 +258,8 @@
应采取的管控措施
应采取的管控措施
</div>
</div>
<van-field
<van-field
v-model=
"form.
takenM
easuresAdministration"
v-model=
"form.
m
easuresAdministration"
name=
"
takenM
easuresAdministration"
name=
"
m
easuresAdministration"
label=
""
label=
""
type=
"textarea"
type=
"textarea"
rows=
"3"
rows=
"3"
...
...
src/views/riskProject/add/inherentRisks.vue
View file @
193938d1
...
@@ -63,9 +63,13 @@
...
@@ -63,9 +63,13 @@
<van-button
round
type=
"primary"
@
click=
"goDetail(item)"
<van-button
round
type=
"primary"
@
click=
"goDetail(item)"
>
编辑
</van-button
>
编辑
</van-button
>
>
<!--
<van-button
round
type=
"info"
@
click=
"goConfirm(item)"
v-show=
"active==0"
<van-button
>
确认
</van-button
round
>
-->
type=
"danger"
@
click=
"delInherent(item)"
v-show=
"active == 0"
>
删除
</van-button
>
</div>
</div>
</van-overlay>
</van-overlay>
</van-cell-group>
</van-cell-group>
...
@@ -158,6 +162,18 @@ export default {
...
@@ -158,6 +162,18 @@ export default {
// this.postList();
// this.postList();
},
},
methods
:
{
methods
:
{
delInherent
()
{
Dialog
.
confirm
({
title
:
"
删除固有风险
"
,
message
:
"
是否确认删除?
"
})
.
then
(()
=>
{
// on confirm
})
.
catch
(()
=>
{
// on cancel
});
},
timestampToTimes
(
time
)
{
timestampToTimes
(
time
)
{
return
timestampToTime
(
new
Date
(
time
),
"
DT2
"
,
true
);
return
timestampToTime
(
new
Date
(
time
),
"
DT2
"
,
true
);
},
},
...
...
src/views/riskProject/taskLedger/tabDetail.vue
View file @
193938d1
This diff is collapsed.
Click to expand it.
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