Commit 807ca1d6 authored by Gakki's avatar Gakki

处理null

parent 3a6afb2b
...@@ -37,7 +37,7 @@ ...@@ -37,7 +37,7 @@
</span> </span>
<span slot="charges" slot-scope="text, record"> <span slot="charges" slot-scope="text, record">
{{text + `(元/月·㎡)`}} {{!!text? text + + `(元/月·㎡)` : '无数据'}}
</span> </span>
</a-table> </a-table>
</div> </div>
......
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