|
@@ -14,16 +14,6 @@
|
|
|
:columns="detail_columns"
|
|
|
border
|
|
|
>
|
|
|
- <template slot="company_name">
|
|
|
- <el-tag
|
|
|
- :size="'mini'"
|
|
|
- v-if="sitem.company_name && sitem.company_name.length > 0"
|
|
|
- >
|
|
|
- <span v-for="(s, i) in sitem.company_name" :key="s.id + i"
|
|
|
- >{{ i !== 0 ? "/" : "" }}{{ s.name }}</span
|
|
|
- ></el-tag
|
|
|
- >
|
|
|
- </template>
|
|
|
<template slot="company_type">
|
|
|
<el-tag
|
|
|
:size="'mini'"
|
|
@@ -343,7 +333,7 @@ export default {
|
|
|
apply_name: String(apply_name) || "",
|
|
|
model_id: model_id || [], //.split(",")
|
|
|
deal_id: deal_id || "",
|
|
|
- company_name: company_name || [],
|
|
|
+ company_name: String(company_name)|| "",
|
|
|
};
|
|
|
// this.getimg(remark);
|
|
|
this.getNewTime();
|