瀏覽代碼

h5 移动端取消滞纳金字段

yuanmingze 3 周之前
父節點
當前提交
58a91fb2c0
共有 1 個文件被更改,包括 0 次插入10 次删除
  1. 0 10
      src/views/invoice-information/detail.vue

+ 0 - 10
src/views/invoice-information/detail.vue

@@ -47,16 +47,6 @@
             </div>
           </transition>
         </div>
-
-        <!-- 滞纳金 -->
-        <div class="tax-item">
-          <div class="tax-header">
-            <div class="tax-name">滞纳金</div>
-            <div class="tax-amount amount--strong">
-              {{ invoiceTaxInfo.value?.totalLateFee ?? '0.00' }}
-            </div>
-          </div>
-        </div>
       </div>
 
       <!-- 无数据 -->