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"> + + +