|
|
@@ -45,54 +45,6 @@
|
|
|
<el-table-column prop="storeName" width="150" label="门店名称"/>
|
|
|
<el-table-column prop="brandName" width="150" label="品牌名称"/>
|
|
|
<el-table-column
|
|
|
- prop="flag_DYLK"
|
|
|
- label="抖音来客">
|
|
|
- <template #default="{row}">
|
|
|
- <el-button size="small" v-if="row.flag_DYLK==1" type="success">
|
|
|
- 已授权
|
|
|
- </el-button>
|
|
|
- <el-button @click="openDialog(row,'DYLK','抖音来客')" size="small" v-else="row.flag_DYLK==0" type="info">
|
|
|
- 未授权
|
|
|
- </el-button>
|
|
|
- </template>
|
|
|
- </el-table-column>
|
|
|
- <el-table-column
|
|
|
- prop="flag_MTWM"
|
|
|
- label="美团外卖">
|
|
|
- <template #default="{row}">
|
|
|
- <el-button size="small" v-if="row.flag_MTWM==1" type="success">
|
|
|
- 已授权
|
|
|
- </el-button>
|
|
|
- <el-button @click="openDialog(row,'MTWM','美团外卖')" size="small" v-else="row.flag_MTWM==0" type="info">
|
|
|
- 未授权
|
|
|
- </el-button>
|
|
|
- </template>
|
|
|
- </el-table-column>
|
|
|
- <el-table-column
|
|
|
- prop="flag_ELMLS"
|
|
|
- label="饿了么零售">
|
|
|
- <template #default="{row}">
|
|
|
- <el-button size="small" v-if="row.flag_ELMLS==1" type="success">
|
|
|
- 已授权
|
|
|
- </el-button>
|
|
|
- <el-button @click="openDialog(row,'ELMLS','饿了么零售')" size="small" v-else="row.flag_ELMLS==0" type="info">
|
|
|
- 未授权
|
|
|
- </el-button>
|
|
|
- </template>
|
|
|
- </el-table-column>
|
|
|
- <el-table-column
|
|
|
- prop="flag_MEITUAN"
|
|
|
- label="美团闪购">
|
|
|
- <template #default="{row}">
|
|
|
- <el-button size="small" v-if="row.flag_MEITUAN==1" type="success">
|
|
|
- 已授权
|
|
|
- </el-button>
|
|
|
- <el-button @click="openDialog(row,'MEITUAN','美团闪购')" size="small" v-else="row.flag_MEITUAN==0" type="info">
|
|
|
- 未授权
|
|
|
- </el-button>
|
|
|
- </template>
|
|
|
- </el-table-column>
|
|
|
- <el-table-column
|
|
|
prop="flag_SFTC"
|
|
|
label="顺丰同城">
|
|
|
<template #default="{row}">
|