Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
lxyl-vue
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
李苏
lxyl-vue
Commits
3bd31e40
Commit
3bd31e40
authored
Jun 25, 2024
by
李苏
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
新增前端部分权限
parent
bc52caed
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
index.vue
src/views/ccgl/jcsj/kwgl/index.vue
+7
-7
No files found.
src/views/ccgl/jcsj/kwgl/index.vue
View file @
3bd31e40
...
...
@@ -11,13 +11,13 @@
<ImportButton
v-if=
"ctx.basePage.powerObj['01']"
@
success=
"()=>
{
ctx.basePage.refresh()
}" :url="'lxyl/jcsj/kw/import'" />
<el-button
style=
"margin-left: 10px;"
@
click=
"qkkw(ctx.basePage)"
size=
'mini'
type=
"primary"
>
清空
</el-button>
<el-button
style=
"margin-left: 10px;"
@
click=
"lock(ctx.basePage)"
size=
'mini'
type=
"primary"
>
锁定
</el-button>
<el-button
style=
"margin-left: 10px;"
@
click=
"unlock(ctx.basePage)"
size=
'mini'
type=
"primary"
>
解锁
</el-button>
<el-button
style=
"margin-left: 10px;"
@
click=
"freeze(ctx.basePage)"
size=
'mini'
type=
"primary"
>
冻结
</el-button>
<el-button
style=
"margin-left: 10px;"
@
click=
"unfreeze(ctx.basePage)"
size=
'mini'
type=
"primary"
>
解冻
</el-button>
<el-button
style=
"margin-left: 10px;"
@
click=
"ckxq(ctx.basePage)"
size=
'mini'
type=
"primary"
>
查看详情
</el-button>
<el-button
style=
"margin-left: 10px;"
@
click=
"plxz(ctx.basePage)"
size=
'mini'
type=
"primary"
>
批量操作
</el-button>
<el-button
v-if=
"ctx.basePage.powerObj['21']"
style=
"margin-left: 10px;"
@
click=
"qkkw(ctx.basePage)"
size=
'mini'
type=
"primary"
>
清空
</el-button>
<el-button
v-if=
"ctx.basePage.powerObj['22']"
style=
"margin-left: 10px;"
@
click=
"lock(ctx.basePage)"
size=
'mini'
type=
"primary"
>
锁定
</el-button>
<el-button
v-if=
"ctx.basePage.powerObj['22']"
style=
"margin-left: 10px;"
@
click=
"unlock(ctx.basePage)"
size=
'mini'
type=
"primary"
>
解锁
</el-button>
<el-button
v-if=
"ctx.basePage.powerObj['23']"
style=
"margin-left: 10px;"
@
click=
"freeze(ctx.basePage)"
size=
'mini'
type=
"primary"
>
冻结
</el-button>
<el-button
v-if=
"ctx.basePage.powerObj['23']"
style=
"margin-left: 10px;"
@
click=
"unfreeze(ctx.basePage)"
size=
'mini'
type=
"primary"
>
解冻
</el-button>
<el-button
style=
"margin-left: 10px;"
@
click=
"ckxq(ctx.basePage)"
size=
'mini'
type=
"primary"
>
查看详情
</el-button>
<el-button
v-if=
"ctx.basePage.powerObj['23']"
style=
"margin-left: 10px;"
@
click=
"plxz(ctx.basePage)"
size=
'mini'
type=
"primary"
>
批量操作
</el-button>
<!--
<el-button
style=
"margin-left: 10px;"
@
click=
"kwbg(ctx.basePage)"
size=
'mini'
type=
"primary"
>
库位变更
</el-button>
-->
</
template
>
...
...
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