瀏覽代碼

客户列表-联系人列表增加职位展示

cxmo 10 月之前
父節點
當前提交
dcc3d5bf45
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      src/views/custom_manage/customList/customDetail.vue

+ 3 - 0
src/views/custom_manage/customList/customDetail.vue

@@ -234,6 +234,9 @@
 							<img src="~@/assets/img/icons/like-heart.png" class="name-follow-heart" v-if="scope.row.IsFollow==1">
 							<span :class="{'isShared':scope.row.IsShared}">{{scope.row.RealName}}</span>
 						</template>
+					</el-table-column>
+					<el-table-column prop="Position" label="职位" align="center" min-width="80px">
+
 					</el-table-column>
 					<el-table-column
 					prop="Mobile"