|
@@ -156,7 +156,8 @@
|
|
|
</el-table-column>
|
|
|
<el-table-column prop="amountStatus" label="合同状态" width="100">
|
|
|
<template #default="scope">
|
|
|
- {{ getDictLabel(DICT_TYPE.CONTRACT_COST_STATUS, scope.row.amountStatus) }}
|
|
|
+ {{ scope.row.contractAmount === scope.row.returnAmount ? '已付清' : '未付清' }}
|
|
|
+ <!-- {{ getDictLabel(DICT_TYPE.CONTRACT_COST_STATUS, scope.row.amountStatus) }} -->
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
<el-table-column prop="contractAmount" label="合同金额" width="100" align="center">
|