|
|
@@ -40,8 +40,8 @@
|
|
|
</el-col>
|
|
|
</el-row>
|
|
|
</el-form>
|
|
|
- <p style="font-size: 14px; color: #606266">应付总额:¥{{ totalAmount }}</p>
|
|
|
- <el-table :data="firstData1" height="calc(100% - 196px)" style="width: 100%; margin-top: 20px;">
|
|
|
+ <div style="font-size: 14px; color: #606266">应付总额:¥{{ totalAmount }}</div>
|
|
|
+ <el-table :data="firstData1" height="calc(100% - 164px)" style="width: 100%; margin-top: 20px;">
|
|
|
<el-table-column prop="name" label="业务员"></el-table-column>
|
|
|
<el-table-column prop="attrType" label="业务员类型">
|
|
|
<template #default="scope">
|
|
|
@@ -108,9 +108,9 @@
|
|
|
</el-col>
|
|
|
</el-row>
|
|
|
</el-form>
|
|
|
- <p style="font-size: 14px; color: #606266">应付总额:¥{{ totalAmount }}</p>
|
|
|
+ <div style="font-size: 14px; color: #606266">应付总额:¥{{ totalAmount }}</div>
|
|
|
|
|
|
- <el-table :data="firstData2" height="calc(100% - 144px)" style="width: 100%; margin-top: 20px;">
|
|
|
+ <el-table :data="firstData2" height="calc(100% - 164px)" style="width: 100%; margin-top: 20px;">
|
|
|
<el-table-column prop="name" label="业务员"></el-table-column>
|
|
|
<el-table-column prop="attrType" label="业务员类型">
|
|
|
<template #default="scope">
|
|
|
@@ -124,11 +124,6 @@
|
|
|
<el-table-column prop="bankName" label="银行"></el-table-column>
|
|
|
<el-table-column prop="accountName" label="姓名"></el-table-column>
|
|
|
<el-table-column prop="bankName" label="开户行"></el-table-column>
|
|
|
- <el-table-column label="操作" fixed="right" width="200">
|
|
|
- <template #default="scope">
|
|
|
- <el-button link type="primary" size="small">领取</el-button>
|
|
|
- </template>
|
|
|
- </el-table-column>
|
|
|
</el-table>
|
|
|
<div class="pagination">
|
|
|
<el-pagination v-model:current-page="pages" v-model:page-size="size" :page-sizes="[10, 20, 30, 40]"
|
|
|
@@ -177,9 +172,9 @@
|
|
|
</el-col>
|
|
|
</el-row>
|
|
|
</el-form>
|
|
|
- <p style="font-size: 14px; color: #606266">应付总额:¥{{ totalAmount }}</p>
|
|
|
+ <div style="font-size: 14px; color: #606266">应付总额:¥{{ totalAmount }}</div>
|
|
|
|
|
|
- <el-table :data="firstData3" height="calc(100% - 144px)" style="width: 100%; margin-top: 20px;">
|
|
|
+ <el-table :data="firstData3" height="calc(100% - 164px)" style="width: 100%; margin-top: 20px;">
|
|
|
<el-table-column prop="name" label="业务员"></el-table-column>
|
|
|
<el-table-column prop="attrType" label="业务员类型">
|
|
|
<template #default="scope">
|