Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
agcs2.0-web
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
liang
agcs2.0-web
Commits
348fd501
Commit
348fd501
authored
Dec 07, 2022
by
miaojiale
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
增加右侧列表
parent
824c14a3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
47 additions
and
1 deletion
+47
-1
index.vue
src/components/FormComponents/CustomForm/index.vue
+1
-0
screenReview.vue
src/views/audit-detail/components/screenReview.vue
+46
-1
No files found.
src/components/FormComponents/CustomForm/index.vue
View file @
348fd501
...
@@ -380,6 +380,7 @@ export default {
...
@@ -380,6 +380,7 @@ export default {
padding-bottom
:
0px
;
padding-bottom
:
0px
;
}
}
.el-collapse-item__header
{
.el-collapse-item__header
{
border-radius
:
4px
;
background
:
#fafafa
;
background
:
#fafafa
;
padding-left
:
20px
;
padding-left
:
20px
;
border
:
1px
solid
#e5e5e5
;
border
:
1px
solid
#e5e5e5
;
...
...
src/views/audit-detail/components/screenReview.vue
View file @
348fd501
...
@@ -37,7 +37,15 @@
...
@@ -37,7 +37,15 @@
class=
"transition-box"
class=
"transition-box"
:class=
"{ hidden: !asideShow }"
:class=
"{ hidden: !asideShow }"
>
>
<div
class=
"side-content"
></div>
<div
class=
"side-content"
>
<ul
class=
"list"
>
<li
v-for=
"(item, index) in screenList"
:key=
"index"
>
<div
class=
"time"
>
{{ item.time }}
</div>
<div
class=
"time"
>
{{ item.code }}
</div>
<div
class=
"time"
>
{{ item.name }}
</div>
</li>
</ul>
</div>
</el-aside>
</el-aside>
</el-container>
</el-container>
</div>
</div>
...
@@ -62,6 +70,18 @@ export default {
...
@@ -62,6 +70,18 @@ export default {
is_continue_follow
:
"
1
"
,
is_continue_follow
:
"
1
"
,
},
},
asideShow
:
true
,
asideShow
:
true
,
screenList
:
[
{
time
:
"
2020-12-12 11:11:11
"
,
code
:
"
UK102
"
,
name
:
"
修改第一次随访计划
"
,
},
],
}
},
provide
()
{
return
{
showIndex
:
true
,
}
}
},
},
computed
:
{
computed
:
{
...
@@ -152,4 +172,29 @@ export default {
...
@@ -152,4 +172,29 @@ export default {
.md-20
{
.md-20
{
margin-bottom
:
20px
;
margin-bottom
:
20px
;
}
}
.el-aside
{
padding
:
20px
0
38
.5px
;
.side-content
{
width
:
100%
;
height
:
100%
;
border
:
1px
solid
#ccc
;
border-radius
:
4px
;
.list
{
li
{
padding
:
20px
30px
;
border-bottom
:
1px
solid
#ccc
;
cursor
:
pointer
;
.time
{
font-size
:
14px
;
margin-bottom
:
8px
;
font-family
:
AlibabaPuHuiTiR
;
text-align
:
left
;
&
:first-child
{
color
:
#4e68ff
;
}
}
}
}
}
}
</
style
>
</
style
>
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