zqwang 1 年之前
父节点
当前提交
750ba18ebb
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/payBack/juliangAccount/tabs/advertiserList/index.vue

+ 1 - 1
src/views/payBack/juliangAccount/tabs/advertiserList/index.vue

@@ -45,7 +45,7 @@
           <el-button link type="primary" size="small" @click="handleEdit(scope.$index, scope.row)"
             v-action="'callback.JuliangAccount.updateCallbackConfig'">回传配置</el-button>
           <br />
-          <el-button link type="primary" size="small" @click="handleCancel(scope.row)"
+          <el-button link type="primary" v-if="scope.row.promotion_id >  0" size="small" @click="handleCancel(scope.row)"
             v-action="'callback.JuliangAccount.unbindPromotion'">取消推广回传关联</el-button>
         </template>
       </el-table-column>