From 8b15dfe9842351fdd26f020b27a204a94bf2162e Mon Sep 17 00:00:00 2001 From: denghy Date: Thu, 4 Apr 2019 15:00:25 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A2=9C=E8=89=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/views/virtual/properties/index.vue | 4 ++-- frontend/src/views/virtual/properties/js/index.js | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/src/views/virtual/properties/index.vue b/frontend/src/views/virtual/properties/index.vue index b7a7434e..58c071e1 100644 --- a/frontend/src/views/virtual/properties/index.vue +++ b/frontend/src/views/virtual/properties/index.vue @@ -74,12 +74,12 @@
  • - +
    - +
    diff --git a/frontend/src/views/virtual/properties/js/index.js b/frontend/src/views/virtual/properties/js/index.js index 2c8a17fd..884d5e79 100644 --- a/frontend/src/views/virtual/properties/js/index.js +++ b/frontend/src/views/virtual/properties/js/index.js @@ -137,7 +137,7 @@ export default { if (this.haveJurisdiction('update')) { let button = h('Button', { props: { - type: row.province ? 'success' : 'primary', + type: row.province ? 'success' : 'error', size: 'small' }, class: ['btn'],