Browse Source

Merge branch 'master' of http://git.zthymaoyi.com/gdc/yiliangyiyun-pc

gjy 3 years ago
parent
commit
d67de4f7f8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/profitable/contractOtherMoney.vue

+ 1 - 1
src/views/profitable/contractOtherMoney.vue

@@ -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>