Commit 9fca925f authored by 高滢's avatar 高滢

feat(样品): 暂无数据

parent 2711cef7
......@@ -327,18 +327,24 @@
label-width="100px"
>
<el-form-item label="商标:" prop="trademark">
<div v-if="clickNameForm.trademark">
<image-preview
:src="clickNameForm.trademark"
width="150px"
height="150px"
></image-preview>
</div>
<div v-else>暂无数据</div>
</el-form-item>
<el-form-item label="样品照片:" prop="samplePhotos">
<div v-if="clickNameForm.samplePhotos">
<image-preview
:src="clickNameForm.samplePhotos"
width="150px"
height="150px"
></image-preview>
</div>
<div v-else>暂无数据</div>
</el-form-item>
</el-form>
<div slot="footer" class="dialog-footer">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment