Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
traceSourceMb
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
yanyanhong
traceSourceMb
Commits
73808217
Commit
73808217
authored
Oct 16, 2020
by
yyh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
代码调整
parent
2b2b0667
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
12 deletions
+12
-12
Index-sy.vue
src/views/index/Index-sy.vue
+12
-12
No files found.
src/views/index/Index-sy.vue
View file @
73808217
...
@@ -38,18 +38,18 @@
...
@@ -38,18 +38,18 @@
@
click=
"showAddFolder = true;"
>
+添加文件夹
</span>
@
click=
"showAddFolder = true;"
>
+添加文件夹
</span>
</div>
</div>
<empty
<empty
v-if=
"!list.length && !loading"
v-if=
"!list.length && !loading"
name=
"moban"
name=
"moban"
tip=
"您还未添加模板"
></empty>
tip=
"您还未添加模板"
></empty>
<user-folder-item
<user-folder-item
v-for=
"
{folder_id, folder_simg_url, folder_name, detail} of list"
v-for=
"
{folder_id, folder_simg_url, folder_name, detail} of list"
:key="folder_id"
:key="folder_id"
:thumb="folder_simg_url"
:thumb="folder_simg_url"
:name="folder_name"
:name="folder_name"
:desc="`${(detail ||[]).length}条模板`"
:desc="`${(detail ||[]).length}条模板`"
@show-more-action="showMoreAction(folder_name, folder_id)"
@show-more-action="showMoreAction(folder_name, folder_id)"
@click="goTemplList(detail, folder_name, folder_id)"
@click="goTemplList(detail, folder_name, folder_id)"
>
</user-folder-item>
>
</user-folder-item>
<more-action
<more-action
:show
.
sync=
"show"
:show
.
sync=
"show"
:menuList=
"actionList"
:menuList=
"actionList"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment