Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
md-vue-chc
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
何鹏程
md-vue-chc
Commits
0c249b6f
Commit
0c249b6f
authored
Aug 08, 2025
by
pixingfei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
4786 放开删除限制
parent
db28344e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
2 deletions
+1
-2
index.vue
src/page/emergencyCar/index.vue
+1
-1
index.vue
src/page/sitePage/index.vue
+0
-1
No files found.
src/page/emergencyCar/index.vue
View file @
0c249b6f
...
...
@@ -219,9 +219,9 @@
type=
"primary"
@
click=
"showEmergencyCarDialog('update', scope.row.id)"
>
修改
</el-link>
<!--4786放开限制 v-if="!checkPermission() && scope.row.auditStatus != 4" -->
<el-link
type=
"primary"
v-if=
"!checkPermission() && scope.row.auditStatus != 4"
@
click=
"delHandler(scope.row.id)"
>
删除
</el-link>
<el-link
...
...
src/page/sitePage/index.vue
View file @
0c249b6f
...
...
@@ -189,7 +189,6 @@
<el-link
type=
"primary"
@
click=
"delHandler(scope.row.id)"
v-if=
"!checkPermission() && scope.row.auditStatus != 4"
>
删除
</el-link>
<el-link
type=
"primary"
...
...
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