Преглед изворни кода

调整费用报销的新增发票安妮

Lijy пре 2 година
родитељ
комит
669db8a30a
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      fhKeeper/formulahousekeeper/timesheet/src/views/expense/expense.vue

+ 1 - 1
fhKeeper/formulahousekeeper/timesheet/src/views/expense/expense.vue

@@ -363,7 +363,7 @@
                 <span v-else>{{scope.row.totalAmount}} 元</span>
               </template> -->
           </el-form>
-          <div style="height:0;position:relative;">
+          <div style="height:0;position:relative;" v-if="!flg">
             <span class="newInvoice" @click="addNewInvoice"> <i class="el-icon-circle-plus-outline"></i> {{ $t('newinvoice') }}</span>
           </div>
           <el-table :data="ParticularsList.invoiceList" border style="width: 100%">