mirror of
https://gitee.com/hhyykk/ipms-sjy-ui.git
synced 2025-02-01 19:24:58 +08:00
[feat] 添加累计合同签订额、累计三年及以上应收款
This commit is contained in:
parent
1372135ce1
commit
91ce5f9e12
@ -92,6 +92,8 @@
|
||||
<el-table-column label="联系人" align="center" prop="contacts" />
|
||||
<el-table-column label="电话" align="center" prop="phone" />
|
||||
<el-table-column label="地址" align="center" prop="address" />
|
||||
<el-table-column label="累计合同签订额" align="center" prop="total_contract_amount" />
|
||||
<el-table-column label="累计三年及以上应收款" align="center" prop="total_accounts_receivable" />
|
||||
<el-table-column label="操作" align="center" min-width="120px">
|
||||
<template #default="scope">
|
||||
<el-button
|
||||
|
Loading…
Reference in New Issue
Block a user