Commit 73808217 authored by yyh's avatar yyh

代码调整

parent 2b2b0667
......@@ -38,18 +38,18 @@
@click="showAddFolder = true;">+添加文件夹</span>
</div>
<empty
v-if="!list.length && !loading"
name="moban"
tip="您还未添加模板"></empty>
<user-folder-item
v-for="{folder_id, folder_simg_url, folder_name, detail} of list"
:key="folder_id"
:thumb="folder_simg_url"
:name="folder_name"
:desc="`${(detail ||[]).length}条模板`"
@show-more-action="showMoreAction(folder_name, folder_id)"
@click="goTemplList(detail, folder_name, folder_id)"
></user-folder-item>
v-if="!list.length && !loading"
name="moban"
tip="您还未添加模板"></empty>
<user-folder-item
v-for="{folder_id, folder_simg_url, folder_name, detail} of list"
:key="folder_id"
:thumb="folder_simg_url"
:name="folder_name"
:desc="`${(detail ||[]).length}条模板`"
@show-more-action="showMoreAction(folder_name, folder_id)"
@click="goTemplList(detail, folder_name, folder_id)"
></user-folder-item>
<more-action
:show.sync="show"
:menuList="actionList"
......
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