|
|
@@ -38,15 +38,12 @@
|
|
|
<template #table-column-wxAppId="{scope}">
|
|
|
<div class="pay on">
|
|
|
<i v-if="scope.row.extend.wxAuth != '0'" :class="['el-icon-success']"></i>
|
|
|
- <el-button v-else type="text" @click="bindJump(`/wx-open/begin-auth?id=${scope.row.id}`)">待绑定</el-button>
|
|
|
+ <el-button v-else type="text">待绑定</el-button>
|
|
|
</div>
|
|
|
</template>
|
|
|
<template #table-column-expericeCode="{scope}">
|
|
|
<div class="pay on">
|
|
|
- <el-button
|
|
|
- type="text"
|
|
|
- @click="bindJump(`/wx-open/bind-open?merchantId=${scope.row.id}&id=6`)"
|
|
|
- >查看</el-button>
|
|
|
+ <el-button type="text" >查看</el-button>
|
|
|
</div>
|
|
|
</template>
|
|
|
|
|
|
@@ -68,9 +65,9 @@
|
|
|
<el-button type="primary" size="mini" @click="bindJump(`/wx-open/begin-auth?id=hd&authType=2`)">花店小程序激活</el-button>
|
|
|
<el-button type="primary" size="mini" @click="bindJump(`/wx-open/bind-open?id=hd&actId=6`)">花店小程序体验码</el-button>
|
|
|
|
|
|
- <el-button type="primary" size="mini" @click="bindJump(`/wx-open/begin-auth?id=ghs&authType=1`)">供货商公众号激活</el-button>
|
|
|
- <el-button type="primary" size="mini" @click="bindJump(`/wx-open/begin-auth?id=ghs&authType=2`)">供货商小程序激活</el-button>
|
|
|
- <el-button type="primary" size="mini" @click="bindJump(`/wx-open/bind-open?id=ghs&actId=6`)">供货商小程序体验码</el-button>
|
|
|
+ <el-button type="primary" size="mini" @click="bindJump(`/wx-open/begin-auth?id=ghs&authType=1`)">供货商公众号激活(请修改host)</el-button>
|
|
|
+ <el-button type="primary" size="mini" @click="bindJump(`/wx-open/begin-auth?id=ghs&authType=2`)">供货商小程序激活(请修改host)</el-button>
|
|
|
+ <el-button type="primary" size="mini" @click="bindJump(`/wx-open/bind-open?id=ghs&actId=6`)">供货商小程序体验码(请修改host)</el-button>
|
|
|
</template>
|
|
|
|
|
|
<template #slot-op-btn="{scope}">
|