瀏覽代碼

1.实收款认领-我部门的已认领新增客户经理字段

GouGengquan 4 月之前
父節點
當前提交
ceb20e38aa
共有 1 個文件被更改,包括 5 次插入0 次删除
  1. 5 0
      src/views/finance/fundClaim.vue

+ 5 - 0
src/views/finance/fundClaim.vue

@@ -190,6 +190,11 @@
                 <span>{{ row.claimUser }}</span>
                 <span>{{ row.claimUser }}</span>
               </template>
               </template>
             </el-table-column>
             </el-table-column>
+            <el-table-column label="客户经理" align="center">
+              <template slot-scope="{row}">
+                <span>{{ row.clientManager }}</span>
+              </template>
+            </el-table-column>
             <el-table-column label="认领时间" align="center" width="170">
             <el-table-column label="认领时间" align="center" width="170">
               <template slot-scope="{row}">
               <template slot-scope="{row}">
                 <span>{{ row.claimDatetime }}</span>
                 <span>{{ row.claimDatetime }}</span>