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
f0430bf5
Commit
f0430bf5
authored
Jul 27, 2022
by
chenqikuai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
加上添加备案人
parent
ed3ced5d
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
2 deletions
+8
-2
index.vue
src/views/AddCopyRight/index.vue
+6
-0
index.vue
src/views/FilingPersonManagement/index.vue
+2
-2
No files found.
src/views/AddCopyRight/index.vue
View file @
f0430bf5
...
@@ -14,6 +14,9 @@
...
@@ -14,6 +14,9 @@
>
>
<div
class=
"title text-center"
ref=
"titleRef"
>
填写版权信息
</div>
<div
class=
"title text-center"
ref=
"titleRef"
>
填写版权信息
</div>
<div
class=
"tip text-center"
>
请仔细填写作品资料,审核通过后将不能修改
</div>
<div
class=
"tip text-center"
>
请仔细填写作品资料,审核通过后将不能修改
</div>
<AddFilingPerson
v-model:visible=
"addFilingPersonVisible"
></AddFilingPerson>
<ElForm
:model=
"formModel"
:rules=
"rules"
ref=
"formRef"
>
<ElForm
:model=
"formModel"
:rules=
"rules"
ref=
"formRef"
>
<CustomizeFormItem
label=
"备案人"
prop=
"filingPerson"
>
<CustomizeFormItem
label=
"备案人"
prop=
"filingPerson"
>
<sySelect
<sySelect
...
@@ -198,8 +201,10 @@ import { ref } from "vue";
...
@@ -198,8 +201,10 @@ import { ref } from "vue";
import
Icon
from
"@/components/Icon/index.vue"
;
import
Icon
from
"@/components/Icon/index.vue"
;
import
CustomizeFormItem
from
"@/components/Form/CustomizeFormItem.vue"
;
import
CustomizeFormItem
from
"@/components/Form/CustomizeFormItem.vue"
;
import
UploadAttachment
from
"./components/UploadAttachment/index.vue"
;
import
UploadAttachment
from
"./components/UploadAttachment/index.vue"
;
import
AddFilingPerson
from
"../AddFilingPerson/index.vue"
;
const
formRef
=
ref
<
InstanceType
<
typeof
ElForm
>>
();
const
formRef
=
ref
<
InstanceType
<
typeof
ElForm
>>
();
const
addFilingPersonVisible
=
ref
(
false
);
const
formModel
=
ref
({
const
formModel
=
ref
({
filingPerson
:
""
,
filingPerson
:
""
,
titleOfWork
:
""
,
titleOfWork
:
""
,
...
@@ -229,6 +234,7 @@ const rules = ref({
...
@@ -229,6 +234,7 @@ const rules = ref({
const
selectRef
=
ref
();
const
selectRef
=
ref
();
function
handleClickAddFilingPersn
()
{
function
handleClickAddFilingPersn
()
{
selectRef
.
value
.
blur
();
selectRef
.
value
.
blur
();
addFilingPersonVisible
.
value
=
true
;
}
}
const
handleSubmit
=
()
=>
{
const
handleSubmit
=
()
=>
{
...
...
src/views/FilingPersonManagement/index.vue
View file @
f0430bf5
...
@@ -24,8 +24,8 @@
...
@@ -24,8 +24,8 @@
size=
"large"
size=
"large"
@
click=
"addFilingPersonDailogVisible = true"
@
click=
"addFilingPersonDailogVisible = true"
type=
"primary"
type=
"primary"
>
添加备案人
{{
addFilingPersonDailogVisible
}}
</syButton
>
添加备案人
>
</syButton
>
</div>
</div>
</div>
</div>
<AddFilingPerson
<AddFilingPerson
...
...
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