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
06bee1e2
Commit
06bee1e2
authored
Jul 07, 2023
by
杨帆
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'dev-yf'' into 'develop'
Dev yf' See merge request
!4
parents
10dcb296
454d5624
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
12 additions
and
12 deletions
+12
-12
src/components/selectDept/index.vue
src/components/selectDept/index.vue
+1
-1
src/views/riskProject/add/taskList.vue
src/views/riskProject/add/taskList.vue
+2
-2
src/views/riskProject/approve/index.vue
src/views/riskProject/approve/index.vue
+5
-5
src/views/riskProject/assess/index.vue
src/views/riskProject/assess/index.vue
+2
-2
src/views/riskProject/execution/index.vue
src/views/riskProject/execution/index.vue
+2
-2
No files found.
src/components/selectDept/index.vue
View file @
06bee1e2
...
...
@@ -266,7 +266,7 @@ export default {
.footer {
width: 100%;
height:
2.4
rem;
height:
1
rem;
z-index: 9;
position: fixed;
bottom: 0px;
...
...
src/views/riskProject/add/taskList.vue
View file @
06bee1e2
...
...
@@ -102,8 +102,8 @@
<van-field
readonly
name=
"dept
Id
"
:value=
"form.dept
Id
"
name=
"dept
Name
"
:value=
"form.dept
Name
"
label=
"评估小组选择"
input-align=
"right"
:rules=
"[
{ required: true, message: '评估小组不能为空' }]"
...
...
src/views/riskProject/approve/index.vue
View file @
06bee1e2
...
...
@@ -20,7 +20,7 @@
:key=
"index"
>
<div
style=
"font-size: 0.45rem;padding: 5px 0;"
>
{{
item
.
titl
e
}}
{{
item
.
nam
e
}}
</div>
<van-row
gutter=
""
>
<van-col
span=
"17"
>
...
...
@@ -53,7 +53,7 @@
type=
"info"
size=
"mini"
@
click=
"todetail(index, item)"
>
{{
active
==
2
?
'
去处理
'
:
'
去审批
'
}}
</van-button
>
{{
active
==
2
?
"
去处理
"
:
"
去审批
"
}}
</van-button
>
</van-row>
</van-col>
...
...
@@ -171,13 +171,13 @@ export default {
this
.
$router
.
push
({
name
:
"
riskTaskList
"
,
params
:
{
id
:
item
.
id
,
id
:
item
.
id
// buildingId: item.buildingId
}
});
sessionStorage
.
setItem
(
"
planId
"
,
item
.
id
);
sessionStorage
.
setItem
(
"
buildingId
"
,
''
);
}
,
sessionStorage
.
setItem
(
"
buildingId
"
,
""
);
}
}
};
</
script
>
...
...
src/views/riskProject/assess/index.vue
View file @
06bee1e2
...
...
@@ -20,7 +20,7 @@
:key=
"index"
>
<div
style=
"font-size: 0.45rem;padding: 5px 0;"
>
{{
item
.
titl
e
}}
{{
item
.
nam
e
}}
</div>
<van-row
gutter=
""
>
<van-col
span=
"17"
>
...
...
@@ -170,7 +170,7 @@ import { timestampToTime, generateId } from "@/utils/format";
export
default
{
name
:
"
risk-execution
"
,
components
:
{
LHeader
,
LHeader
},
data
()
{
return
{
...
...
src/views/riskProject/execution/index.vue
View file @
06bee1e2
...
...
@@ -20,7 +20,7 @@
:key=
"index"
>
<div
style=
"font-size: 0.45rem;padding: 5px 0;"
>
{{
item
.
titl
e
}}
{{
item
.
nam
e
}}
</div>
<van-row
gutter=
""
>
<van-col
span=
"17"
>
...
...
@@ -279,7 +279,7 @@ export default {
});
sessionStorage
.
setItem
(
"
planId
"
,
item
.
id
);
sessionStorage
.
setItem
(
"
buildingId
"
,
item
.
buildingId
);
this
.
showIndex
=
false
;
;
this
.
showIndex
=
false
;
},
// 详情
...
...
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