Commit a19135b1 authored by yyh's avatar yyh

存证列表缺省也去掉添加存证按钮

parent e7ebeb0c
...@@ -18,14 +18,14 @@ ...@@ -18,14 +18,14 @@
v-if="!list.length && !loading" v-if="!list.length && !loading"
description="您还未添加存证" description="您还未添加存证"
image="@/assets/empty.png"> image="@/assets/empty.png">
<van-button <!-- <van-button
:to="{name: 'TemplateList'}" :to="{name: 'TemplateList'}"
round round
type="info" type="info"
color="#6C7AFE" color="#6C7AFE"
class="bottom-button"> class="bottom-button">
添加存证 添加存证
</van-button> </van-button> -->
</van-empty> </van-empty>
<proof-item <proof-item
v-else v-else
......
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