Commit 07561176 by web

fix: remark没有不展示

1 parent 8eaf3f41
{ {
"name": "xrk-bi", "name": "xrk-bi",
"version": "0.3.0-beta.7", "version": "0.3.0-beta.8",
"description": "xrk-bi", "description": "xrk-bi",
"author": "xrk", "author": "xrk",
"main": "dist/bundler.js", "main": "dist/bundler.js",
......
...@@ -114,7 +114,10 @@ ...@@ -114,7 +114,10 @@
: item.answer : item.answer
}} }}
</div> </div>
<div style="color: #666666; font-size: 14px; margin-top: 30px"> <div
style="color: #666666; font-size: 14px; margin-top: 30px"
v-if="item.remark"
>
备注:{{ item.remark }} 备注:{{ item.remark }}
</div> </div>
</div> </div>
...@@ -140,7 +143,10 @@ ...@@ -140,7 +143,10 @@
:src="file" :src="file"
alt="img" alt="img"
/> />
<div style="color: #666666; font-size: 14px; margin-top: 30px"> <div
style="color: #666666; font-size: 14px; margin-top: 30px"
v-if="item.remark"
>
备注:{{ item.remark }} 备注:{{ item.remark }}
</div> </div>
</div> </div>
...@@ -160,7 +166,10 @@ ...@@ -160,7 +166,10 @@
> >
{{ file }} {{ file }}
</div> </div>
<div style="color: #666666; font-size: 14px; margin-top: 30px"> <div
style="color: #666666; font-size: 14px; margin-top: 30px"
v-if="item.remark"
>
备注:{{ item.remark }} 备注:{{ item.remark }}
</div> </div>
</div> </div>
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!