|
@@ -37,7 +37,7 @@
|
|
|
<el-collapse-item title="基础信息" name="1">
|
|
|
<show-data-table :columns="basicColumns" :sitem="sitem">
|
|
|
<template slot="good_img">
|
|
|
- <template v-if="sitem.good_img">
|
|
|
+ <template v-if="sitem && sitem.good_img">
|
|
|
<div style="max-height: 24px; overflow: hidden">
|
|
|
<el-image
|
|
|
style="height: 24px; width: 24px; margin-right: 5px"
|