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
1436c03a
Commit
1436c03a
authored
Jul 08, 2023
by
周昊
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1、修改详情 任务名称对应字段
2、修改固有风险图标 3、添加详情页无楼栋id,获取固有风险接口
parent
d990d924
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
4 deletions
+9
-4
src/views/riskProject/add/taskList.vue
src/views/riskProject/add/taskList.vue
+8
-3
src/views/riskProject/taskLedger/taskDetail.vue
src/views/riskProject/taskLedger/taskDetail.vue
+1
-1
No files found.
src/views/riskProject/add/taskList.vue
View file @
1436c03a
...
...
@@ -69,8 +69,8 @@
/>
<van-field
readonly
name=
"
projectN
ame"
:value=
"form.
projectN
ame"
name=
"
n
ame"
:value=
"form.
n
ame"
label=
"任务名称"
input-align=
"right"
:rules=
"[
{ required: true, message: '任务名称不能为空' }]"
...
...
@@ -175,7 +175,7 @@
<van-image
width=
"46"
height=
"46"
src=
"http
s://img01.yzcdn.cn/vant/cat.jpe
g"
src=
"http
://rongtongpc.censoft.com.cn/dev-api/profile/upload/2023/07/08/guyou.pn
g"
/>
<!--
<van-image
width=
"46"
height=
"46"
:src=
"item.avatar"
/>
-->
</van-col>
...
...
@@ -641,6 +641,11 @@ export default {
console
.
log
(
res
.
data
,
"
lll
"
);
this
.
riskList
=
res
.
data
;
});
}
else
{
getFun
(
`/risk/plan/inherent/list/
${
planId
}
`
).
then
(
res
=>
{
console
.
log
(
res
.
data
,
"
lll
"
);
this
.
riskList
=
res
.
data
;
});
}
},
postList
(
id
,
buildingId
)
{
...
...
src/views/riskProject/taskLedger/taskDetail.vue
View file @
1436c03a
...
...
@@ -39,7 +39,7 @@
</van-row>
<van-row
type=
"flex"
style=
"flex-direction: column;align-items: center;"
>
<van-col>
<van-image
round
width=
"34"
height=
"34"
src=
"http
s://img01.yzcdn.cn/vant/cat.jpe
g"
/>
<van-image
round
width=
"34"
height=
"34"
src=
"http
://rongtongpc.censoft.com.cn/dev-api/profile/upload/2023/07/08/guyou.pn
g"
/>
</van-col>
<van-col>
{{
item
.
userName
}}
...
...
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