update
This commit is contained in:
parent
dab80090ea
commit
c009bf3967
@ -40,9 +40,8 @@
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="未开票金额" prop="not_total_invoice_amount"
|
||||
show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="开票已回款金额" prop="total_refund_amount"
|
||||
<el-table-column :render-header="pager.calcWidth" label="开票已回款金额" prop="invoice_has_refund_amount"
|
||||
show-overflow-tooltip />
|
||||
<!-- <el-table-column :render-header="pager.calcWidth" label="回款日期" prop="" show-overflow-tooltip /> -->
|
||||
<el-table-column label="开票未回款金额" prop="invoice_not_refund_amount" show-overflow-tooltip />
|
||||
<el-table-column :render-header="pager.calcWidth" label="合同未回款金额" prop="" show-overflow-tooltip>
|
||||
<template #default="{ row }">
|
||||
@ -50,6 +49,8 @@
|
||||
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column :render-header="pager.calcWidth" label="回款日期" prop="refund_date"
|
||||
show-overflow-tooltip />
|
||||
<!-- <el-table-column label="备注" prop="reamrk" show-overflow-tooltip /> -->
|
||||
<!-- <el-table-column :render-header="pager.calcWidth" label="已到账金额" prop="total_refund_amount"
|
||||
show-overflow-tooltip />
|
||||
@ -67,7 +68,8 @@
|
||||
@click="handleDetail(row.id)">
|
||||
详情
|
||||
</el-button>
|
||||
<el-button v-perms="['contract.contract_negotiation/detail']" link @click="handleDown(row.id)">
|
||||
<el-button v-perms="['contract.contract_negotiation/detail']" link
|
||||
@click="handleDown(row.id)">
|
||||
下载
|
||||
</el-button>
|
||||
</template>
|
||||
@ -139,4 +141,3 @@ const handleDown = async (id: number | any[]) => {
|
||||
|
||||
getLists()
|
||||
</script>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user