|
|
@ -52,8 +52,6 @@ |
|
|
|
:height="tableHeight" |
|
|
|
:height="tableHeight" |
|
|
|
:data="tableData" |
|
|
|
:data="tableData" |
|
|
|
style="width: 100%" |
|
|
|
style="width: 100%" |
|
|
|
:header-cell-style="$utils.cellStyle" |
|
|
|
|
|
|
|
:cell-style="$utils.cellStyle" |
|
|
|
|
|
|
|
> |
|
|
|
> |
|
|
|
<el-table-column |
|
|
|
<el-table-column |
|
|
|
prop="orderSerialNumber" |
|
|
|
prop="orderSerialNumber" |
|
|
@ -79,7 +77,7 @@ |
|
|
|
</el-table-column> |
|
|
|
</el-table-column> |
|
|
|
<el-table-column prop="orderSerialNumber" label="账户类型" width="90"> |
|
|
|
<el-table-column prop="orderSerialNumber" label="账户类型" width="90"> |
|
|
|
<template slot-scope="{ row }"> |
|
|
|
<template slot-scope="{ row }"> |
|
|
|
<p> |
|
|
|
<p v-if="row.accountType"> |
|
|
|
{{ |
|
|
|
{{ |
|
|
|
refineryAccountTypeEnum.find( |
|
|
|
refineryAccountTypeEnum.find( |
|
|
|
(item) => item.value === row.accountType |
|
|
|
(item) => item.value === row.accountType |
|
|
|