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
69e61473
Commit
69e61473
authored
Oct 16, 2020
by
yyh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
代码调整
parent
57fc2a1b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
7 deletions
+0
-7
Index-sy.vue
src/views/index/Index-sy.vue
+0
-3
AddFolder.vue
src/views/template/components/AddFolder.vue
+0
-4
No files found.
src/views/index/Index-sy.vue
View file @
69e61473
...
@@ -48,12 +48,9 @@
...
@@ -48,12 +48,9 @@
<more-action
:show
.
sync=
"show"
:menuList=
"actionList"
@
cb=
"callbackAction"
></more-action>
<more-action
:show
.
sync=
"show"
:menuList=
"actionList"
@
cb=
"callbackAction"
></more-action>
</div>
</div>
<van-dialog
<van-dialog
use-slot
title=
"重命名"
title=
"重命名"
v-model=
"isShowRename"
v-model=
"isShowRename"
show-cancel-button
show-cancel-button
confirm-button-open-type=
"getUserInfo"
bind:getuserinfo=
"getUserInfo"
@
confirm=
"onConfirm"
@
confirm=
"onConfirm"
>
>
<van-field
<van-field
...
...
src/views/template/components/AddFolder.vue
View file @
69e61473
<
template
>
<
template
>
<van-dialog
<van-dialog
use-slot
title=
"添加文件夹"
title=
"添加文件夹"
v-model=
"showSelf"
v-model=
"showSelf"
show-cancel-button
show-cancel-button
confirm-button-open-type=
"getUserInfo"
@
close=
"cancel"
@
close=
"cancel"
bind:getuserinfo=
"getUserInfo"
@
confirm=
"next"
@
confirm=
"next"
>
>
<van-field
<van-field
...
@@ -17,7 +14,6 @@
...
@@ -17,7 +14,6 @@
</
template
>
</
template
>
<
script
lang=
"ts"
>
<
script
lang=
"ts"
>
import
{
Component
,
Prop
,
Vue
,
Emit
,
PropSync
}
from
'vue-property-decorator'
;
import
{
Component
,
Prop
,
Vue
,
Emit
,
PropSync
}
from
'vue-property-decorator'
;
import
{
TEMPLATETYPE
}
from
'@/const/enum'
;
@
Component
({
@
Component
({
})
})
export
default
class
AddFolder
extends
Vue
{
export
default
class
AddFolder
extends
Vue
{
...
...
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