|
|
|
@ -206,47 +206,47 @@
|
|
|
|
|
{
|
|
|
|
|
title: '序号',
|
|
|
|
|
key: 'orderNum',
|
|
|
|
|
width: 60
|
|
|
|
|
className: 'table-width-80'
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
title: '店铺名称',
|
|
|
|
|
key: 'name',
|
|
|
|
|
width: 300
|
|
|
|
|
className: 'table-width-300'
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
title: '店铺编码',
|
|
|
|
|
key: 'code',
|
|
|
|
|
width: 90
|
|
|
|
|
className: 'table-width-90'
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
title: '门店企业号',
|
|
|
|
|
key: 'cpUserId',
|
|
|
|
|
width: 140
|
|
|
|
|
className: 'table-width-140'
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
title: '大区名',
|
|
|
|
|
key: 'regionName',
|
|
|
|
|
width: 100
|
|
|
|
|
className: 'table-width-100'
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
title: '零售公司',
|
|
|
|
|
key: 'companyName',
|
|
|
|
|
width: 200
|
|
|
|
|
className: 'table-width-200'
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
title: '员工数',
|
|
|
|
|
key: 'staffNum',
|
|
|
|
|
width: 80
|
|
|
|
|
className: 'table-width-80'
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
title: '客户数',
|
|
|
|
|
key: 'customerNum',
|
|
|
|
|
width: 80
|
|
|
|
|
className: 'table-width-80'
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
title: '推广码',
|
|
|
|
|
slot: 'qrCodeAction',
|
|
|
|
|
width: 80
|
|
|
|
|
className: 'table-width-80'
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
title: '操作',
|
|
|
|
@ -592,4 +592,29 @@
|
|
|
|
|
.modal-img{
|
|
|
|
|
width:200px;height:200px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.table-width-80 {
|
|
|
|
|
width: 80px !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.table-width-90 {
|
|
|
|
|
width: 90px !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.ivu-table th.table-width-100 {
|
|
|
|
|
width: 100px !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.ivu-table th.table-width-140 {
|
|
|
|
|
width: 140px !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.ivu-table th.table-width-200 {
|
|
|
|
|
width: 200px !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.ivu-table th.table-width-300 {
|
|
|
|
|
width: 300px !important;
|
|
|
|
|
}
|
|
|
|
|
</style>
|
|
|
|
|