Kaynağa Gözat

Merge branch 'dev1.0.1' of http://192.168.0.200:3000/suf/factoring-trade-front-end-v2 into chang1

changjiaming 5 ay önce
ebeveyn
işleme
9a82fe32c5
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      src/views/financingManage/index.vue

+ 1 - 1
src/views/financingManage/index.vue

@@ -130,7 +130,7 @@ export default {
           prop: 'executor',
           showTooltip: true,
           render: (h, row) => {
-            return <div>{this.activeName === 'all' ? row.assignee.name : row.executor}</div>
+            return <div>{this.activeName === 'all' ? row.assignee?.name : row.executor}</div>
           }
         },
         {