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
e4a19cf7
Commit
e4a19cf7
authored
Apr 21, 2025
by
祁正
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ccap项目管理-删除重写
parent
7a3fe588
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
index.vue
src/views/controlPlan/baseConfig/ccapProjectManage/index.vue
+4
-4
No files found.
src/views/controlPlan/baseConfig/ccapProjectManage/index.vue
View file @
e4a19cf7
...
...
@@ -89,7 +89,7 @@
</el-form-item>
</el-form>
<div
class=
"top-btn"
v-if=
"!isDrawer
"
>
<div
class=
"top-btn"
v-if=
"!isDrawer
&& drawerQueryParams.id === adminId"
>
<el-button
type=
"primary"
plain
@
click=
"handleAdd"
>
新增
</el-button>
<el-button
type=
"danger"
plain
@
click=
"piliangDel"
>
批量删除
</el-button>
</div>
...
...
@@ -104,7 +104,7 @@
<template
#
default=
"scope"
align=
"center"
>
<div
>
<el-button
type=
"text"
style=
"color: rgb(0,0,255)"
@
click=
"handleDrawerEdit(scope.row)"
>
编辑
</el-button>
<el-button
type=
"text"
style=
"color: rgb(244,93,93)"
@
click=
"handleDrawerDel(scope.row)"
>
删除
</el-button>
<el-button
v-if=
"drawerQueryParams.id === adminId"
type=
"text"
style=
"color: rgb(244,93,93)"
@
click=
"handleDrawerDel(scope.row)"
>
删除
</el-button>
</div>
</
template
>
</el-table-column>
...
...
@@ -127,8 +127,8 @@
>
<div
style=
"width: 85%;margin-left: 7.5%"
>
<el-form
:rules=
"dialogRules"
:model=
"dialogForm"
ref=
"dialogQueryRef"
>
<el-form-item
label=
"项目:"
prop=
"project
"
>
<el-input
v-model=
"dialogForm.project"
placeholder=
"请输入"
/>
<el-form-item
label=
"项目:"
:prop=
"drawerQueryParams.id === adminId ?'project':''
"
>
<el-input
:disabled=
"!(drawerQueryParams.id === adminId)"
v-model=
"dialogForm.project"
placeholder=
"请输入"
/>
</el-form-item>
<el-form-item
label=
"分组:"
prop=
"groupName"
>
...
...
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