Browse Source

账户管理-出账不显示服务费金额

ZhangWenQiang 5 years ago
parent
commit
e8c380481e
1 changed files with 3 additions and 0 deletions
  1. 3 0
      src/views/hwaccount/HwAccountManager.vue

+ 3 - 0
src/views/hwaccount/HwAccountManager.vue

@@ -83,6 +83,9 @@
               <template v-if="record.isDrawback === 1">
                 {{text?text+'(已退款)':text===0?text+'(已退款)':'--'}}
               </template>
+               <template v-else-if="record.type === 1">
+                --
+              </template>
               <template v-else>
                 {{text?text:text===0?text:'--'}}
               </template>