Commit 01576028 by 无尘

fix: 修改接口字段

parent f4eebd4b
......@@ -4,7 +4,7 @@
* @Author: 无尘
* @Date: 2020-07-23 17:18:25
* @LastEditors: 无尘
* @LastEditTime: 2020-07-31 09:54:38
* @LastEditTime: 2020-07-31 11:00:07
-->
<template>
<div class="store-wrap border-box">
......@@ -33,12 +33,12 @@
</div>
</template>
</van-cell>
<van-cell-group title="门店共享">
<van-cell-group>
<template>
<van-cell is-link :title="item.storeGroupName||item.storeInfoName" v-for="(item, index) in bindData" :key="index+'bind'" @click="toChild(item)">
<template #extra>
<span class="font_family icon-chenggong color-e2574d"></span><span>已选择</span>
<span class="font_family icon-shouquan color-4b69e5"></span><span>{{item.enterpriseName}}企业已授权</span>
<span v-if="item.bindFlag == 1" class="font_family icon-shouquan color-4b69e5"></span><span>{{item.bindWxEnterpriseName}}企业已授权</span>
</template>
</van-cell>
</template>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment