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
1e7f05e8
Commit
1e7f05e8
authored
May 13, 2025
by
qiyaxin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix(COP试验和检查表-质管):列表操作
parent
381d2703
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
7 deletions
+7
-7
index.vue
...lPlan/CCAPControlPlan/CCAPCompileTaskProcessing/index.vue
+2
-2
index.vue
...lPlan/CCAPControlPlan/CCAPControlPlanManagement/index.vue
+5
-5
No files found.
src/views/controlPlan/CCAPControlPlan/CCAPCompileTaskProcessing/index.vue
View file @
1e7f05e8
...
...
@@ -285,7 +285,7 @@
</
template
>
<
template
#
default=
"scope"
>
<!-- 查看 -->
<el-button
link
type=
"primary
"
@
click=
"handleView1(scope.row)"
>
<el-button
link
style=
"color: #0154FB
"
@
click=
"handleView1(scope.row)"
>
<div>
<div>
{{
cn
.
view
}}
</div>
<div>
{{
en
.
view
}}
</div>
...
...
@@ -644,7 +644,7 @@
</
template
>
<
template
#
default=
"scope"
>
<!-- 查看 -->
<el-button
link
type=
"primary
"
@
click=
"handleView2(scope.row)"
>
<el-button
link
style=
"color: #0154FB
"
@
click=
"handleView2(scope.row)"
>
<div>
<div>
{{
cn
.
view
}}
</div>
<div>
{{
en
.
view
}}
</div>
...
...
src/views/controlPlan/CCAPControlPlan/CCAPControlPlanManagement/index.vue
View file @
1e7f05e8
...
...
@@ -436,21 +436,21 @@
</
template
>
<
template
#
default=
"scope"
>
<!-- 查看 -->
<el-button
link
type=
"primary
"
@
click=
"handleView(scope.row)"
>
<el-button
link
style=
"color: #0154FB
"
@
click=
"handleView(scope.row)"
>
<div>
<div>
{{
cn
.
view
}}
</div>
<div>
{{
en
.
view
}}
</div>
</div>
</el-button>
<!-- 撤销 显示:控制计划状态不等于“已撤销”-->
<el-button
v-show=
"scope.row.controlPlanStatus !== 'plan_draft_revoked' "
link
type=
"danger
"
@
click=
"handleUndo(scope.row)"
>
<el-button
v-show=
"scope.row.controlPlanStatus !== 'plan_draft_revoked' "
link
style=
"color: #DF5454
"
@
click=
"handleUndo(scope.row)"
>
<div>
<div>
{{
cn
.
revoke
}}
</div>
<div>
{{
en
.
revoke
}}
</div>
</div>
</el-button>
<!-- 删除 显示:控制计划为“已撤销”-->
<el-button
v-show=
"scope.row.controlPlanStatus === 'plan_draft_revoked' "
link
type=
"danger
"
@
click=
"handleDelete(scope.row.id)"
>
<el-button
v-show=
"scope.row.controlPlanStatus === 'plan_draft_revoked' "
link
style=
"color: #DF5454
"
@
click=
"handleDelete(scope.row.id)"
>
<div>
<div>
{{
cn
.
delete
}}
</div>
<div>
{{
en
.
delete
}}
</div>
...
...
@@ -470,7 +470,7 @@
&& scope.row.keyProcessTaskStatus === 'plan_compilation_final_confirmed'
&& scope.row.copTestAndInspectionTaskStatus === 'plan_compilation_final_confirmed'"
link
type=
"warning
"
style=
"color: #EE9B3A
"
@
click=
"handleGenerateFile(scope.row)"
>
<div>
<div>
{{
cn
.
generateFile
}}
</div>
...
...
@@ -505,7 +505,7 @@
)
"
link
type=
"warning
"
style=
"color: #EE9B3A
"
@
click=
"handleChange(scope.row)"
>
<div>
<div>
{{
cn
.
change
}}
</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