许成详 6 년 전
부모
커밋
d7947dce22

+ 1
- 1
src/pages/system/cardAndCouponManager/bodyBuildingCardManager/index.vue 파일 보기

@@ -82,7 +82,7 @@
82 82
               size="mini"
83 83
               type="danger"
84 84
               @click="sendCard(scope.$index, scope.row)">赠送客户</el-button>
85
-            <a class="copyBtn" :data-clipboard-text="'www.baidu.com'" :ref="'copy' + scope.$index" @click="toCopy(scope.$index, scope.row)">点击复制链接</a>
85
+            <a v-if="scope.row.SendType === 'channel'" class="copyBtn" :data-clipboard-text="'www.baidu.com'" :ref="'copy' + scope.$index" @click="toCopy(scope.$index, scope.row)">点击复制链接</a>
86 86
           </template>
87 87
         </el-table-column>
88 88
       </el-table>

+ 1
- 1
src/pages/system/cardAndCouponManager/cardManager/index.vue 파일 보기

@@ -87,7 +87,7 @@
87 87
               size="mini"
88 88
               type="danger"
89 89
               @click="sendCard(scope.$index, scope.row)">赠送客户</el-button>
90
-            <a class="copyBtn" :data-clipboard-text="'www.baidu.com'" :ref="'copy' + scope.$index" @click="toCopy(scope.$index, scope.row)">点击复制链接</a>
90
+            <a v-if="scope.row.SendType === 'channel'" class="copyBtn" :data-clipboard-text="'www.baidu.com'" :ref="'copy' + scope.$index" @click="toCopy(scope.$index, scope.row)">点击复制链接</a>
91 91
           </template>
92 92
         </el-table-column>
93 93
       </el-table>

+ 1
- 0
src/pages/system/cardAndCouponManager/couponManager/index.vue 파일 보기

@@ -89,6 +89,7 @@
89 89
               type="danger"
90 90
               @click="sendCoupon(scope.$index, scope.row)">赠送客户</el-button>
91 91
             <el-button
92
+              v-if="scope.row.SendType === 'channel'"
92 93
               size="mini"
93 94
               type="success"
94 95
               @click="handleDelete(scope.$index, scope.row)">点击复制链接</el-button>