|
@@ -157,6 +157,11 @@
|
|
|
<span>{{ scope.row.customerSalesInfoVo?.creditAmount }}</span>
|
|
<span>{{ scope.row.customerSalesInfoVo?.creditAmount }}</span>
|
|
|
</template>
|
|
</template>
|
|
|
</el-table-column>
|
|
</el-table-column>
|
|
|
|
|
+ <el-table-column label="临时额度" align="center" prop="temporaryQuota" min-width="80">
|
|
|
|
|
+ <template #default="scope">
|
|
|
|
|
+ <span>{{ scope.row.customerSalesInfoVo?.temporaryQuota }}</span>
|
|
|
|
|
+ </template>
|
|
|
|
|
+ </el-table-column>
|
|
|
<el-table-column label="状态" align="center" prop="status" min-width="80">
|
|
<el-table-column label="状态" align="center" prop="status" min-width="80">
|
|
|
<template #default="scope">
|
|
<template #default="scope">
|
|
|
<dict-tag :options="sys_check_status" :value="scope.row.status" />
|
|
<dict-tag :options="sys_check_status" :value="scope.row.status" />
|