From 2c796511943f81c43f11fb3396f750a5893784b9 Mon Sep 17 00:00:00 2001
From: dai_siki <851733175@qq.com>
Date: Sat, 21 Mar 2020 13:02:24 +0800
Subject: [PATCH] =?UTF-8?q?=E5=90=8E=E7=AB=AF=E8=81=94=E8=B0=83=E5=BC=80?=
=?UTF-8?q?=E5=A7=8B7?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
epmet-oper-web/src/views/modules/wx-mini/index-set.vue | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/epmet-oper-web/src/views/modules/wx-mini/index-set.vue b/epmet-oper-web/src/views/modules/wx-mini/index-set.vue
index ea9d8a5..7319a9c 100644
--- a/epmet-oper-web/src/views/modules/wx-mini/index-set.vue
+++ b/epmet-oper-web/src/views/modules/wx-mini/index-set.vue
@@ -12,9 +12,9 @@
政府端
+ @click="startSetWxIndex(scope.row.customerId, scope.row.customerName, 0)">居民端
居民端
+ @click="startSetWxIndex(scope.row.customerId, scope.row.customerName, 1)">政府端
@@ -29,7 +29,7 @@
@click="save">保存
发布
- ({{ wxIndex.customerName }} - {{ wxIndex.clientType===0 ? '政府端' : '居民端' }})
+ ({{ wxIndex.customerName }} - {{ wxIndex.clientType===1 ? '政府端' : '居民端' }})