|
@@ -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%">
|