Commit 6ac24309 by caoyanzhi

update: 权限管理

parent 943c77e1
...@@ -72,8 +72,7 @@ import inProgressActive from '@/components/active/in-progress-active.vue'; ...@@ -72,8 +72,7 @@ import inProgressActive from '@/components/active/in-progress-active.vue';
@click.stop="toDataList(index, item)" @click.stop="toDataList(index, item)"
>数据明细</el-button> >数据明细</el-button>
<el-button <el-button
v-if="$getButtonLimit($buttonCode.marketingDelShare) && item.status == 2" v-if="item.status == 2"
:limit-code="$buttonCode.marketingDelShare"
type="danger" type="danger"
plain plain
@click.stop="toDelList(index, item)" @click.stop="toDelList(index, item)"
......
...@@ -30,7 +30,7 @@ import willStartActive from '@/components/active/will-start-active.vue'; ...@@ -30,7 +30,7 @@ import willStartActive from '@/components/active/will-start-active.vue';
@click="handleCopy(index, item)" @click="handleCopy(index, item)"
>复制路径</el-button> --> >复制路径</el-button> -->
<el-button type="primary" v-if="$getButtonLimit($buttonCode.marketingShareData)" :limit-code="$buttonCode.marketingShareData" plain @click="toDataList(index, item)">数据明细</el-button> <el-button type="primary" v-if="$getButtonLimit($buttonCode.marketingShareData)" :limit-code="$buttonCode.marketingShareData" plain @click="toDataList(index, item)">数据明细</el-button>
<el-button type="primary" v-if="$getButtonLimit($buttonCode.marketingDelShare)" :limit-code="$buttonCode.marketingDelShare" plain @click="toDelList(index, item)">删除</el-button> <el-button type="primary" plain @click="toDelList(index, item)">删除</el-button>
</div> </div>
</div> </div>
<div v-if="selectItem == item.activityId" class="start-active-body"> <div v-if="selectItem == item.activityId" class="start-active-body">
......
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