Kaynağa Gözat

订单平台 外卖平台

xuwenqiang1992 2 yıl önce
ebeveyn
işleme
65c352ed9f

+ 0 - 24
src/views/store/orderPlatform/index.vue

@@ -93,30 +93,6 @@
           </template>
         </el-table-column>
         <el-table-column
-            prop="flag_SFTC"
-            label="顺丰同城">
-          <template #default="{row}">
-            <el-button size="small" v-if="row.flag_SFTC==1" type="success">
-              已授权
-            </el-button>
-            <el-button @click="openDialog(row,'SFTC','顺丰同城')" size="small" v-else="row.flag_SFTC==0" type="info">
-              未授权
-            </el-button>
-          </template>
-        </el-table-column>
-        <el-table-column
-            prop="flag_DDPT"
-            label="达达跑腿">
-          <template #default="{row}">
-            <el-button size="small" v-if="row.flag_DDPT==1" type="success">
-              已授权
-            </el-button>
-            <el-button @click="openDialog(row,'DDPT','达达跑腿')" size="small" v-else="row.flag_DDPT==0" type="info">
-              未授权
-            </el-button>
-          </template>
-        </el-table-column>
-        <el-table-column
             prop="createTime"
             label="创建时间"
             width="155">

+ 0 - 48
src/views/store/runningPlatform/index.vue

@@ -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}">