Commit 953d59d6 by liupeng

将任务比对修改删除按钮隐藏

parent 960714cc
...@@ -500,7 +500,7 @@ ...@@ -500,7 +500,7 @@
class="edit" class="edit"
style="margin-right: 16px" style="margin-right: 16px"
v-if=" v-if="
!(pageBs == 'rySp' || pageBs == 'yhkxsGl' || pageBs == 'rwbd') !(pageBs == 'rySp' || pageBs == 'yhkxsGl' || pageBs == 'rwbd'|| pageBs == 'rwbdjs')
" "
>修改</span >修改</span
> >
...@@ -518,7 +518,8 @@ ...@@ -518,7 +518,8 @@
pageBs != 'dytj' && pageBs != 'dytj' &&
pageBs != 'rySp' && pageBs != 'rySp' &&
pageBs != 'yhkxsGl' && pageBs != 'yhkxsGl' &&
pageBs != 'rwbd' pageBs != 'rwbd' &&
pageBs != 'rwbdjs'
" "
>删除</span >删除</span
> >
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment