Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
source-trace-manage-go
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
Tracing
source-trace-manage-go
Commits
4ffff9b1
Commit
4ffff9b1
authored
Sep 27, 2020
by
zL
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
提交部分代码
parent
0fdfd23d
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
3 additions
and
3 deletions
+3
-3
deletes.png
src/assets/images/category/deletes.png
+0
-0
delete.png
src/entry/refactoring/images/delete.png
+0
-0
just.jpg
src/entry/refactoring/images/just.jpg
+0
-0
self-tmpl-bg.png
src/entry/refactoring/images/self-tmpl-bg.png
+0
-0
Index.vue
src/entry/refactoring/views/category/Index.vue
+3
-3
deleted.vue
src/views/category/deleted.vue
+0
-0
No files found.
src/assets/images/category/deletes.png
0 → 100644
View file @
4ffff9b1
2.67 KB
src/entry/refactoring/images/delete.png
deleted
100644 → 0
View file @
0fdfd23d
2.64 KB
src/entry/refactoring/images/just.jpg
deleted
100644 → 0
View file @
0fdfd23d
605 KB
src/entry/refactoring/images/self-tmpl-bg.png
deleted
100644 → 0
View file @
0fdfd23d
7.92 KB
src/entry/refactoring/views/category/Index.vue
View file @
4ffff9b1
...
@@ -59,7 +59,7 @@
...
@@ -59,7 +59,7 @@
:class=
"
{ 'col_right--show': this.$store.state.selectedStatus === 3 }"
:class=
"
{ 'col_right--show': this.$store.state.selectedStatus === 3 }"
>
>
<!-- 已删除 -->
<!-- 已删除 -->
<
!--
<deleted
:ToUpdate=
"ToUpdate"
></deleted>
--
>
<
deleted
:ToUpdate=
"ToUpdate"
></deleted
>
</div>
</div>
<!-- 引导页 -->
<!-- 引导页 -->
<common-dialog
showMask2
close
class=
"cdg-boot-page"
v-if=
"showbootPage"
>
<common-dialog
showMask2
close
class=
"cdg-boot-page"
v-if=
"showbootPage"
>
...
@@ -77,7 +77,7 @@ import { Component, Vue, Watch } from "vue-property-decorator";
...
@@ -77,7 +77,7 @@ import { Component, Vue, Watch } from "vue-property-decorator";
// 右侧存证部分
// 右侧存证部分
import
newProductList
from
"./newProductList.vue"
;
import
newProductList
from
"./newProductList.vue"
;
//删除页
//删除页
// import deleted from ".
/deleted.vue";
import
deleted
from
"@/views/category
/deleted.vue"
;
// 引导页
// 引导页
import
bootPage
from
"@/components/bootPage.vue"
;
import
bootPage
from
"@/components/bootPage.vue"
;
import
CommonDialog
from
"@/components/CommonDialog.vue"
;
import
CommonDialog
from
"@/components/CommonDialog.vue"
;
...
@@ -85,7 +85,7 @@ import CommonDialog from "@/components/CommonDialog.vue";
...
@@ -85,7 +85,7 @@ import CommonDialog from "@/components/CommonDialog.vue";
components
:
{
components
:
{
newProductList
,
newProductList
,
// TemplateManage,
// TemplateManage,
//
deleted,
deleted
,
bootPage
,
bootPage
,
CommonDialog
,
CommonDialog
,
},
},
...
...
src/views/category/deleted.vue
0 → 100644
View file @
4ffff9b1
This diff is collapsed.
Click to expand it.
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