|
@@ -169,7 +169,7 @@
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
<img width="18" height="20" style="vertical-align: text-top; position: relative; top: -1px"
|
|
<img width="18" height="20" style="vertical-align: text-top; position: relative; top: -1px"
|
|
src="../../../public/img/fujian.png" @click="fujian(scope.row)" alt="" />
|
|
src="../../../public/img/fujian.png" @click="fujian(scope.row)" alt="" />
|
|
- <span v-show="scope.row.addressUrlArray != null">
|
|
|
|
|
|
+ <span v-if="scope.row.addressUrlArray != null">
|
|
{{
|
|
{{
|
|
scope.row.addressUrlArray.length == 0
|
|
scope.row.addressUrlArray.length == 0
|
|
? ''
|
|
? ''
|