diff --git a/src/assets/scss/buttonstyle.scss b/src/assets/scss/buttonstyle.scss
index a5f6b533..92a5b2e3 100644
--- a/src/assets/scss/buttonstyle.scss
+++ b/src/assets/scss/buttonstyle.scss
@@ -81,7 +81,11 @@
background-color: #3e8ef7 !important;
border-color: #3e8ef7 !important;
}
-
+.diy-button--qrcode {
+ color: #fff !important;
+ background-color: #4ec591 !important;
+ border-color: #4ec591 !important;
+}
//table按钮样式
//查看
@@ -101,3 +105,9 @@
color: #d51010 !important;
text-decoration: underline !important;
}
+
+//
+.div-table-button--qr {
+ color: #4ec591 !important;
+ text-decoration: underline !important;
+}
\ No newline at end of file
diff --git a/src/views/modules/base/community/communityTable.vue b/src/views/modules/base/community/communityTable.vue
index 91079e08..901ec305 100644
--- a/src/views/modules/base/community/communityTable.vue
+++ b/src/views/modules/base/community/communityTable.vue
@@ -103,6 +103,10 @@
class="diy-button--reset"
size="small"
@click="handleExport">导出
+ 社区二维码
@@ -123,11 +127,11 @@
-
+
进入 -->
- 二维码
+ @click="handleDownQr(scope.row, 'neighborHood')">二维码 -->
+ 查看
{
console.log('res----1r', res)