فهرست منبع

Merge branch 'dev/v1.0.40_wmh' of jianyu/web into feature/v1.0.40

wenmenghao 1 سال پیش
والد
کامیت
78c7cc91b1
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      apps/mobile/src/views/invoice/viewInvoice.vue

+ 1 - 0
apps/mobile/src/views/invoice/viewInvoice.vue

@@ -173,6 +173,7 @@
       <p class="b-desc" v-if="desc">{{ desc }}</p>
       <div class="j-button-group">
         <button
+           v-if="!(!this.url && btntext === '查看发票')"
           :class="{ 'j-button-confirm': true }"
           @click="confirm_ok"
           :disabled="btntext === '开票中'"