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
0fdfd23d
Commit
0fdfd23d
authored
Sep 27, 2020
by
zL
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
文件变更
parent
ac79667d
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
5 additions
and
5 deletions
+5
-5
default.png
src/assets/images/newProductList/default.png
+0
-0
IncrementalDataList.vue
src/components/newProductList/IncrementalDataList.vue
+0
-0
defaultPage.vue
src/components/newProductList/defaultPage.vue
+1
-1
increment.vue
src/components/newProductList/increment.vue
+0
-0
chain_notice.png
src/entry/refactoring/images/newProductList/chain_notice.png
+0
-0
newProductList.vue
src/entry/refactoring/views/category/newProductList.vue
+4
-4
No files found.
src/
entry/refactoring/images
/default.png
→
src/
assets/images/newProductList
/default.png
View file @
0fdfd23d
File moved
src/
entry/refactoring/
components/newProductList/IncrementalDataList.vue
→
src/components/newProductList/IncrementalDataList.vue
View file @
0fdfd23d
File moved
src/
entry/refactoring/
components/newProductList/defaultPage.vue
→
src/components/newProductList/defaultPage.vue
View file @
0fdfd23d
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
<div
class=
"default-page"
>
<div
class=
"default-page"
>
<div
class=
"center-box"
>
<div
class=
"center-box"
>
<div
class=
"imgbox"
>
<div
class=
"imgbox"
>
<img
src=
"../../
images
/default.png"
/>
<img
src=
"../../
assets/images/newProductList
/default.png"
/>
</div>
</div>
<p>
您还未添加存证
</p>
<p>
您还未添加存证
</p>
<div
class=
"default-page-btn"
@
click=
"$emit('to-add')"
>
去添加
</div>
<div
class=
"default-page-btn"
@
click=
"$emit('to-add')"
>
去添加
</div>
...
...
src/
entry/refactoring/
components/newProductList/increment.vue
→
src/components/newProductList/increment.vue
View file @
0fdfd23d
File moved
src/entry/refactoring/images/chain_notice.png
→
src/entry/refactoring/images/
newProductList/
chain_notice.png
View file @
0fdfd23d
File moved
src/entry/refactoring/views/category/newProductList.vue
View file @
0fdfd23d
...
@@ -109,7 +109,7 @@
...
@@ -109,7 +109,7 @@
class=
"iconfont iconjiufuqianbaoicon08"
class=
"iconfont iconjiufuqianbaoicon08"
@
click=
"isShowToChainDialog = false"
@
click=
"isShowToChainDialog = false"
></i>
></i>
<img
src=
"../../images/chain_notice.png"
/>
<img
src=
"../../images/
newProductList/
chain_notice.png"
/>
<div
class=
"part-bottom"
>
<div
class=
"part-bottom"
>
<h3>
上链提示
</h3>
<h3>
上链提示
</h3>
<p
class=
"line-one"
>
<p
class=
"line-one"
>
...
@@ -129,9 +129,9 @@
...
@@ -129,9 +129,9 @@
import
{
GO_URLS
}
from
"@/config/URLS"
;
import
{
GO_URLS
}
from
"@/config/URLS"
;
import
CommonDialog
from
"@/components/CommonDialog.vue"
;
import
CommonDialog
from
"@/components/CommonDialog.vue"
;
import
Pagination
from
"@/components/Pagination.vue"
;
import
Pagination
from
"@/components/Pagination.vue"
;
import
defaultPage
from
"
../..
/components/newProductList/defaultPage.vue"
;
import
defaultPage
from
"
@
/components/newProductList/defaultPage.vue"
;
import
IncrementalDataList
from
"
../..
/components/newProductList/IncrementalDataList.vue"
;
//增量数据列表
import
IncrementalDataList
from
"
@
/components/newProductList/IncrementalDataList.vue"
;
//增量数据列表
import
Increments
from
"
../..
/components/newProductList/increment.vue"
;
// 增量
import
Increments
from
"
@
/components/newProductList/increment.vue"
;
// 增量
import
AddGoods
from
"./addGoods.vue"
;
// 添加存证
import
AddGoods
from
"./addGoods.vue"
;
// 添加存证
import
deleteGoods
from
"./deleteGoods.vue"
;
// 删除组件
import
deleteGoods
from
"./deleteGoods.vue"
;
// 删除组件
import
Uncertified
from
"@/components/Uncertified.vue"
;
// 未认证提示组件
import
Uncertified
from
"@/components/Uncertified.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