|
@@ -9,6 +9,7 @@
|
|
|
<template slot-scope="props">
|
|
|
<p v-if="props.row.ComponentCount && props.row.ComponentCount.length"
|
|
|
style="color:#99a9bf;line-height:32px;font-size:14px;">包含的部件:</p>
|
|
|
+ <p v-else style="color:#99a9bf;line-height:32px;font-size:14px;">无部件信息</p>
|
|
|
<el-form label-position="left" label-width="auto" inline class="demo-table-expand"
|
|
|
v-if="props.row.ComponentCount && props.row.ComponentCount.length">
|
|
|
<el-form-item v-for="item in props.row.ComponentCount?props.row.ComponentCount:[]" :key="item.code"
|