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
37fbd1e9
Commit
37fbd1e9
authored
Aug 15, 2022
by
chenqikuai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
49feaf37
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
19 additions
and
2 deletions
+19
-2
授权书_备案.doc
public/授权书_备案.doc
+0
-0
xiazai.svg
src/assets/img/xiazai.svg
+2
-0
index.vue
src/views/AddFilingPerson/index.vue
+17
-2
No files found.
public/授权书_备案.doc
0 → 100644
View file @
37fbd1e9
File added
src/assets/img/xiazai.svg
0 → 100644
View file @
37fbd1e9
<svg
xmlns=
"http://www.w3.org/2000/svg"
width=
"11"
height=
"10"
viewBox=
"0 0 11 10"
><path
fill=
"#3370FE"
d=
"M10.5769231,10 L0.423076923,10 C0.18941799,10 0,9.81345198 0,9.58333333 L0,7.08333333 C0,6.85321469 0.18941799,6.66666667 0.423076923,6.66666667 C0.656735856,6.66666667 0.846153846,6.85321469 0.846153846,7.08333333 L0.846153846,9.16666667 L10.1538462,9.16666667 L10.1538462,7.08333333 C10.1538462,6.85321469 10.3432641,6.66666667 10.5769231,6.66666667 C10.810582,6.66666667 11,6.85321469 11,7.08333333 L11,9.58333333 C11,9.81345198 10.810582,10 10.5769231,10 Z M5.5,6.66666667 C5.26634107,6.66666667 5.07692308,6.48011865 5.07692308,6.25 L5.07692308,0.416666667 C5.07692308,0.186548021 5.26634107,0 5.5,0 C5.73365893,0 5.92307692,0.186548021 5.92307692,0.416666667 L5.92307692,6.25 C5.92307692,6.48011865 5.73365893,6.66666667 5.5,6.66666667 Z M5.5,7.6725 L2.66284615,4.87833333 C2.50251176,4.71484213 2.50480476,4.45496468 2.66799983,4.29424226 C2.8311949,4.13351984 3.09507047,4.13126158 3.26107692,4.28916667 L5.5,6.49416667 L7.73892308,4.28916667 C7.90492953,4.13126158 8.1688051,4.13351984 8.33200017,4.29424226 C8.49519524,4.45496468 8.49748824,4.71484213 8.33715385,4.87833333 L5.5,7.6725 Z"
/></svg>
\ No newline at end of file
src/views/AddFilingPerson/index.vue
View file @
37fbd1e9
...
@@ -119,8 +119,22 @@
...
@@ -119,8 +119,22 @@
prop=
"powerOfAttorneyImage"
prop=
"powerOfAttorneyImage"
class=
"flex w-full"
class=
"flex w-full"
>
>
<CollectImage
v-model=
"modelOfCert.powerOfAttorneyImage"
<CollectImage
v-model=
"modelOfCert.powerOfAttorneyImage"
>
>
授权书图像
</CollectImage
<div
class=
"flex items-center"
style=
"color: var(--sy-blue)"
>
<img
src=
"@/assets/img/xiazai.svg"
class=
"mr-2"
alt=
""
srcset=
""
/>
<div
class=
"cursor-pointer"
@
click=
"saveAs('/授权书_备案.doc', '授权书_备案.doc')"
>
下载授权书模板
</div>
</div>
授权书图像
</CollectImage
>
>
</CustomizeFormItem>
</CustomizeFormItem>
<CustomizeFormItem
<CustomizeFormItem
...
@@ -247,6 +261,7 @@
...
@@ -247,6 +261,7 @@
<
script
setup
lang=
"ts"
>
<
script
setup
lang=
"ts"
>
import
{
formatTime
,
syButton
,
syScrollBar
}
from
"cqk-sy-ui"
;
import
{
formatTime
,
syButton
,
syScrollBar
}
from
"cqk-sy-ui"
;
import
{
ElForm
,
ElRadioGroup
,
ElCascader
,
ElMessage
}
from
"element-plus"
;
import
{
ElForm
,
ElRadioGroup
,
ElCascader
,
ElMessage
}
from
"element-plus"
;
import
{
saveAs
}
from
"file-saver"
;
import
{
computed
,
ref
,
watch
}
from
"vue"
;
import
{
computed
,
ref
,
watch
}
from
"vue"
;
import
cityList
from
"@/config/city"
;
import
cityList
from
"@/config/city"
;
import
CustomizeFormItem
from
"@/components/Form/CustomizeFormItem.vue"
;
import
CustomizeFormItem
from
"@/components/Form/CustomizeFormItem.vue"
;
...
...
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