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
69f8e84f
Commit
69f8e84f
authored
Aug 08, 2022
by
chenqikuai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
9e17ae8d
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
26 additions
and
17 deletions
+26
-17
link.png
src/assets/img/link.png
+0
-0
index.vue
src/views/AddFilingPerson/index.vue
+0
-0
index.vue
src/views/CopyRightDetail/index.vue
+3
-3
index.vue
src/views/FilingPersonDetail/index.vue
+3
-3
table.ts
...ingPersonManagement/components/FilingPersonTable/table.ts
+3
-3
table.ts
src/views/copyrightManagement/table.ts
+4
-4
draftBoxTable.vue
src/views/draftBox/draftBoxTable.vue
+11
-2
index.vue
src/views/draftBox/index.vue
+2
-2
No files found.
src/assets/img/link.png
View replaced file @
9e17ae8d
View file @
69f8e84f
971 Bytes
|
W:
|
H:
1.05 KB
|
W:
|
H:
2-up
Swipe
Onion skin
src/views/AddFilingPerson/index.vue
View file @
69f8e84f
This diff is collapsed.
Click to expand it.
src/views/CopyRightDetail/index.vue
View file @
69f8e84f
...
@@ -81,7 +81,7 @@
...
@@ -81,7 +81,7 @@
<div
class=
"time"
>
{{
formatTime
(
data
?.
create_time
)
}}
</div>
<div
class=
"time"
>
{{
formatTime
(
data
?.
create_time
)
}}
</div>
<div
<div
class=
"flex"
class=
"flex"
style=
"font-size: 1
2
px; font-weight: 400; line-height: 40px"
style=
"font-size: 1
4
px; font-weight: 400; line-height: 40px"
>
>
<div
<div
class=
"w-1/2"
class=
"w-1/2"
...
@@ -133,7 +133,7 @@
...
@@ -133,7 +133,7 @@
</div>
</div>
<div
<div
class=
"flex flex-wrap"
class=
"flex flex-wrap"
style=
"color: var(--sy-gray); font-size: 1
2
px; font-weight: 400"
style=
"color: var(--sy-gray); font-size: 1
4
px; font-weight: 400"
>
>
<div
class=
"w-1/2 content"
>
<div
class=
"w-1/2 content"
>
作品名称:
作品名称:
...
@@ -221,7 +221,7 @@
...
@@ -221,7 +221,7 @@
</div>
</div>
<div
<div
class=
"flex"
class=
"flex"
style=
"color: var(--sy-gray); font-size: 1
2
px; font-weight: 400"
style=
"color: var(--sy-gray); font-size: 1
4
px; font-weight: 400"
>
>
<div
class=
"w-1/2"
>
<div
class=
"w-1/2"
>
<div
class=
"content"
>
<div
class=
"content"
>
...
...
src/views/FilingPersonDetail/index.vue
View file @
69f8e84f
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
<syHeaderNavBar
@
back=
"() => $router.back()"
@
close=
"() => $router.back()"
<syHeaderNavBar
@
back=
"() => $router.back()"
@
close=
"() => $router.back()"
>
{{
data
?.
authentication_name
}}
>
{{
data
?.
authentication_name
}}
</syHeaderNavBar>
</syHeaderNavBar>
<ModuleContainer
class=
"mx-auto"
style=
"width:
858
px; margin-top: 17px"
>
<ModuleContainer
class=
"mx-auto"
style=
"width:
1200
px; margin-top: 17px"
>
<div
class=
"overflow-hidden"
>
<div
class=
"overflow-hidden"
>
<div
<div
class=
"title"
class=
"title"
...
@@ -29,7 +29,7 @@
...
@@ -29,7 +29,7 @@
</div>
</div>
<div
<div
class=
"flex flex-wrap"
class=
"flex flex-wrap"
style=
"color: var(--sy-gray); font-size: 1
2
px; font-weight: 400"
style=
"color: var(--sy-gray); font-size: 1
4
px; font-weight: 400"
>
>
<div
class=
"w-1/2 content"
>
<div
class=
"w-1/2 content"
>
姓名/名称:
姓名/名称:
...
@@ -167,7 +167,7 @@
...
@@ -167,7 +167,7 @@
</div>
</div>
<div
<div
class=
"flex"
class=
"flex"
style=
"color: var(--sy-gray); font-size: 1
2
px; font-weight: 400"
style=
"color: var(--sy-gray); font-size: 1
4
px; font-weight: 400"
>
>
<div
class=
"w-1/2"
>
<div
class=
"w-1/2"
>
<div
class=
"content"
>
<div
class=
"content"
>
...
...
src/views/FilingPersonManagement/components/FilingPersonTable/table.ts
View file @
69f8e84f
...
@@ -3,12 +3,12 @@ export const tableColumns = [
...
@@ -3,12 +3,12 @@ export const tableColumns = [
{
{
label
:
"备案人"
,
label
:
"备案人"
,
prop
:
"authentication_name"
,
prop
:
"authentication_name"
,
//
minWidth: 300,
minWidth
:
300
,
},
},
{
{
label
:
"证件号码"
,
label
:
"证件号码"
,
prop
:
"authentication_subject_nature_code"
,
prop
:
"authentication_subject_nature_code"
,
// minW
idth: 280,
w
idth
:
280
,
},
},
{
{
label
:
"证件附件"
,
label
:
"证件附件"
,
...
@@ -24,6 +24,6 @@ export const tableColumns = [
...
@@ -24,6 +24,6 @@ export const tableColumns = [
{
{
label
:
"操作"
,
label
:
"操作"
,
slotName
:
"operate"
,
slotName
:
"operate"
,
// minW
idth: 100,
w
idth
:
100
,
},
},
]
as
iTableColumn
[];
]
as
iTableColumn
[];
src/views/copyrightManagement/table.ts
View file @
69f8e84f
...
@@ -3,12 +3,12 @@ export const tableColumns = [
...
@@ -3,12 +3,12 @@ export const tableColumns = [
{
{
label
:
"版权名称"
,
label
:
"版权名称"
,
prop
:
"record_work_name"
,
prop
:
"record_work_name"
,
//
minWidth: 300,
minWidth
:
300
,
},
},
{
{
label
:
"备案号"
,
label
:
"备案号"
,
prop
:
"record_no"
,
prop
:
"record_no"
,
// minWidth: "28
0",
width
:
"20
0"
,
},
},
{
{
label
:
"作品类型"
,
label
:
"作品类型"
,
...
@@ -18,7 +18,7 @@ export const tableColumns = [
...
@@ -18,7 +18,7 @@ export const tableColumns = [
{
{
label
:
"提交日期"
,
label
:
"提交日期"
,
slotName
:
"create_time"
,
slotName
:
"create_time"
,
// minWidth: "28
0",
width
:
"20
0"
,
},
},
{
{
label
:
"当前状态"
,
label
:
"当前状态"
,
...
@@ -29,6 +29,6 @@ export const tableColumns = [
...
@@ -29,6 +29,6 @@ export const tableColumns = [
{
{
label
:
"操作"
,
label
:
"操作"
,
slotName
:
"operate"
,
slotName
:
"operate"
,
// minW
idth: "100",
w
idth
:
"100"
,
},
},
]
as
iTableColumn
[];
]
as
iTableColumn
[];
src/views/draftBox/draftBoxTable.vue
View file @
69f8e84f
...
@@ -6,6 +6,7 @@
...
@@ -6,6 +6,7 @@
v-loading=
"loading"
v-loading=
"loading"
height=
"100%"
height=
"100%"
element-loading-text=
"加载中..."
element-loading-text=
"加载中..."
class=
"draftBoxTable"
>
>
<template
#
record_work_name=
"slotProps"
>
<template
#
record_work_name=
"slotProps"
>
<div
<div
...
@@ -36,8 +37,8 @@
...
@@ -36,8 +37,8 @@
:margin-left=
"-50"
:margin-left=
"-50"
>
>
<Icon
<Icon
icon-name=
"iconbianzu7"
icon-name=
"iconbianzu7
-copy
"
style=
"font-size:
40
px"
style=
"font-size:
26
px"
class=
"cursor-pointer"
class=
"cursor-pointer"
></Icon>
></Icon>
</syMoreOperate>
</syMoreOperate>
...
@@ -117,3 +118,11 @@ const handleClickItem = (value: any, slotProps: any) => {
...
@@ -117,3 +118,11 @@ const handleClickItem = (value: any, slotProps: any) => {
line-height
:
20px
;
line-height
:
20px
;
}
}
</
style
>
</
style
>
<
style
lang=
"scss"
>
.draftBoxTable
{
.el-table__cell
{
height
:
50px
;
}
}
</
style
>
src/views/draftBox/index.vue
View file @
69f8e84f
<
template
>
<
template
>
<LayoutVue>
<LayoutVue>
<div
class=
"flex flex-col w-full h-full"
>
<div
class=
"flex flex-col w-full h-full"
>
<div
class=
"flex items-center"
>
<div
class=
"flex items-center
flex-shrink-0
"
>
<Search
v-model=
"searchValue"
placeholder=
"搜索名称/备案号"
></Search>
<Search
v-model=
"searchValue"
placeholder=
"搜索名称/备案号"
></Search>
<Avatar
class=
"ml-7"
></Avatar>
<Avatar
class=
"ml-7"
></Avatar>
</div>
</div>
...
@@ -43,7 +43,7 @@
...
@@ -43,7 +43,7 @@
>
>
</div>
-->
</div>
-->
</div>
</div>
<div
class=
"flex-grow overflow-hidden"
>
<div
class=
"flex-grow overflow-hidden
mt-4
"
>
<DraftBoxTable
<DraftBoxTable
ref=
"DraftBoxTableRef"
ref=
"DraftBoxTableRef"
:loading=
"loading"
:loading=
"loading"
...
...
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