Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
pet-business-web
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
刘怀志
pet-business-web
Commits
e49dcf54
Commit
e49dcf54
authored
Sep 07, 2023
by
盖献康
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug(67388) - 文档管理UI
parent
8e7ebecc
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
19 additions
and
15 deletions
+19
-15
about-us.vue
src/views/document-management/about-us/about-us.vue
+4
-3
entry-contract.vue
...ews/document-management/entry-contract/entry-contract.vue
+7
-6
privacy-policy.vue
...ews/document-management/privacy-policy/privacy-policy.vue
+4
-3
user-protocol.vue
...views/document-management/user-protocol/user-protocol.vue
+4
-3
No files found.
src/views/document-management/about-us/about-us.vue
View file @
e49dcf54
...
...
@@ -19,7 +19,7 @@
</el-row>
</el-form>
<el-row
v-show=
"isEdit"
>
<el-col
style=
"display: flex;justify-content: left;margin:
20px 0 0 135
px"
>
<el-col
style=
"display: flex;justify-content: left;margin:
8px 0 0 148
px"
>
<el-button
class=
"queryBtn"
@
click=
"submit"
>
提 交
</el-button>
</el-col>
</el-row>
...
...
@@ -132,8 +132,9 @@ export default {
}
.title-paragraph
{
margin
:
20px
0
20px
15px
;
border-left
:
5px
solid
#5FB54B
;
margin
:
20px
0
30px
20px
;
border-left
:
3px
solid
#5FB54B
;
border-bottom
:
24px
;
.title-text
{
font-size
:
16px
;
...
...
src/views/document-management/entry-contract/entry-contract.vue
View file @
e49dcf54
...
...
@@ -7,7 +7,7 @@
<el-table
v-loading=
"entryLoading"
:data=
"entryContract"
style=
"width: 90%;margin: 0 0 0
6
0px;"
style=
"width: 90%;margin: 0 0 0
5
0px;"
:header-cell-style=
"
{background:'#F4F4F4'}"
>
<el-table-column
prop=
"createTime"
label=
"入驻日期"
>
...
...
@@ -40,14 +40,14 @@
<
/template
>
<
/el-table-column
>
<
/el-table
>
<
div
class
=
"title-paragraph"
style
=
"margin-top:
30px
"
>
<
div
class
=
"title-paragraph"
style
=
"margin-top:
40px;
"
>
<
span
class
=
"title-text"
>
授权合同
<
/span
>
<
/div
>
<!--
授权合同表
-->
<
el
-
table
v
-
loading
=
"loading"
:
data
=
"authorizationHistory"
style
=
"height: 520px;width: 90%;margin: 0 0 0
6
0px;overflow: auto;"
style
=
"height: 520px;width: 90%;margin: 0 0 0
5
0px;overflow: auto;"
:
header
-
cell
-
style
=
"{background:'#F4F4F4'
}
"
>
<
el
-
table
-
column
prop
=
"createTime"
label
=
"授权日期"
>
...
...
@@ -248,12 +248,13 @@ export default {
padding
:
10
px
0
80
px
0
;
background
-
color
:
#
FFFFFF
;
.
title
-
paragraph
{
margin
:
20
px
0
20
px
15
px
;
border
-
left
:
5
px
solid
#
5
FB54B
;
margin
:
20
px
0
30
px
32
px
;
border
-
left
:
3
px
solid
#
5
FB54B
;
border
-
bottom
:
24
px
;
.
title
-
text
{
font
-
size
:
16
px
;
margin
-
left
:
1
0
px
;
margin
-
left
:
1
4
px
;
font
-
weight
:
bold
;
}
}
...
...
src/views/document-management/privacy-policy/privacy-policy.vue
View file @
e49dcf54
...
...
@@ -19,7 +19,7 @@
</el-row>
</el-form>
<el-row
v-show=
"isEdit"
>
<el-col
style=
"display: flex;justify-content: left;margin:
20px 0 0 135
px"
>
<el-col
style=
"display: flex;justify-content: left;margin:
8px 0 0 148
px"
>
<el-button
class=
"queryBtn"
@
click=
"submit"
>
提 交
</el-button>
</el-col>
</el-row>
...
...
@@ -133,8 +133,9 @@ export default {
}
.title-paragraph
{
margin
:
20px
0
20px
15px
;
border-left
:
5px
solid
#5FB54B
;
margin
:
20px
0
30px
20px
;
border-left
:
3px
solid
#5FB54B
;
border-bottom
:
24px
;
.title-text
{
font-size
:
16px
;
...
...
src/views/document-management/user-protocol/user-protocol.vue
View file @
e49dcf54
...
...
@@ -19,7 +19,7 @@
</el-row>
</el-form>
<el-row
v-show=
"isEdit"
>
<el-col
style=
"display: flex;justify-content: left;margin:
20px 0 0 135
px"
>
<el-col
style=
"display: flex;justify-content: left;margin:
8px 0 0 148
px"
>
<el-button
class=
"queryBtn"
@
click=
"submit"
>
提 交
</el-button>
</el-col>
</el-row>
...
...
@@ -132,8 +132,9 @@ export default {
}
.title-paragraph
{
margin
:
20px
0
20px
15px
;
border-left
:
5px
solid
#5FB54B
;
margin
:
20px
0
30px
20px
;
border-left
:
3px
solid
#5FB54B
;
border-bottom
:
24px
;
.title-text
{
font-size
:
16px
;
...
...
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