Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
source-trace-manage
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
chenqikuai
source-trace-manage
Commits
aa0c5ec3
Commit
aa0c5ec3
authored
Jun 08, 2022
by
chenqikuai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix:
SYCZ-929
发行藏品页面,关联溯源一栏缺少图标
parent
0b9f9759
Hide whitespace changes
Inline
Side-by-side
Showing
14 changed files
with
56 additions
and
56 deletions
+56
-56
PassListTable.vue
src/views/Collection/PassList/PassListTable.vue
+1
-1
TransferPass.vue
src/views/Collection/PassList/TransferPass.vue
+1
-1
index.vue
src/views/Collection/PassMaker/index.vue
+2
-2
TransferRecordList.vue
src/views/Collection/TransferRecord/TransferRecordList.vue
+1
-1
Deleted.vue
src/views/category/components/Deleted.vue
+1
-1
IssuePass.vue
src/views/category/components/IssuePass.vue
+12
-12
uploadFile.vue
src/views/category/components/uploadFile.vue
+13
-13
PassListTable.vue
src/views/pass/PassList/PassListTable.vue
+1
-1
TransferPass.vue
src/views/pass/PassList/TransferPass.vue
+1
-1
index.vue
src/views/pass/PassMaker/index.vue
+16
-16
TransferRecordList.vue
src/views/pass/TransferRecord/TransferRecordList.vue
+1
-1
index.vue
src/views/userCenter/choosePackage/index.vue
+3
-3
BaseInfo.vue
src/views/userCenter/components/BaseInfo.vue
+2
-2
HeadPortrait.vue
src/views/userCenter/components/HeadPortrait.vue
+1
-1
No files found.
src/views/Collection/PassList/PassListTable.vue
View file @
aa0c5ec3
...
@@ -66,7 +66,7 @@
...
@@ -66,7 +66,7 @@
</syTable>
</syTable>
<div
class=
"empty"
v-if=
"passList.length <= 0"
>
<div
class=
"empty"
v-if=
"passList.length <= 0"
>
<img
<img
src=
"
https://cdn.jsdelivr.net/npm/trace-resource@1.0.9
/images/pass/empty.png"
src=
"/images/pass/empty.png"
/>
/>
<span>
搜索无结果
</span>
<span>
搜索无结果
</span>
</div>
</div>
...
...
src/views/Collection/PassList/TransferPass.vue
View file @
aa0c5ec3
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
<div
class=
"form"
>
<div
class=
"form"
>
<div
class=
"content"
>
<div
class=
"content"
>
<img
<img
src=
"
https://cdn.jsdelivr.net/npm/trace-resource@1.0.9
/images/newProductList/pass.png"
src=
"/images/newProductList/pass.png"
/>
/>
已选择
已选择
<span
class=
"pass-name"
:title=
"content.name"
>
{{
content
.
name
}}
</span>
<span
class=
"pass-name"
:title=
"content.name"
>
{{
content
.
name
}}
</span>
...
...
src/views/Collection/PassMaker/index.vue
View file @
aa0c5ec3
...
@@ -92,7 +92,7 @@
...
@@ -92,7 +92,7 @@
<div
class=
"add_title"
>
关联溯源
</div>
<div
class=
"add_title"
>
关联溯源
</div>
<div
class=
"add_content"
>
<div
class=
"add_content"
>
<img
<img
src=
"
https://cdn.jsdelivr.net/npm/trace-resource@1.0.9
/images/newProductList/pass.png"
src=
"/images/newProductList/pass.png"
/>
/>
<span
v-if=
"relationProof.name"
class=
"relatived_text"
>
已关联
</span>
<span
v-if=
"relationProof.name"
class=
"relatived_text"
>
已关联
</span>
<span
class=
"add_btn"
@
click=
"showCategory"
>
<span
class=
"add_btn"
@
click=
"showCategory"
>
...
@@ -112,7 +112,7 @@
...
@@ -112,7 +112,7 @@
<div
v-if=
"relationProof.name"
class=
"delete_add"
@
click=
"deleteAdd"
>
<div
v-if=
"relationProof.name"
class=
"delete_add"
@
click=
"deleteAdd"
>
<img
<img
class=
"delete_icon"
class=
"delete_icon"
src=
"
https://cdn.jsdelivr.net/npm/trace-resource@1.0.9
/images/newProductList/cancel.png"
src=
"/images/newProductList/cancel.png"
alt=
""
alt=
""
/>
/>
<div
class=
"tip_right"
>
删除
</div>
<div
class=
"tip_right"
>
删除
</div>
...
...
src/views/Collection/TransferRecord/TransferRecordList.vue
View file @
aa0c5ec3
...
@@ -51,7 +51,7 @@
...
@@ -51,7 +51,7 @@
</syTable>
</syTable>
<div
class=
"empty"
v-if=
"transferList.length <= 0"
>
<div
class=
"empty"
v-if=
"transferList.length <= 0"
>
<img
<img
src=
"
https://cdn.jsdelivr.net/npm/trace-resource@1.0.9
/images/pass/empty.png"
src=
"/images/pass/empty.png"
/>
/>
<span>
搜索无结果
</span>
<span>
搜索无结果
</span>
</div>
</div>
...
...
src/views/category/components/Deleted.vue
View file @
aa0c5ec3
...
@@ -49,7 +49,7 @@
...
@@ -49,7 +49,7 @@
class=
"absolute top-1/3 left-1/2 transform -translate-x-1/2 text-center"
class=
"absolute top-1/3 left-1/2 transform -translate-x-1/2 text-center"
>
>
<img
<img
src=
"
https://cdn.jsdelivr.net/npm/trace-resource@1.0.9
/images/category/deletes.png"
src=
"/images/category/deletes.png"
/>
/>
<p
class=
"text-sm mt-4"
>
暂无已删除存证
</p>
<p
class=
"text-sm mt-4"
>
暂无已删除存证
</p>
</div>
</div>
...
...
src/views/category/components/IssuePass.vue
View file @
aa0c5ec3
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
<div
class=
"form"
v-show=
"status == 'form'"
>
<div
class=
"form"
v-show=
"status == 'form'"
>
<div
class=
"content"
>
<div
class=
"content"
>
<img
<img
src=
"
https://cdn.jsdelivr.net/npm/trace-resource@1.0.9
/images/newProductList/pass.png"
src=
"/images/newProductList/pass.png"
alt=
""
alt=
""
/>
/>
已选择
<span
class=
"pass-name"
>
{{
content
.
name
}}
</span>
已选择
<span
class=
"pass-name"
>
{{
content
.
name
}}
</span>
...
@@ -43,7 +43,7 @@
...
@@ -43,7 +43,7 @@
<img
<img
v-if=
"['mp3', 'wma', 'wav', 'amr', 'm4a'].includes(fileType)"
v-if=
"['mp3', 'wma', 'wav', 'amr', 'm4a'].includes(fileType)"
class=
"layout_icon"
class=
"layout_icon"
src=
"
https://cdn.jsdelivr.net/npm/trace-resource@1.0.9
/images/newProductList/audio_icon.png"
src=
"/images/newProductList/audio_icon.png"
alt=
""
alt=
""
/>
/>
<img
<img
...
@@ -67,56 +67,56 @@
...
@@ -67,56 +67,56 @@
].includes(fileType)
].includes(fileType)
"
"
class=
"layout_icon"
class=
"layout_icon"
src=
"
https://cdn.jsdelivr.net/npm/trace-resource@1.0.9
/images/newProductList/video_icon.png"
src=
"/images/newProductList/video_icon.png"
alt=
""
alt=
""
/>
/>
<img
<img
v-else-if=
"['doc', 'docx'].includes(fileType)"
v-else-if=
"['doc', 'docx'].includes(fileType)"
class=
"layout_icon"
class=
"layout_icon"
src=
"
https://cdn.jsdelivr.net/npm/trace-resource@1.0.9
/images/newProductList/word_icon.png"
src=
"/images/newProductList/word_icon.png"
alt=
""
alt=
""
/>
/>
<img
<img
v-else-if=
"['png', 'jpg', 'jpeg', 'gif'].includes(fileType)"
v-else-if=
"['png', 'jpg', 'jpeg', 'gif'].includes(fileType)"
class=
"layout_icon"
class=
"layout_icon"
src=
"
https://cdn.jsdelivr.net/npm/trace-resource@1.0.9
/images/newProductList/img_icon.png"
src=
"/images/newProductList/img_icon.png"
alt=
""
alt=
""
/>
/>
<img
<img
v-else-if=
"['xls', 'xlsx'].includes(fileType)"
v-else-if=
"['xls', 'xlsx'].includes(fileType)"
class=
"layout_icon"
class=
"layout_icon"
src=
"
https://cdn.jsdelivr.net/npm/trace-resource@1.0.9
/images/newProductList/excel_icon.png"
src=
"/images/newProductList/excel_icon.png"
alt=
""
alt=
""
/>
/>
<img
<img
v-else-if=
"['pdf'].includes(fileType)"
v-else-if=
"['pdf'].includes(fileType)"
class=
"layout_icon"
class=
"layout_icon"
src=
"
https://cdn.jsdelivr.net/npm/trace-resource@1.0.9
/images/newProductList/pdf_icon.png"
src=
"/images/newProductList/pdf_icon.png"
alt=
""
alt=
""
/>
/>
<img
<img
v-else-if=
"['ppt', 'pptx'].includes(fileType)"
v-else-if=
"['ppt', 'pptx'].includes(fileType)"
class=
"layout_icon"
class=
"layout_icon"
src=
"
https://cdn.jsdelivr.net/npm/trace-resource@1.0.9
/images/newProductList/ppt_icon.png"
src=
"/images/newProductList/ppt_icon.png"
alt=
""
alt=
""
/>
/>
<img
<img
v-else-if=
"['txt'].includes(fileType)"
v-else-if=
"['txt'].includes(fileType)"
class=
"layout_icon"
class=
"layout_icon"
src=
"
https://cdn.jsdelivr.net/npm/trace-resource@1.0.10
/images/newProductList/txt_icon.png"
src=
"/images/newProductList/txt_icon.png"
alt=
""
alt=
""
/>
/>
<img
<img
v-else
v-else
class=
"layout_icon"
class=
"layout_icon"
src=
"
https://cdn.jsdelivr.net/npm/trace-resource@1.0.9
/images/newProductList/pass.png"
src=
"/images/newProductList/pass.png"
alt=
""
alt=
""
/>
/>
</div>
</div>
<div
class=
"file_name"
>
{{
file
.
name
}}
</div>
<div
class=
"file_name"
>
{{
file
.
name
}}
</div>
<div
class=
"reUpload"
@
click=
"setStatus('upload')"
>
<div
class=
"reUpload"
@
click=
"setStatus('upload')"
>
<img
<img
src=
"
https://cdn.jsdelivr.net/npm/trace-resource@1.0.9
/images/newProductList/reUpload_icon.png"
src=
"/images/newProductList/reUpload_icon.png"
alt=
""
alt=
""
/>
/>
重新上传
重新上传
...
@@ -124,7 +124,7 @@
...
@@ -124,7 +124,7 @@
<img
<img
@
click=
"file =
{}"
@
click=
"file =
{}"
class="delete_file"
class="delete_file"
src="
https://cdn.jsdelivr.net/npm/trace-resource@1.0.9
/images/newProductList/cancel.png"
src="/images/newProductList/cancel.png"
alt=""
alt=""
/>
/>
</div>
</div>
...
...
src/views/category/components/uploadFile.vue
View file @
aa0c5ec3
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
<div
class=
"upload_layout"
@
click=
"initFileUpload"
>
<div
class=
"upload_layout"
@
click=
"initFileUpload"
>
<img
<img
class=
"layout_icon"
class=
"layout_icon"
src=
"
https://cdn.jsdelivr.net/npm/trace-resource@1.0.9
/images/newProductList/upload.png"
src=
"/images/newProductList/upload.png"
alt=
""
alt=
""
/>
/>
<div
class=
"layout_status"
>
{{
uploadStatusText
}}
</div>
<div
class=
"layout_status"
>
{{
uploadStatusText
}}
</div>
...
@@ -35,7 +35,7 @@
...
@@ -35,7 +35,7 @@
)
)
"
"
class=
"layout_icon"
class=
"layout_icon"
src=
"
https://cdn.jsdelivr.net/npm/trace-resource@1.0.9
/images/newProductList/audio_icon.png"
src=
"/images/newProductList/audio_icon.png"
alt=
""
alt=
""
/>
/>
<img
<img
...
@@ -59,13 +59,13 @@
...
@@ -59,13 +59,13 @@
].includes(uploadFileType(fileData.name))
].includes(uploadFileType(fileData.name))
"
"
class=
"layout_icon"
class=
"layout_icon"
src=
"
https://cdn.jsdelivr.net/npm/trace-resource@1.0.9
/images/newProductList/video_icon.png"
src=
"/images/newProductList/video_icon.png"
alt=
""
alt=
""
/>
/>
<img
<img
v-else-if=
"['doc', 'docx'].includes(uploadFileType(fileData.name))"
v-else-if=
"['doc', 'docx'].includes(uploadFileType(fileData.name))"
class=
"layout_icon"
class=
"layout_icon"
src=
"
https://cdn.jsdelivr.net/npm/trace-resource@1.0.9
/images/newProductList/word_icon.png"
src=
"/images/newProductList/word_icon.png"
alt=
""
alt=
""
/>
/>
<img
<img
...
@@ -75,37 +75,37 @@
...
@@ -75,37 +75,37 @@
)
)
"
"
class=
"layout_icon"
class=
"layout_icon"
src=
"
https://cdn.jsdelivr.net/npm/trace-resource@1.0.9
/images/newProductList/img_icon.png"
src=
"/images/newProductList/img_icon.png"
alt=
""
alt=
""
/>
/>
<img
<img
v-else-if=
"['xls', 'xlsx'].includes(uploadFileType(fileData.name))"
v-else-if=
"['xls', 'xlsx'].includes(uploadFileType(fileData.name))"
class=
"layout_icon"
class=
"layout_icon"
src=
"
https://cdn.jsdelivr.net/npm/trace-resource@1.0.9
/images/newProductList/excel_icon.png"
src=
"/images/newProductList/excel_icon.png"
alt=
""
alt=
""
/>
/>
<img
<img
v-else-if=
"['pdf'].includes(uploadFileType(fileData.name))"
v-else-if=
"['pdf'].includes(uploadFileType(fileData.name))"
class=
"layout_icon"
class=
"layout_icon"
src=
"
https://cdn.jsdelivr.net/npm/trace-resource@1.0.9
/images/newProductList/pdf_icon.png"
src=
"/images/newProductList/pdf_icon.png"
alt=
""
alt=
""
/>
/>
<img
<img
v-else-if=
"['ppt', 'pptx'].includes(uploadFileType(fileData.name))"
v-else-if=
"['ppt', 'pptx'].includes(uploadFileType(fileData.name))"
class=
"layout_icon"
class=
"layout_icon"
src=
"
https://cdn.jsdelivr.net/npm/trace-resource@1.0.9
/images/newProductList/ppt_icon.png"
src=
"/images/newProductList/ppt_icon.png"
alt=
""
alt=
""
/>
/>
<img
<img
v-else-if=
"['txt'].includes(uploadFileType(fileData.name))"
v-else-if=
"['txt'].includes(uploadFileType(fileData.name))"
class=
"layout_icon"
class=
"layout_icon"
src=
"
https://cdn.jsdelivr.net/npm/trace-resource@1.0.10
/images/newProductList/txt_icon.png"
src=
"/images/newProductList/txt_icon.png"
alt=
""
alt=
""
/>
/>
<img
<img
v-else
v-else
class=
"layout_icon"
class=
"layout_icon"
src=
"
https://cdn.jsdelivr.net/npm/trace-resource@1.0.9
/images/newProductList/pass.png"
src=
"/images/newProductList/pass.png"
alt=
""
alt=
""
/>
/>
</div>
</div>
...
@@ -124,19 +124,19 @@
...
@@ -124,19 +124,19 @@
<img
<img
v-if=
"uploadStatus == UploadStatusType.LOADING"
v-if=
"uploadStatus == UploadStatusType.LOADING"
class=
"layout_icon"
class=
"layout_icon"
src=
"
https://cdn.jsdelivr.net/npm/trace-resource@1.0.9
/images/newProductList/cancel.png"
src=
"/images/newProductList/cancel.png"
alt=
""
alt=
""
/>
/>
<img
<img
v-if=
"uploadStatus == UploadStatusType.SUCCESS"
v-if=
"uploadStatus == UploadStatusType.SUCCESS"
class=
"layout_icon"
class=
"layout_icon"
src=
"
https://cdn.jsdelivr.net/npm/trace-resource@1.0.9
/images/newProductList/success.png"
src=
"/images/newProductList/success.png"
alt=
""
alt=
""
/>
/>
<img
<img
v-if=
"uploadStatus == UploadStatusType.FAIL"
v-if=
"uploadStatus == UploadStatusType.FAIL"
class=
"layout_icon"
class=
"layout_icon"
src=
"
https://cdn.jsdelivr.net/npm/trace-resource@1.0.9
/images/newProductList/fail.png"
src=
"/images/newProductList/fail.png"
alt=
""
alt=
""
/>
/>
</div>
</div>
...
...
src/views/pass/PassList/PassListTable.vue
View file @
aa0c5ec3
...
@@ -66,7 +66,7 @@
...
@@ -66,7 +66,7 @@
</syTable>
</syTable>
<div
class=
"empty"
v-if=
"passList.length <= 0"
>
<div
class=
"empty"
v-if=
"passList.length <= 0"
>
<img
<img
src=
"
https://cdn.jsdelivr.net/npm/trace-resource@1.0.9
/images/pass/empty.png"
src=
"/images/pass/empty.png"
/>
/>
<span>
搜索无结果
</span>
<span>
搜索无结果
</span>
</div>
</div>
...
...
src/views/pass/PassList/TransferPass.vue
View file @
aa0c5ec3
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
<div
class=
"form"
>
<div
class=
"form"
>
<div
class=
"content"
>
<div
class=
"content"
>
<img
<img
src=
"
https://cdn.jsdelivr.net/npm/trace-resource@1.0.9
/images/newProductList/pass.png"
src=
"/images/newProductList/pass.png"
/>
/>
已选择
已选择
<span
class=
"pass-name"
:title=
"content.name"
>
{{
content
.
name
}}
</span>
<span
class=
"pass-name"
:title=
"content.name"
>
{{
content
.
name
}}
</span>
...
...
src/views/pass/PassMaker/index.vue
View file @
aa0c5ec3
...
@@ -23,7 +23,7 @@
...
@@ -23,7 +23,7 @@
>
>
<img
<img
class=
"layout_icon"
class=
"layout_icon"
src=
"
https://cdn.jsdelivr.net/npm/trace-resource@1.0.9
/images/newProductList/upload.png"
src=
"/images/newProductList/upload.png"
/>
/>
<div
class=
"layout_status"
>
上传源文件
</div>
<div
class=
"layout_status"
>
上传源文件
</div>
<div
class=
"layout_tip"
>
<div
class=
"layout_tip"
>
...
@@ -44,7 +44,7 @@
...
@@ -44,7 +44,7 @@
)
)
"
"
class=
"layout_icon"
class=
"layout_icon"
src=
"
https://cdn.jsdelivr.net/npm/trace-resource@1.0.9
/images/newProductList/audio_icon.png"
src=
"/images/newProductList/audio_icon.png"
/>
/>
<img
<img
v-else-if=
"
v-else-if=
"
...
@@ -67,14 +67,14 @@
...
@@ -67,14 +67,14 @@
].includes(uploadFileType(fileData.name))
].includes(uploadFileType(fileData.name))
"
"
class=
"layout_icon"
class=
"layout_icon"
src=
"
https://cdn.jsdelivr.net/npm/trace-resource@1.0.9
/images/newProductList/video_icon.png"
src=
"/images/newProductList/video_icon.png"
/>
/>
<img
<img
v-else-if=
"
v-else-if=
"
['doc', 'docx'].includes(uploadFileType(fileData.name))
['doc', 'docx'].includes(uploadFileType(fileData.name))
"
"
class=
"layout_icon"
class=
"layout_icon"
src=
"
https://cdn.jsdelivr.net/npm/trace-resource@1.0.9
/images/newProductList/word_icon.png"
src=
"/images/newProductList/word_icon.png"
/>
/>
<img
<img
v-else-if=
"
v-else-if=
"
...
@@ -83,37 +83,37 @@
...
@@ -83,37 +83,37 @@
)
)
"
"
class=
"layout_icon"
class=
"layout_icon"
src=
"
https://cdn.jsdelivr.net/npm/trace-resource@1.0.9
/images/newProductList/img_icon.png"
src=
"/images/newProductList/img_icon.png"
/>
/>
<img
<img
v-else-if=
"
v-else-if=
"
['xls', 'xlsx'].includes(uploadFileType(fileData.name))
['xls', 'xlsx'].includes(uploadFileType(fileData.name))
"
"
class=
"layout_icon"
class=
"layout_icon"
src=
"
https://cdn.jsdelivr.net/npm/trace-resource@1.0.9
/images/newProductList/excel_icon.png"
src=
"/images/newProductList/excel_icon.png"
/>
/>
<img
<img
v-else-if=
"['pdf'].includes(uploadFileType(fileData.name))"
v-else-if=
"['pdf'].includes(uploadFileType(fileData.name))"
class=
"layout_icon"
class=
"layout_icon"
src=
"
https://cdn.jsdelivr.net/npm/trace-resource@1.0.9
/images/newProductList/pdf_icon.png"
src=
"/images/newProductList/pdf_icon.png"
/>
/>
<img
<img
v-else-if=
"
v-else-if=
"
['ppt', 'pptx'].includes(uploadFileType(fileData.name))
['ppt', 'pptx'].includes(uploadFileType(fileData.name))
"
"
class=
"layout_icon"
class=
"layout_icon"
src=
"
https://cdn.jsdelivr.net/npm/trace-resource@1.0.9
/images/newProductList/ppt_icon.png"
src=
"/images/newProductList/ppt_icon.png"
/>
/>
<img
<img
v-else-if=
"['txt'].includes(uploadFileType(fileData.name))"
v-else-if=
"['txt'].includes(uploadFileType(fileData.name))"
class=
"layout_icon"
class=
"layout_icon"
src=
"
https://cdn.jsdelivr.net/npm/trace-resource@1.0.10
/images/newProductList/txt_icon.png"
src=
"/images/newProductList/txt_icon.png"
alt=
""
alt=
""
/>
/>
<img
<img
v-else
v-else
class=
"layout_icon"
class=
"layout_icon"
src=
"
https://cdn.jsdelivr.net/npm/trace-resource@1.0.9
/images/newProductList/pass.png"
src=
"/images/newProductList/pass.png"
/>
/>
</div>
</div>
<div
class=
"process_content"
>
<div
class=
"process_content"
>
...
@@ -131,17 +131,17 @@
...
@@ -131,17 +131,17 @@
<img
<img
v-if=
"uploadStatus == UploadStatusType.LOADING"
v-if=
"uploadStatus == UploadStatusType.LOADING"
class=
"layout_icon"
class=
"layout_icon"
src=
"
https://cdn.jsdelivr.net/npm/trace-resource@1.0.9
/images/newProductList/cancel.png"
src=
"/images/newProductList/cancel.png"
/>
/>
<img
<img
v-if=
"uploadStatus == UploadStatusType.SUCCESS"
v-if=
"uploadStatus == UploadStatusType.SUCCESS"
class=
"layout_icon"
class=
"layout_icon"
src=
"
https://cdn.jsdelivr.net/npm/trace-resource@1.0.9
/images/newProductList/success.png"
src=
"/images/newProductList/success.png"
/>
/>
<img
<img
v-if=
"uploadStatus == UploadStatusType.FAIL"
v-if=
"uploadStatus == UploadStatusType.FAIL"
class=
"layout_icon"
class=
"layout_icon"
src=
"
https://cdn.jsdelivr.net/npm/trace-resource@1.0.9
/images/newProductList/fail.png"
src=
"/images/newProductList/fail.png"
/>
/>
</div>
</div>
</div>
</div>
...
@@ -164,7 +164,7 @@
...
@@ -164,7 +164,7 @@
>
>
<img
<img
class=
"delete_icon"
class=
"delete_icon"
src=
"
https://cdn.jsdelivr.net/npm/trace-resource@1.0.9
/images/newProductList/cancel.png"
src=
"/images/newProductList/cancel.png"
/>
/>
<div
class=
"tip_right"
>
删除
</div>
<div
class=
"tip_right"
>
删除
</div>
</div>
</div>
...
@@ -202,7 +202,7 @@
...
@@ -202,7 +202,7 @@
<div
class=
"add_title"
>
关联溯源
</div>
<div
class=
"add_title"
>
关联溯源
</div>
<div
class=
"add_content"
>
<div
class=
"add_content"
>
<img
<img
src=
"
https://cdn.jsdelivr.net/npm/trace-resource@1.0.9
/images/newProductList/pass.png"
src=
"/images/newProductList/pass.png"
/>
/>
<span
v-if=
"relationProof.name"
class=
"relatived_text"
>
已关联
</span>
<span
v-if=
"relationProof.name"
class=
"relatived_text"
>
已关联
</span>
<span
class=
"add_btn"
@
click=
"showCategory"
>
<span
class=
"add_btn"
@
click=
"showCategory"
>
...
@@ -222,7 +222,7 @@
...
@@ -222,7 +222,7 @@
<div
v-if=
"relationProof.name"
class=
"delete_add"
@
click=
"deleteAdd"
>
<div
v-if=
"relationProof.name"
class=
"delete_add"
@
click=
"deleteAdd"
>
<img
<img
class=
"delete_icon"
class=
"delete_icon"
src=
"
https://cdn.jsdelivr.net/npm/trace-resource@1.0.9
/images/newProductList/cancel.png"
src=
"/images/newProductList/cancel.png"
alt=
""
alt=
""
/>
/>
<div
class=
"tip_right"
>
删除
</div>
<div
class=
"tip_right"
>
删除
</div>
...
...
src/views/pass/TransferRecord/TransferRecordList.vue
View file @
aa0c5ec3
...
@@ -51,7 +51,7 @@
...
@@ -51,7 +51,7 @@
</syTable>
</syTable>
<div
class=
"empty"
v-if=
"transferList.length <= 0"
>
<div
class=
"empty"
v-if=
"transferList.length <= 0"
>
<img
<img
src=
"
https://cdn.jsdelivr.net/npm/trace-resource@1.0.9
/images/pass/empty.png"
src=
"/images/pass/empty.png"
/>
/>
<span>
搜索无结果
</span>
<span>
搜索无结果
</span>
</div>
</div>
...
...
src/views/userCenter/choosePackage/index.vue
View file @
aa0c5ec3
...
@@ -137,7 +137,7 @@
...
@@ -137,7 +137,7 @@
<p
class=
"title"
>
客服微信
</p>
<p
class=
"title"
>
客服微信
</p>
<span
class=
"imgbox"
>
<span
class=
"imgbox"
>
<img
<img
src=
"
https://cdn.jsdelivr.net/npm/trace-resource@1.0.9
/images/userCenter/qrcode.png"
src=
"/images/userCenter/qrcode.png"
/>
/>
</span>
</span>
<p
class=
"tip"
>
扫一扫添加客服微信号
</p>
<p
class=
"tip"
>
扫一扫添加客服微信号
</p>
...
@@ -612,7 +612,7 @@ export default defineComponent({
...
@@ -612,7 +612,7 @@ export default defineComponent({
float
:
left
;
float
:
left
;
margin-top
:
15px
;
margin-top
:
15px
;
margin-left
:
96px
;
margin-left
:
96px
;
background
:
url("
https://cdn.jsdelivr.net/npm/trace-resource@1.0.9
/images/userCenter/WeChat.png")
background
:
url("/images/userCenter/WeChat.png")
no-repeat
center
;
no-repeat
center
;
}
}
.bg-box--other
{
.bg-box--other
{
...
@@ -622,7 +622,7 @@ export default defineComponent({
...
@@ -622,7 +622,7 @@ export default defineComponent({
float
:
left
;
float
:
left
;
margin-top
:
15px
;
margin-top
:
15px
;
margin-left
:
96px
;
margin-left
:
96px
;
// background: url("
https://cdn.jsdelivr.net/npm/trace-resource@1.0.9
/images/userCenter/other.png") no-repeat center;
// background: url("/images/userCenter/other.png") no-repeat center;
background-position
:
center
;
background-position
:
center
;
background-repeat
:
no-repeat
;
background-repeat
:
no-repeat
;
}
}
...
...
src/views/userCenter/components/BaseInfo.vue
View file @
aa0c5ec3
...
@@ -17,11 +17,11 @@
...
@@ -17,11 +17,11 @@
<div
class=
"imgbox"
>
<div
class=
"imgbox"
>
<img
<img
v-if=
"infos.auth_suc === 1"
v-if=
"infos.auth_suc === 1"
src=
"
https://cdn.jsdelivr.net/npm/trace-resource@1.0.9
/images/userCenter/state2.png"
src=
"/images/userCenter/state2.png"
/>
/>
<img
<img
v-else
v-else
src=
"
https://cdn.jsdelivr.net/npm/trace-resource@1.0.9
/images/userCenter/state1.png"
src=
"/images/userCenter/state1.png"
/>
/>
</div>
</div>
</div>
</div>
...
...
src/views/userCenter/components/HeadPortrait.vue
View file @
aa0c5ec3
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
<div
v-if=
"!restart"
@
click=
"up"
class=
"false_box"
>
<div
v-if=
"!restart"
@
click=
"up"
class=
"false_box"
>
<div
class=
"false-box__imgbox"
>
<div
class=
"false-box__imgbox"
>
<img
<img
src=
"
https://cdn.jsdelivr.net/npm/trace-resource@1.0.9
/images/userCenter/add.png"
src=
"/images/userCenter/add.png"
/>
/>
</div>
</div>
<p
class=
"false-box__p"
>
上传图片
</p>
<p
class=
"false-box__p"
>
上传图片
</p>
...
...
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