添加账号验证

master
LegnaYet 6 years ago
parent 2cd358997e
commit 05736a7f5a

@ -47,7 +47,7 @@
<img :src="require('../../../static/img/qrCode-init.png')" @click="show(row)" style="margin-left: 5px;margin-top: 5px;width:30px;height:30px;"/>
</template>
<router-link slot-scope="{row}" slot="action" :to="{path:'/shop/increase/manager/staff',query:{storeId:row.id}}">
<Button ghost style="border:0px;color: #2074E2;"> 门店导购管理</Button>
<Button ghost style="border:0px;color: #2074E2;margin-left: -15px"> 门店导购管理</Button>
</router-link>
</Table>
@ -217,7 +217,7 @@
{
title: '序号',
key: 'orderNum',
width: 100
width: 70
},
{
title: '店铺名称',
@ -226,19 +226,23 @@
},
{
title: '店铺编码',
key: 'code'
key: 'code',
width: 100
},
{
title: '门店企业号',
key: 'cpUserId'
key: 'cpUserId',
width: 150
},
{
title: '大区名',
key: 'regionName',
width: 100
},
{
title: '零售公司',
key: 'companyName',
width: 300
},
{
title: '员工数',
@ -257,8 +261,7 @@
},
{
title: '操作',
slot: 'action',
width: 100
slot: 'action'
}
],
data1: [

Loading…
Cancel
Save