From c41c620512f45ec82d17efbd6eaa0399ec27a846 Mon Sep 17 00:00:00 2001 From: Caps <452713115@qq.com> Date: Sat, 25 Apr 2020 00:17:43 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9D=83=E9=99=90=E6=8E=A7=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/shop/IncreaseDataCompany.vue | 6 +- src/pages/shop/IncreaseDataStaff.vue | 9 +- src/pages/shop/IncreaseDataStore.vue | 118 +++++++++++++------------ 3 files changed, 72 insertions(+), 61 deletions(-) diff --git a/src/pages/shop/IncreaseDataCompany.vue b/src/pages/shop/IncreaseDataCompany.vue index 5761aec..bcb2971 100644 --- a/src/pages/shop/IncreaseDataCompany.vue +++ b/src/pages/shop/IncreaseDataCompany.vue @@ -47,11 +47,13 @@ columns1: [ { title: '序号', - key: 'index' + key: 'index', + width: '80px' }, { title: '零售公司名称', - key: 'retailCompany' + key: 'retailCompany', + width: '250px' }, { title: '总好友数', diff --git a/src/pages/shop/IncreaseDataStaff.vue b/src/pages/shop/IncreaseDataStaff.vue index 30e0768..edf0e0e 100644 --- a/src/pages/shop/IncreaseDataStaff.vue +++ b/src/pages/shop/IncreaseDataStaff.vue @@ -67,7 +67,8 @@ columns1: [ { title: '序号', - key: 'index' + key: 'index', + width: '80px' }, { title: '导购名称', @@ -79,7 +80,8 @@ }, { title: '所属店铺', - key: 'shopName' + key: 'shopName', + width: '250px' }, { title: '店铺编码', @@ -87,7 +89,8 @@ }, { title: '所属零售公司', - key: 'companyName' + key: 'companyName', + width: '250px' }, { title: '总好友数', diff --git a/src/pages/shop/IncreaseDataStore.vue b/src/pages/shop/IncreaseDataStore.vue index c6ad901..0fa4915 100644 --- a/src/pages/shop/IncreaseDataStore.vue +++ b/src/pages/shop/IncreaseDataStore.vue @@ -7,7 +7,8 @@

选择日期

- + 零售公司 @@ -44,11 +45,12 @@