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
e4624295
Commit
e4624295
authored
Jul 28, 2022
by
chenqikuai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
草稿箱
parent
df0d4ce3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
28 additions
and
22 deletions
+28
-22
router.ts
src/router.ts
+12
-14
index.vue
src/views/draftBox/index.vue
+13
-6
table.ts
src/views/draftBox/table.ts
+3
-2
No files found.
src/router.ts
View file @
e4624295
...
@@ -46,13 +46,11 @@ const routes = [
...
@@ -46,13 +46,11 @@ const routes = [
name
:
"filingPersonManagement"
,
name
:
"filingPersonManagement"
,
component
:
()
=>
import
(
"@/views/FilingPersonManagement/index.vue"
),
component
:
()
=>
import
(
"@/views/FilingPersonManagement/index.vue"
),
},
},
// {
{
// path: "/draftBox",
path
:
"/draftBox"
,
// name: "draftBox",
name
:
"draftBox"
,
// component: (
component
:
()
=>
import
(
"@/views/draftBox/index.vue"
),
// () => import("@/views/draftBox/index.vue")
},
// ),
// },
{
{
path
:
"/collectionManagement"
,
path
:
"/collectionManagement"
,
name
:
"collectionManagement"
,
name
:
"collectionManagement"
,
...
@@ -157,15 +155,15 @@ const routes = [
...
@@ -157,15 +155,15 @@ const routes = [
component
:
()
=>
import
(
"@/views/AddCopyRight/index.vue"
),
component
:
()
=>
import
(
"@/views/AddCopyRight/index.vue"
),
},
},
{
{
path
:
'/copyRightDetail'
,
path
:
"/copyRightDetail"
,
name
:
'copyRightDetail'
,
name
:
"copyRightDetail"
,
component
:
()
=>
import
(
"@/views/CopyRightDetail/index.vue"
)
component
:
()
=>
import
(
"@/views/CopyRightDetail/index.vue"
)
,
},
},
{
{
path
:
'/filingPersonDetail'
,
path
:
"/filingPersonDetail"
,
name
:
'filingPersonDetail'
,
name
:
"filingPersonDetail"
,
component
:
()
=>
import
(
"@/views/FilingPersonDetail/index.vue"
)
component
:
()
=>
import
(
"@/views/FilingPersonDetail/index.vue"
)
,
}
}
,
];
];
const
router
=
createRouter
({
const
router
=
createRouter
({
...
...
src/views/draftBox/index.vue
View file @
e4624295
...
@@ -2,16 +2,23 @@
...
@@ -2,16 +2,23 @@
<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"
>
<Search
v-model=
"searchValue"
placeholder=
"搜索
草稿
"
></Search>
<Search
v-model=
"searchValue"
placeholder=
"搜索
名称/备案号
"
></Search>
<Avatar
class=
"ml-7"
></Avatar>
<Avatar
class=
"ml-7"
></Avatar>
</div>
</div>
<div
<div
class=
"flex items-center justify-between flex-shrink-0"
class=
"flex items-center justify-between flex-shrink-0"
style=
"margin-top: 26px"
style=
"margin-top: 26px"
>
>
<Title>
草稿箱
</Title>
<Title
<div
class=
"tip flex-grow"
>
草稿将在7日后删除,请尽快完成版权登记
</div>
:title=
"[
<div
class=
"flex items-center"
>
{ name: '版权管理', routerName: 'copyrightManagement' },
{
name: '草稿箱',
},
]"
>
</Title>
<!--
<div
class=
"tip flex-grow"
>
草稿将在7日后删除,请尽快完成版权登记
</div>
-->
<!--
<div
class=
"flex items-center"
>
<syButton
<syButton
style=
"width: 113px"
style=
"width: 113px"
mode=
"elementBtn"
mode=
"elementBtn"
...
@@ -34,9 +41,9 @@
...
@@ -34,9 +41,9 @@
type=
"primary"
type=
"primary"
>
添加版权
</syButton
>
添加版权
</syButton
>
>
</div>
</div>
-->
</div>
</div>
<div
class=
"flex-grow overflow-hidden"
style=
"padding-top: 60px"
>
<div
class=
"flex-grow overflow-hidden"
>
<DraftBoxTable
<DraftBoxTable
:loading=
"loading"
:loading=
"loading"
:data=
"tableData"
:data=
"tableData"
...
...
src/views/draftBox/table.ts
View file @
e4624295
...
@@ -4,13 +4,14 @@ export const tableColumns = [
...
@@ -4,13 +4,14 @@ export const tableColumns = [
{
{
label
:
"版权名称"
,
label
:
"版权名称"
,
prop
:
"name"
,
prop
:
"name"
,
minWidth
:
200
,
},
},
{
{
label
:
"
流水号
"
,
label
:
"
作品类型
"
,
prop
:
"id"
,
prop
:
"id"
,
},
},
{
{
label
:
"
操作
日期"
,
label
:
"
提交
日期"
,
prop
:
"date"
,
prop
:
"date"
,
},
},
{
{
...
...
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