Commit 1a93d2e1 by caoyanzhi

Merge branch 'feature/3.0年后需求-卡券调整' into dev

parents 521225ba 91c7d71b
......@@ -19,7 +19,7 @@ export default Vue.component('render-temp', {
// 微盟外部券:领取记录、投放、报表
// 通用外部券:领取记录、报表
const bind1 =
(canEdit && !isApiCreate && canGroupSend && !isCommon) || isWeimo ? (
canEdit && (!isApiCreate || isWeimo) && canGroupSend && !isCommon ? (
<a title="投放" onClick={this.handler.bind(null, 1)}>
<i class="iconfont icon-daohang-" />
</a>
......
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