Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Q
qr-consistency-vue3
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
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
刘怀志
qr-consistency-vue3
Commits
1ebc857a
Commit
1ebc857a
authored
Apr 29, 2025
by
祁正
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix(通知单):查询属性变更
parent
a2e15225
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
5 deletions
+4
-5
index.vue
...ntrolPlan/controlPlanNotice/notificationContent/index.vue
+4
-5
No files found.
src/views/controlPlan/controlPlanNotice/notificationContent/index.vue
View file @
1ebc857a
...
...
@@ -132,7 +132,7 @@
</el-table-column>
<el-table-column
label=
"认证负责人"
align=
"center"
prop=
"certificationResponsiblePerson"
>
<
template
#
default=
"scope"
>
<span
class=
"renzheng"
>
共
{{
scope
.
row
.
certificationResponsiblePerson
.
split
(
','
).
length
}}
人
<el-icon
style=
"font-size: 16px;margin-left: 5px"
><EditPen
@
click=
"addPerson(scope.row)"
/></el-icon>
</span>
<span
>
共
{{
scope
.
row
.
certificationResponsiblePerson
.
split
(
','
).
length
}}
人
</span>
</
template
>
</el-table-column>
<el-table-column
label=
"批准日期"
align=
"center"
prop=
"approvalDate"
>
...
...
@@ -155,10 +155,9 @@
<el-table-column
label=
"操作"
align=
"center"
width=
"140"
>
<
template
#
default=
"scope"
>
<el-button
type=
"text"
style=
"color: rgb(0,0,255)"
@
click=
"handleMaintain(scope.row)"
>
查看详情
</el-button>
<el-button
type=
"text"
v-if=
"scope.row.notificationStatus === '1' || scope.row.notificationStatus === '4'"
style=
"color: rgb(255,54,54)"
@
click=
"delNotification(scope.row)"
>
删除
</el-button>
<el-button
type=
"text"
v-if=
"scope.row.notificationStatus === '2'"
style=
"color: rgb(255,153,0)"
@
click=
"copeAdd(scope.row)"
>
撤回
</el-button>
<el-button
type=
"text"
v-if=
"scope.row.notificationStatus === '3'"
style=
"color: rgb(255,153,0)"
@
click=
"copeAdd(scope.row)"
>
作废
</el-button>
<el-button
type=
"text"
style=
"color: rgb(0,0,255)"
@
click=
"handleMaintain(scope.row)"
>
查看
</el-button>
<el-button
type=
"text"
style=
"color: rgb(255,54,54)"
@
click=
"delNotification(scope.row)"
>
维护变更记录
</el-button>
<el-button
type=
"text"
style=
"color: rgb(255,153,0)"
@
click=
"copeAdd(scope.row)"
>
取消完成
</el-button>
</
template
>
</el-table-column>
...
...
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