|
@@ -53,7 +53,7 @@
|
|
|
<template slot-scope="scope">
|
|
|
<img width="18" height="20" style="vertical-align: text-top; position: relative; top: -1px"
|
|
|
src="../../../public/img/fujian.png" @click="fujian(scope.row)" alt="" />
|
|
|
- <span>{{scope.row.addressUrl.split(",").length == 0 ? '' : scope.row.addressUrl.split(",").length}}</span>
|
|
|
+ <span>{{scope.row.addressUrl ? scope.row.addressUrl.split(",").length : 0}}</span>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
<el-table-column prop="payee" label="请款人/收款人" min-width="100"></el-table-column>
|