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
5e56632f
Commit
5e56632f
authored
Apr 28, 2025
by
yanzhengyang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
CCAP控制计划管理路由BUG修改
parent
c213c9f9
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1167 additions
and
1165 deletions
+1167
-1165
index.vue
...lPlan/CCAPControlPlan/CCAPControlPlanManagement/index.vue
+575
-574
view.vue
...olPlan/CCAPControlPlan/CCAPControlPlanManagement/view.vue
+592
-591
No files found.
src/views/controlPlan/CCAPControlPlan/CCAPControlPlanManagement/index.vue
View file @
5e56632f
<
template
>
<
template
>
<div>
<div
class=
"app-container"
>
<div
class=
"app-container"
>
<el-form
v-model=
"queryParams"
ref=
"queryRef"
:inline=
"true"
>
<el-form
v-model=
"queryParams"
ref=
"queryRef"
:inline=
"true"
>
<el-row
:gutter=
"20"
>
<el-row
:gutter=
"20"
>
...
@@ -285,7 +286,7 @@
...
@@ -285,7 +286,7 @@
</div>
</div>
</
template
>
</
template
>
<
template
#
default=
"scope"
>
<
template
#
default=
"scope"
>
<!--
<span
:class=
"getStatusClass(changeControlPlanStatus(scope.row.controlPlanStatus))"
>
{{
changeControlPlanStatus
(
scope
.
row
.
controlPlanStatus
)
}}
</span>
-->
<!--
<span
:class=
"getStatusClass(changeControlPlanStatus(scope.row.controlPlanStatus))"
>
{{
changeControlPlanStatus
(
scope
.
row
.
controlPlanStatus
)
}}
</span>
-->
<dict-tag
:options=
"control_plan_status"
:value=
"scope.row.controlPlanStatus"
/>
<dict-tag
:options=
"control_plan_status"
:value=
"scope.row.controlPlanStatus"
/>
</
template
>
</
template
>
</el-table-column>
</el-table-column>
...
@@ -599,7 +600,7 @@
...
@@ -599,7 +600,7 @@
</div>
</div>
</
template
>
</
template
>
</el-dialog>
</el-dialog>
</div>
</template>
</template>
<
script
setup
>
<
script
setup
>
...
...
src/views/controlPlan/CCAPControlPlan/CCAPControlPlanManagement/view.vue
View file @
5e56632f
<
template
>
<
template
>
<div>
<div
class=
"app-container"
>
<div
class=
"app-container"
>
<div
class=
"top-header"
>
<div
class=
"top-header"
>
<div>
<div>
...
@@ -604,7 +605,7 @@
...
@@ -604,7 +605,7 @@
</div>
</div>
</div>
</div>
<!-- 测试 -->
<!-- 测试 -->
<select-role
<select-role
v-if=
"deptList.length > 0"
v-if=
"deptList.length > 0"
v-model=
"selectRole"
v-model=
"selectRole"
...
@@ -618,7 +619,7 @@
...
@@ -618,7 +619,7 @@
@
close=
"() => selectRole = false"
@
close=
"() => selectRole = false"
/>
/>
<!-- 查看退回记录 -->
<!-- 查看退回记录 -->
<el-dialog
v-model=
"backLog"
title=
"退回记录"
>
<el-dialog
v-model=
"backLog"
title=
"退回记录"
>
<el-table
:data=
"gridData"
border
>
<el-table
:data=
"gridData"
border
>
<el-table-column
property=
"date"
label=
"序号"
width=
"60"
/>
<el-table-column
property=
"date"
label=
"序号"
width=
"60"
/>
...
@@ -627,7 +628,7 @@
...
@@ -627,7 +628,7 @@
<el-table-column
label=
"退回意见"
/>
<el-table-column
label=
"退回意见"
/>
</el-table>
</el-table>
</el-dialog>
</el-dialog>
</div>
</
template
>
</
template
>
<
script
setup
>
<
script
setup
>
import
{
useRoute
}
from
"vue-router"
;
import
{
useRoute
}
from
"vue-router"
;
...
...
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