Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
R
rongtong-pc
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-pc
Commits
44d5e8b3
Commit
44d5e8b3
authored
Jul 24, 2023
by
yf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改显示字段
parent
9bb35e9e
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
57 additions
and
32 deletions
+57
-32
.env.production
.env.production
+1
-1
src/views/risk/plan/ledger.vue
src/views/risk/plan/ledger.vue
+1
-1
src/views/risk/plan/ledgerdata.vue
src/views/risk/plan/ledgerdata.vue
+55
-30
No files found.
.env.production
View file @
44d5e8b3
...
...
@@ -5,4 +5,4 @@ VUE_APP_TITLE = 融通物管安全管理平台
ENV = 'production'
# 融通物管安全管理平台/生产环境
VUE_APP_BASE_API = '/
prod
-api'
VUE_APP_BASE_API = '/
dev
-api'
src/views/risk/plan/ledger.vue
View file @
44d5e8b3
...
...
@@ -68,7 +68,7 @@
<
span
>
{{
parseTime
(
scope
.
row
.
endTime
,
"
{y
}
-{m
}
-{d
}
"
)
}}
<
/span
>
<
/template
>
<
/el-table-column
>
<
el
-
table
-
column
label
=
"
状态
"
align
=
"
center
"
prop
=
"
status
"
/>
<
el
-
table
-
column
label
=
"
状态
"
align
=
"
center
"
prop
=
"
status
Name
"
/>
<
el
-
table
-
column
label
=
"
操作
"
align
=
"
center
"
...
...
src/views/risk/plan/ledgerdata.vue
View file @
44d5e8b3
<
template
>
<div
class=
"wrapper"
>
<el-descriptions
title=
"集团安全咨询服务项目"
>
<el-descriptions-item
label=
"创建人"
>
{{
InfoList
.
createUserName
}}
</el-descriptions-item>
<el-descriptions-item
label=
"创建单位"
>
{{
InfoList
.
detailsDto
.
createDeptName
<el-descriptions
:title=
"InfoList.detailsDto.name"
class=
"margin-top"
:column=
"3"
:size=
"size"
border
>
<el-descriptions-item
label=
"所属项目"
>
{{
InfoList
.
detailsDto
.
projectName
}}
</el-descriptions-item>
<el-descriptions-item
label=
"
创建时间
"
>
{{
InfoList
.
detailsDto
.
createTime
<el-descriptions-item
label=
"
所属楼栋
"
>
{{
InfoList
.
detailsDto
.
buildingNames
}}
</el-descriptions-item>
<el-descriptions-item
label=
"所属单位"
>
{{
InfoList
.
createDeptId
InfoList
.
detailsDto
.
deptName
}}
</el-descriptions-item>
<el-descriptions-item
label=
"所属省市"
>
苏州市
</el-descriptions-item>
<el-descriptions-item
label=
"项目坐标"
>
{{
InfoList
.
workUserIds
}}
</el-descriptions-item>
<el-descriptions-item
label=
"项目负责人"
>
{{
InfoList
.
detailsDto
.
create
UserName
InfoList
.
detailsDto
.
leader
UserName
}}
</el-descriptions-item>
<el-descriptions-item
label=
"评估组成员"
>
{{
InfoList
.
detailsDto
.
workUserNames
...
...
@@ -26,8 +26,20 @@
<el-descriptions-item
label=
"开始时间"
>
{{
InfoList
.
startTime
}}
</el-descriptions-item>
<el-descriptions-item
label=
"联系地址"
>
{{
InfoList
.
name
<el-descriptions-item
label=
"结束时间"
>
{{
InfoList
.
endTime
}}
</el-descriptions-item>
<el-descriptions-item
label=
"项目状态"
>
{{
InfoList
.
status
}}
</el-descriptions-item>
<el-descriptions-item
label=
"创建人"
>
{{
InfoList
.
createUserName
}}
</el-descriptions-item>
<el-descriptions-item
label=
"创建单位"
>
{{
InfoList
.
detailsDto
.
createDeptName
}}
</el-descriptions-item>
<el-descriptions-item
label=
"创建时间"
>
{{
InfoList
.
detailsDto
.
createTime
}}
</el-descriptions-item>
</el-descriptions>
<el-tabs
v-model=
"activeName"
@
tab-click=
"handleClick"
>
...
...
@@ -92,7 +104,7 @@
>
<el-table
v-loading=
"loading"
:data=
"listList"
>
<!--
<el-table-column
type=
"selection"
width=
"55"
align=
"center"
/>
-->
<el-table-column
type=
"index"
width=
"50"
/>
<el-table-column
type=
"index"
width=
"50"
label=
"序号"
/>
<!--
<el-table-column
label=
"id"
align=
"center"
prop=
"id"
/>
-->
<el-table-column
label=
"风险名称"
align=
"center"
prop=
"name"
/>
<el-table-column
...
...
@@ -148,22 +160,35 @@
<div
class=
"approveResult"
>
<div
class=
"approveL"
>
<div
class=
"titles"
>
审批流程
</div>
<el-steps
direction=
"vertical"
:active=
"1"
>
<el-step
title=
"发起审批"
icon=
"el-icon-success"
></el-step>
<el-step
title=
"评估负责人审批"
icon=
"el-icon-success"
></el-step>
<el-step
title=
"项目负责人审批"
icon=
"el-icon-success"
></el-step>
</el-steps>
</div>
<div
class=
"approveR"
>
<div
class=
"titles"
>
审批信息
</div>
<el-steps
direction=
"vertical"
:active=
"1"
>
<el-step
title=
"发起审批"
icon=
"el-icon-success"
></el-step>
<el-step
title=
"评估负责人审批"
icon=
"el-icon-success"
></el-step>
<el-steps
direction=
"vertical"
:active=
"999"
>
<el-step
title=
"项目负责人审批"
v-for=
"approveDto in InfoList.approveListDtos"
:title=
"approveDto.taskName"
:key=
"approveDto.taskId"
icon=
"el-icon-success"
description=
"这是一段很长很长很长的描述性文字"
></el-step>
>
<
template
slot=
"description"
>
<el-card
class=
"box-card"
style=
"line-height: 25px; font-size: 14px; margin: 15px"
>
<span
style=
"display: block"
><b>
操作时间:
</b>
{{
approveDto
.
startTime
}}
</span
>
<span
style=
"display: block"
><b>
操作人:
</b>
{{
approveDto
.
approvalUserName
}}
</span
>
<span
style=
"display: block"
><b>
任务节点:
</b>
{{
approveDto
.
taskName
}}
</span
>
<span
style=
"display: block"
v-if=
"approveDto.taskOpinion != null"
><b>
审批意见:
</b>
{{
""
+
approveDto
.
taskOpinion
}}
</span
>
</el-card>
</
template
>
</el-step>
</el-steps>
</div>
</div>
...
...
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