微信第三方平台/微信开放平台,小程序分发功能

1. 列表界面

商户列表界面展示
列表代码展示

<template>
  <div>
    <div class="pending">
      <!-- 搜索 -->
      <div class="formSearch">
        <el-form :inline="true" :model="formInline">
          <el-button type="success" plain @click="addShopVisible = true">新建商家</el-button>
          <el-button type="success" plain @click="getPreAuthCode">商户授权</el-button>
          <el-button type="success" plain @click="templateListVisible = true">模板列表</el-button>
        </el-form>
      </div>
      <!-- 表格 -->
      <div class="tableBox">
        <el-table ref="multipleTable" :data="tableData" border :header-cell-style="{ background: '#EEF3FF', color: '#333333' }" tooltip-effect="dark" style="width: 100%">
          <el-table-column label="店铺ID" prop="shopId" />
          <el-table-column label="店铺名称" prop="shopName" />
          <el-table-column prop="shopCode" label="店铺编码" />
          <el-table-column prop="chargePersonName" label="负责人" />
          <el-table-column prop="createTime" label="创建时间" />
          <el-table-column prop="wechatAppId" label="微信AppId" />
          <el-table-column prop="authorizer" label="授权状态">
            <template #default="scope">
              <span v-if="scope.row.authorizer">已授权</span>
            </template>
          </el-table-column>
          <el-table-column prop="authorizerTime" label="授权时间" />
          <el-table-column label="操作" width="300" fixed="right">
            <template #default="scope">
              <div class="btnList">
                <el-button type="text" @click="setMiniInfoShow(scope.row)">小程序配置</el-button>
                <template v-if="scope.row.wechatAppId && scope.row.authorizer">
                  <el-button type="text" @click="miniBasicInfoShow(scope.row)">小程序基本信息</el-button>
                  <el-button type="text" @click
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值