|
@@ -40,6 +40,12 @@
|
|
</el-table-column>
|
|
</el-table-column>
|
|
<el-table-column prop="type" label="类型">
|
|
<el-table-column prop="type" label="类型">
|
|
</el-table-column>
|
|
</el-table-column>
|
|
|
|
+ <el-table-column prop="warehouseName" label="仓库名">
|
|
|
|
+ </el-table-column>
|
|
|
|
+ <el-table-column prop="payerHeader" label="付款方名头">
|
|
|
|
+ </el-table-column>
|
|
|
|
+ <el-table-column prop="amountMoney" label="金额">
|
|
|
|
+ </el-table-column>
|
|
<el-table-column prop="status" label="状态">
|
|
<el-table-column prop="status" label="状态">
|
|
<template slot-scope="scope">{{ scope.row.approveStatus ? scope.row.approveStatus : scope.row.status }}</template>
|
|
<template slot-scope="scope">{{ scope.row.approveStatus ? scope.row.approveStatus : scope.row.status }}</template>
|
|
</el-table-column>
|
|
</el-table-column>
|