浏览代码

查看发票按钮显示逻辑增加

wenmenghao 1 年之前
父节点
当前提交
29a3fa1a27
共有 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 === '开票中'"