|
|
|
@ -72,7 +72,7 @@
|
|
|
|
<template
|
|
|
|
<template
|
|
|
|
v-if="scope.row.id_fill_datas_fill_id_relation && scope.row.id_fill_datas_fill_id_relation.length>0">
|
|
|
|
v-if="scope.row.id_fill_datas_fill_id_relation && scope.row.id_fill_datas_fill_id_relation.length>0">
|
|
|
|
<template v-for="item in scope.row.id_fill_datas_fill_id_relation">
|
|
|
|
<template v-for="item in scope.row.id_fill_datas_fill_id_relation">
|
|
|
|
<div class="product-item">{{item.business_type.name}}</div>
|
|
|
|
<div class="product-item">{{item.business_type?item.business_type.name:''}}</div>
|
|
|
|
</template>
|
|
|
|
</template>
|
|
|
|
</template>
|
|
|
|
</template>
|
|
|
|
</template>
|
|
|
|
</template>
|
|
|
|
@ -82,7 +82,7 @@
|
|
|
|
<template
|
|
|
|
<template
|
|
|
|
v-if="scope.row.id_fill_datas_fill_id_relation && scope.row.id_fill_datas_fill_id_relation.length>0">
|
|
|
|
v-if="scope.row.id_fill_datas_fill_id_relation && scope.row.id_fill_datas_fill_id_relation.length>0">
|
|
|
|
<template v-for="item in scope.row.id_fill_datas_fill_id_relation">
|
|
|
|
<template v-for="item in scope.row.id_fill_datas_fill_id_relation">
|
|
|
|
<div class="product-item">{{item.business_data.name}}</div>
|
|
|
|
<div class="product-item">{{item.business_data?item.business_data.name:''}}</div>
|
|
|
|
</template>
|
|
|
|
</template>
|
|
|
|
</template>
|
|
|
|
</template>
|
|
|
|
</template>
|
|
|
|
</template>
|
|
|
|
|