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
c054da4d
Commit
c054da4d
authored
Aug 10, 2022
by
chenqikuai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
7bcaa6cc
Show whitespace changes
Inline
Side-by-side
Showing
14 changed files
with
68 additions
and
18 deletions
+68
-18
index.vue
src/components/BlackModeMenu/index.vue
+1
-1
index.vue
src/components/ImageDisplay/index.vue
+4
-0
syMenu.vue
src/components/Menu/syMenu.vue
+2
-2
index.vue
src/views/AddCopyRight/index.vue
+1
-1
index.vue
src/views/CopyRightDetail/index.vue
+3
-3
index.vue
...ngPersonManagement/components/FilingPersonTable/index.vue
+18
-1
table.ts
...ingPersonManagement/components/FilingPersonTable/table.ts
+4
-1
config.ts
src/views/RecycleBin/components/RecycleBinTable/config.ts
+3
-2
index.vue
src/views/RecycleBin/components/RecycleBinTable/index.vue
+3
-0
constants.ts
...cing/tracingManagement/components/ProofTable/constants.ts
+2
-2
index.vue
...Tracing/tracingManagement/components/ProofTable/index.vue
+2
-2
CopyrightTable.vue
src/views/copyrightManagement/CopyrightTable.vue
+18
-1
table.ts
src/views/copyrightManagement/table.ts
+5
-2
table.ts
src/views/draftBox/table.ts
+2
-0
No files found.
src/components/BlackModeMenu/index.vue
View file @
c054da4d
...
@@ -25,7 +25,7 @@ const emit = defineEmits(["update:modelValue"]);
...
@@ -25,7 +25,7 @@ const emit = defineEmits(["update:modelValue"]);
<
style
lang=
"scss"
>
<
style
lang=
"scss"
>
.blackModeMenu___
{
.blackModeMenu___
{
.line.short
{
div
.line.short
{
height
:
3px
;
height
:
3px
;
bottom
:
0
;
bottom
:
0
;
}
}
...
...
src/components/ImageDisplay/index.vue
View file @
c054da4d
...
@@ -49,6 +49,10 @@ useEventListener(window, "keydown", (e) => {
...
@@ -49,6 +49,10 @@ useEventListener(window, "keydown", (e) => {
</
script
>
</
script
>
<
style
scoped
lang=
"scss"
>
<
style
scoped
lang=
"scss"
>
:deep
(
#imageDisplay
)
{
width
:
fit-content
;
margin
:
0
auto
;
}
.close
{
.close
{
position
:
absolute
;
position
:
absolute
;
top
:
20px
;
top
:
20px
;
...
...
src/components/Menu/syMenu.vue
View file @
c054da4d
...
@@ -112,9 +112,9 @@ const getLineWidth = (index: number, length: number) => {
...
@@ -112,9 +112,9 @@ const getLineWidth = (index: number, length: number) => {
}
}
.line.short
{
.line.short
{
width
:
calc
(
100%
-
24px
);
width
:
calc
(
100%
-
24px
);
bottom
:
8px
;
}
}
.line
{
div
.line
{
bottom
:
8px
;
position
:
absolute
;
position
:
absolute
;
width
:
calc
(
100%
-
38px
);
width
:
calc
(
100%
-
38px
);
min-width
:
10px
;
min-width
:
10px
;
...
...
src/views/AddCopyRight/index.vue
View file @
c054da4d
...
@@ -10,7 +10,7 @@
...
@@ -10,7 +10,7 @@
padding-top: 60px;
padding-top: 60px;
padding-left: 68px;
padding-left: 68px;
padding-right: 68px;
padding-right: 68px;
width:
858
px;
width:
1200
px;
"
"
>
>
<div
class=
"title text-center"
ref=
"titleRef"
>
填写版权信息
</div>
<div
class=
"title text-center"
ref=
"titleRef"
>
填写版权信息
</div>
...
...
src/views/CopyRightDetail/index.vue
View file @
c054da4d
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
</syHeaderNavBar>
</syHeaderNavBar>
<ModuleContainer
<ModuleContainer
class=
"mx-auto"
class=
"mx-auto"
style=
"width:
858
px; margin-top: 17px"
style=
"width:
1200
px; margin-top: 17px"
v-if=
"
v-if=
"
data?.record_work_status === eStatusOfCopyright.NOT_PASSED ||
data?.record_work_status === eStatusOfCopyright.NOT_PASSED ||
data?.record_work_status === eStatusOfCopyright.RECORD_SUCCESS
data?.record_work_status === eStatusOfCopyright.RECORD_SUCCESS
...
@@ -107,7 +107,7 @@
...
@@ -107,7 +107,7 @@
</div>
</div>
</div>
</div>
</ModuleContainer>
</ModuleContainer>
<ModuleContainer
class=
"mx-auto
"
style=
"width: 858
px; margin-top: 17px"
>
<ModuleContainer
class=
"mx-auto
mb-10"
style=
"width: 1200
px; margin-top: 17px"
>
<div
class=
"overflow-hidden"
>
<div
class=
"overflow-hidden"
>
<div
<div
class=
"title"
class=
"title"
...
@@ -333,7 +333,7 @@ async function handleClickDel(raw: iCopyRight) {
...
@@ -333,7 +333,7 @@ async function handleClickDel(raw: iCopyRight) {
line-height
:
40px
;
line-height
:
40px
;
}
}
.line
{
.line
{
height
:
2
px
;
height
:
1
px
;
background
:
#f0f1f5
;
background
:
#f0f1f5
;
width
:
100%
;
width
:
100%
;
margin-top
:
30px
;
margin-top
:
30px
;
...
...
src/views/FilingPersonManagement/components/FilingPersonTable/index.vue
View file @
c054da4d
...
@@ -8,6 +8,21 @@
...
@@ -8,6 +8,21 @@
v-loading=
"loading"
v-loading=
"loading"
element-loading-text=
"加载中..."
element-loading-text=
"加载中..."
>
>
<template
#
authentication_name=
"slotProps"
>
<div
class=
"cursor-pointer overflow-hidden text-ellipsis"
@
click=
"
$router.push(
{
name: 'filingPersonDetail',
query: {
id: slotProps.id,
},
})
"
>
{{
slotProps
.
authentication_name
}}
</div>
</
template
>
<
template
#
currentStatusCell=
"slotProps"
>
<
template
#
currentStatusCell=
"slotProps"
>
<div
class=
"flex items-center"
>
<div
class=
"flex items-center"
>
<ApproveStatus
<ApproveStatus
...
@@ -58,11 +73,12 @@
...
@@ -58,11 +73,12 @@
</div>
</div>
</
template
>
</
template
>
<
template
#
operate=
"slotProps"
>
<
template
#
operate=
"slotProps"
>
<div
class=
"text-right"
>
<syMoreOperate
<syMoreOperate
:teleport=
"true"
:teleport=
"true"
:list=
"getOperateList(slotProps)"
:list=
"getOperateList(slotProps)"
@
click-item=
"(value) => handleClickItem(value, slotProps)"
@
click-item=
"(value) => handleClickItem(value, slotProps)"
:margin-left=
"-10
"
:margin-left=
"-65
"
class=
"align-middle"
class=
"align-middle"
>
>
<Icon
<Icon
...
@@ -71,6 +87,7 @@
...
@@ -71,6 +87,7 @@
class=
"cursor-pointer"
class=
"cursor-pointer"
></Icon>
></Icon>
</syMoreOperate>
</syMoreOperate>
</div>
</
template
>
</
template
>
</Table>
</Table>
</template>
</template>
...
...
src/views/FilingPersonManagement/components/FilingPersonTable/table.ts
View file @
c054da4d
...
@@ -3,6 +3,8 @@ export const tableColumns = [
...
@@ -3,6 +3,8 @@ export const tableColumns = [
{
{
label
:
"备案人"
,
label
:
"备案人"
,
prop
:
"authentication_name"
,
prop
:
"authentication_name"
,
slotName
:
"authentication_name"
,
showOverflowTooltip
:
true
,
minWidth
:
300
,
minWidth
:
300
,
},
},
{
{
...
@@ -19,11 +21,12 @@ export const tableColumns = [
...
@@ -19,11 +21,12 @@ export const tableColumns = [
label
:
"当前状态"
,
label
:
"当前状态"
,
slotName
:
"currentStatusCell"
,
slotName
:
"currentStatusCell"
,
headerSlotName
:
"currentStatusHeader"
,
headerSlotName
:
"currentStatusHeader"
,
// minWidth: 20
0,
width
:
14
0
,
},
},
{
{
label
:
"操作"
,
label
:
"操作"
,
slotName
:
"operate"
,
slotName
:
"operate"
,
headerAlign
:
'right'
,
width
:
100
,
width
:
100
,
},
},
]
as
iTableColumn
[];
]
as
iTableColumn
[];
src/views/RecycleBin/components/RecycleBinTable/config.ts
View file @
c054da4d
...
@@ -14,12 +14,13 @@ export const columns = [
...
@@ -14,12 +14,13 @@ export const columns = [
}
as
iTableColumn
,
}
as
iTableColumn
,
{
{
label
:
"区块链查询"
,
label
:
"区块链查询"
,
minWidth
:
"10
0px"
,
width
:
"14
0px"
,
slotName
:
"query"
,
slotName
:
"query"
,
}
as
iTableColumn
,
}
as
iTableColumn
,
{
{
label
:
"操作"
,
label
:
"操作"
,
minW
idth
:
"100px"
,
w
idth
:
"100px"
,
slotName
:
"operate"
,
slotName
:
"operate"
,
headerAlign
:
'right'
}
as
iTableColumn
,
}
as
iTableColumn
,
];
];
src/views/RecycleBin/components/RecycleBinTable/index.vue
View file @
c054da4d
...
@@ -31,9 +31,11 @@
...
@@ -31,9 +31,11 @@
</syMoreOperate>
</syMoreOperate>
</
template
>
</
template
>
<
template
#
operate=
"slotProps"
>
<
template
#
operate=
"slotProps"
>
<div
class=
"text-right"
>
<syMoreOperate
<syMoreOperate
:teleport=
"true"
:teleport=
"true"
:list=
"operateList"
:list=
"operateList"
:margin-left=
"-65"
@
click-item=
"
@
click-item=
"
(value) =>
(value) =>
operateList.find((i) => i.value === value)?.click(slotProps)
operateList.find((i) => i.value === value)?.click(slotProps)
...
@@ -43,6 +45,7 @@
...
@@ -43,6 +45,7 @@
>
>
<Icon
icon-name=
"iconbianzu7-copy"
style=
"font-size: 26px"
></Icon>
<Icon
icon-name=
"iconbianzu7-copy"
style=
"font-size: 26px"
></Icon>
</syMoreOperate>
</syMoreOperate>
</div>
</
template
>
</
template
>
</Table>
</Table>
</div>
</div>
...
...
src/views/Tracing/tracingManagement/components/ProofTable/constants.ts
View file @
c054da4d
...
@@ -25,14 +25,14 @@ export const columns = [
...
@@ -25,14 +25,14 @@ export const columns = [
prop
:
""
,
prop
:
""
,
label
:
"浏览器查询"
,
label
:
"浏览器查询"
,
slotName
:
"query"
,
slotName
:
"query"
,
width
:
"1
5
0px"
,
width
:
"1
2
0px"
,
headerAlign
:
"center"
,
headerAlign
:
"center"
,
}
as
iTableColumn
,
}
as
iTableColumn
,
{
{
prop
:
""
,
prop
:
""
,
label
:
"操作"
,
label
:
"操作"
,
width
:
"100px"
,
width
:
"100px"
,
headerAlign
:
"
center
"
,
headerAlign
:
"
right
"
,
slotName
:
"operate"
,
slotName
:
"operate"
,
}
as
iTableColumn
,
}
as
iTableColumn
,
];
];
src/views/Tracing/tracingManagement/components/ProofTable/index.vue
View file @
c054da4d
...
@@ -97,12 +97,12 @@
...
@@ -97,12 +97,12 @@
</div>
</div>
</template>
</template>
<
template
#
operate=
"slotProps"
>
<
template
#
operate=
"slotProps"
>
<div
class=
"text-
center
"
>
<div
class=
"text-
right
"
>
<syMoreOperate
<syMoreOperate
:teleport=
"true"
:teleport=
"true"
:list=
"getOperateList(slotProps)"
:list=
"getOperateList(slotProps)"
@
click-item=
"(value) => handleClickItem(value, slotProps)"
@
click-item=
"(value) => handleClickItem(value, slotProps)"
:margin-left=
"-
20
"
:margin-left=
"-
65
"
class=
"align-middle"
class=
"align-middle"
>
>
<Icon
<Icon
...
...
src/views/copyrightManagement/CopyrightTable.vue
View file @
c054da4d
...
@@ -7,6 +7,21 @@
...
@@ -7,6 +7,21 @@
class=
"copyrightTable"
class=
"copyrightTable"
element-loading-text=
"加载中..."
element-loading-text=
"加载中..."
>
>
<template
#
record_work_name=
"slotProps"
>
<div
class=
"cursor-pointer overflow-hidden text-ellipsis"
@
click=
"
$router.push(
{
name: `copyRightDetail`,
query: {
id: slotProps.id,
},
})
"
>
{{
slotProps
.
record_work_name
}}
</div>
</
template
>
<
template
#
currentStatusCell=
"slotProps"
>
<
template
#
currentStatusCell=
"slotProps"
>
<div
class=
"flex items-center"
>
<div
class=
"flex items-center"
>
<ApproveStatus
<ApproveStatus
...
@@ -43,11 +58,12 @@
...
@@ -43,11 +58,12 @@
{{
formatTime
(
slotProps
.
create_time
)
}}
{{
formatTime
(
slotProps
.
create_time
)
}}
</
template
>
</
template
>
<
template
#
operate=
"slotProps"
>
<
template
#
operate=
"slotProps"
>
<div
class=
"text-right"
>
<syMoreOperate
<syMoreOperate
:teleport=
"true"
:teleport=
"true"
:list=
"getOperateList(slotProps)"
:list=
"getOperateList(slotProps)"
@
click-item=
"(value) => handleClickItem(value, slotProps)"
@
click-item=
"(value) => handleClickItem(value, slotProps)"
:margin-left=
"-10
"
:margin-left=
"-65
"
class=
"align-middle"
class=
"align-middle"
>
>
<Icon1
<Icon1
...
@@ -56,6 +72,7 @@
...
@@ -56,6 +72,7 @@
class=
"cursor-pointer"
class=
"cursor-pointer"
></Icon1>
></Icon1>
</syMoreOperate>
</syMoreOperate>
</div>
</
template
>
</
template
>
</Table>
</Table>
</template>
</template>
...
...
src/views/copyrightManagement/table.ts
View file @
c054da4d
...
@@ -3,6 +3,8 @@ export const tableColumns = [
...
@@ -3,6 +3,8 @@ export const tableColumns = [
{
{
label
:
"版权名称"
,
label
:
"版权名称"
,
prop
:
"record_work_name"
,
prop
:
"record_work_name"
,
slotName
:
"record_work_name"
,
showOverflowTooltip
:
true
,
minWidth
:
300
,
minWidth
:
300
,
},
},
{
{
...
@@ -24,11 +26,12 @@ export const tableColumns = [
...
@@ -24,11 +26,12 @@ export const tableColumns = [
label
:
"当前状态"
,
label
:
"当前状态"
,
slotName
:
"currentStatusCell"
,
slotName
:
"currentStatusCell"
,
headerSlotName
:
"currentStatusHeader"
,
headerSlotName
:
"currentStatusHeader"
,
// minWidth: "200"
,
width
:
140
,
},
},
{
{
label
:
"操作"
,
label
:
"操作"
,
slotName
:
"operate"
,
slotName
:
"operate"
,
width
:
"100"
,
headerAlign
:
"right"
,
width
:
"70"
,
},
},
]
as
iTableColumn
[];
]
as
iTableColumn
[];
src/views/draftBox/table.ts
View file @
c054da4d
...
@@ -12,11 +12,13 @@ export const tableColumns = [
...
@@ -12,11 +12,13 @@ export const tableColumns = [
label
:
"作品类型"
,
label
:
"作品类型"
,
prop
:
"record_work_type"
,
prop
:
"record_work_type"
,
slotName
:
"record_work_type"
,
slotName
:
"record_work_type"
,
width
:
200
,
},
},
{
{
label
:
"提交日期"
,
label
:
"提交日期"
,
prop
:
"create_time"
,
prop
:
"create_time"
,
slotName
:
"create_time"
,
slotName
:
"create_time"
,
width
:
250
,
},
},
{
{
label
:
"操作"
,
label
:
"操作"
,
...
...
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