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
7fa2a9e7
Commit
7fa2a9e7
authored
Jun 17, 2022
by
chenqikuai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix:更新文案
parent
c09b01b9
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
9 additions
and
10 deletions
+9
-10
index.ts
src/service/index.ts
+0
-1
index.vue
...lection/AlbumDetail/components/UploadFileDialog/index.vue
+2
-2
index.vue
...ction/AlbumDetail/components/UploadRemarkDialog/index.vue
+2
-2
index.vue
src/views/Collection/AlbumDetail/index.vue
+3
-3
index.vue
...on/AlbumManagement/components/CreateAlbumDialog/index.vue
+1
-1
index.vue
src/views/Collection/PassMaker/index.vue
+1
-1
No files found.
src/service/index.ts
View file @
7fa2a9e7
...
...
@@ -82,7 +82,6 @@ async function $ajax(
ElMessage
.
warning
(
"登录过期,请刷新页面"
);
sessionStorage
.
removeItem
(
"user"
);
// router.push({ path: "/" });
// ?????? 跳转
return
null
;
}
else
{
if
(
doNotToastErr
)
return
res
.
data
;
...
...
src/views/Collection/AlbumDetail/components/UploadFileDialog/index.vue
View file @
7fa2a9e7
...
...
@@ -3,7 +3,7 @@
:visible=
"visible"
type=
"element"
:elementDialogProps=
"
{
title: '
上传文件
',
title: '
增加藏品
',
}"
showMask
elementDialogSize="medium"
...
...
@@ -33,7 +33,7 @@
<
script
setup
lang=
"ts"
>
/**
* @description:
上传文件
弹出框,用于专辑详情中的文件上传
* @description:
增加藏品
弹出框,用于专辑详情中的文件上传
*/
import
{
syCommonDialog
,
syButton
}
from
"cqk-sy-ui"
;
import
HandleAllKindsOfType
from
"@/components/HandleAllKindsOfType/index.vue"
;
...
...
src/views/Collection/AlbumDetail/components/UploadRemarkDialog/index.vue
View file @
7fa2a9e7
...
...
@@ -3,7 +3,7 @@
:visible=
"visible"
type=
"element"
:elementDialogProps=
"
{
title: '
上传
备注',
title: '
更新
备注',
}"
showMask
elementDialogSize="medium"
...
...
@@ -38,7 +38,7 @@
<
script
setup
lang=
"ts"
>
/**
* @description:
上传
备注弹出框,用于专辑详情中的备注上传
* @description:
更新
备注弹出框,用于专辑详情中的备注上传
*/
import
{
syCommonDialog
,
syButton
}
from
"cqk-sy-ui"
;
...
...
src/views/Collection/AlbumDetail/index.vue
View file @
7fa2a9e7
...
...
@@ -32,7 +32,7 @@
@
click=
"handleClickDownloadTemplate"
>
<Icon
icon-name=
"icona-bianzu52"
style=
"margin-right: 3px"
></Icon>
下载模板
</syButton
导出专辑
</syButton
>
<syButton
style=
"width: 113px"
...
...
@@ -41,7 +41,7 @@
@
click=
"uploadRemarkDialogVisible = true"
>
<Icon
icon-name=
"icona-bianzu43"
style=
"margin-right: 3px"
></Icon
>
上传
备注
</syButton
>
更新
备注
</syButton
>
<syButton
style=
"width: 113px"
...
...
@@ -50,7 +50,7 @@
type=
"primary"
@
click=
"uploadFileDialogVisible = true"
>
上传文件
</syButton
增加藏品
</syButton
>
</div>
</div>
...
...
src/views/Collection/AlbumManagement/components/CreateAlbumDialog/index.vue
View file @
7fa2a9e7
...
...
@@ -79,7 +79,7 @@ const rules = {
file
:
[
{
required
:
true
,
message
:
"请
上传
专辑"
,
message
:
"请
关联
专辑"
,
trigger
:
"change"
,
},
],
...
...
src/views/Collection/PassMaker/index.vue
View file @
7fa2a9e7
...
...
@@ -266,7 +266,7 @@ export default defineComponent({
},
{
value
:
eCollectionType
.
album
,
label
:
"
上传
专辑"
,
label
:
"
关联
专辑"
,
},
],
visibleOfAlbumDialog
:
false
,
...
...
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