Forráskód Böngészése

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

wenmenghao 1 éve
szülő
commit
78c7cc91b1
1 módosított fájl, 1 hozzáadás és 0 törlés
  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 === '开票中'"