|
@@ -83,7 +83,7 @@
|
|
|
</el-table-column>
|
|
|
<el-table-column prop="loanNumber" label="借款单号" width="180" />
|
|
|
<el-table-column prop="applyDate" label="申请时间" width="120" />
|
|
|
- <el-table-column prop="workerDept" label="借款人部门" width="100" />
|
|
|
+ <el-table-column prop="workerDept" label="借款人部门" width="180" />
|
|
|
<el-table-column prop="worker" label="借款人" width="120" />
|
|
|
<el-table-column prop="loanAmount" label="借款总金额" width="120" />
|
|
|
<el-table-column prop="verifyAmount" label="已核销金额" width="120" />
|
|
@@ -95,12 +95,7 @@
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
<el-table-column prop="verifyDate" label="核销时间" width="120" />
|
|
|
- <el-table-column
|
|
|
- show-overflow-tooltip="true"
|
|
|
- prop="description"
|
|
|
- label="借款说明"
|
|
|
- width="360"
|
|
|
- />
|
|
|
+ <el-table-column show-overflow-tooltip="true" prop="description" label="借款说明" />
|
|
|
<el-table-column prop="flowStatus" label="状态" width="80">
|
|
|
<template #default="scope">
|
|
|
{{ flowStatusMap[scope.row.flowStatus] }}
|