Commit 943c77e1 by liuchenxi

update: 回滚一对多调整

parent 1f2ea906
...@@ -25,7 +25,7 @@ import finishedActive from '@/components/active/finished-active.vue'; ...@@ -25,7 +25,7 @@ import finishedActive from '@/components/active/finished-active.vue';
<div class="active-title-date font-14 color-909399 m-t-7">{{ item.startDate | formatTimeYmdHms }} - {{ item.endDate | formatTimeYmdHms }}</div> <div class="active-title-date font-14 color-909399 m-t-7">{{ item.startDate | formatTimeYmdHms }} - {{ item.endDate | formatTimeYmdHms }}</div>
</div> </div>
<div class="active-title-right"> <div class="active-title-right">
<el-button type="primary" plain v-if="$getButtonLimit($buttonCode.marketingCheckActive)" :limit-code="$buttonCode.marketingCheckActive" @click.stop="toEdit(index, item)">活动配置</el-button> <el-button type="primary" plain v-if="$getButtonLimit($buttonCode.marketingSetShare)" :limit-code="$buttonCode.marketingSetShare" @click.stop="toEdit(index, item)">活动配置</el-button>
<!-- <el-button <!-- <el-button
type="primary" type="primary"
plain plain
......
...@@ -23,7 +23,7 @@ import willStartActive from '@/components/active/will-start-active.vue'; ...@@ -23,7 +23,7 @@ import willStartActive from '@/components/active/will-start-active.vue';
<div class="active-title-date font-14 color-909399 m-t-7">{{ item.startDate | formatTimeYmdHms }} - {{ item.endDate | formatTimeYmdHms }}</div> <div class="active-title-date font-14 color-909399 m-t-7">{{ item.startDate | formatTimeYmdHms }} - {{ item.endDate | formatTimeYmdHms }}</div>
</div> </div>
<div class="active-title-right"> <div class="active-title-right">
<el-button type="primary" v-if="$getButtonLimit($buttonCode.marketingEditActive)" :limit-code="$buttonCode.marketingEditActive" plain @click="toEdit(index, item)">活动配置</el-button> <el-button type="primary" v-if="$getButtonLimit($buttonCode.marketingSetShare)" :limit-code="$buttonCode.marketingSetShare" plain @click="toEdit(index, item)">活动配置</el-button>
<!-- <el-button <!-- <el-button
type="primary" type="primary"
plain plain
......
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