添加账号验证

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

Loading…
Cancel
Save