From 23d98658f09cfca08659792496e04cdecb50a8f8 Mon Sep 17 00:00:00 2001 From: yuyanglin Date: Tue, 26 May 2020 12:45:52 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=95=E5=87=BB=E9=A2=84=E8=A7=88=EF=BC=8C?= =?UTF-8?q?=E5=8F=8C=E5=87=BB=E6=88=96=E8=80=85=E5=8F=B3=E5=87=BB=E5=A4=8D?= =?UTF-8?q?=E5=88=B6logo=E9=93=BE=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../modules/c-manage/customer-manage.scss | 7 +++- .../customer-manage/customer-manage.vue | 38 ++++++++++++++++++- 2 files changed, 43 insertions(+), 2 deletions(-) diff --git a/epmet-oper-web/src/assets/scss/modules/c-manage/customer-manage.scss b/epmet-oper-web/src/assets/scss/modules/c-manage/customer-manage.scss index 76a8b08..4b3edc2 100644 --- a/epmet-oper-web/src/assets/scss/modules/c-manage/customer-manage.scss +++ b/epmet-oper-web/src/assets/scss/modules/c-manage/customer-manage.scss @@ -61,4 +61,9 @@ width: 178px; height: 178px; display: block; - } \ No newline at end of file + } + .customer-logo { + display: block; + width: 40px; + height: 40px; + } \ No newline at end of file diff --git a/epmet-oper-web/src/views/modules/customer-manage/customer-manage.vue b/epmet-oper-web/src/views/modules/customer-manage/customer-manage.vue index 08a65d4..1d3d074 100644 --- a/epmet-oper-web/src/views/modules/customer-manage/customer-manage.vue +++ b/epmet-oper-web/src/views/modules/customer-manage/customer-manage.vue @@ -6,7 +6,21 @@ v-loading="dataListLoading" :data="dataList" border - style="width: 100%;"> + style="width: 100%;" + @row-contextmenu="handleRowContext" + @cell-dblclick="handleRowContext"> + + +