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
c53f3f55
Commit
c53f3f55
authored
Dec 02, 2022
by
刘予佳
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
随访存活样式
parent
93b539cf
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
63 additions
and
3 deletions
+63
-3
index.vue
src/views/followupentry/index.vue
+4
-2
index.vue
src/views/followupresearch/index.vue
+1
-0
ConfigForms.vue
src/views/screening/components/ConfigForms.vue
+58
-1
No files found.
src/views/followupentry/index.vue
View file @
c53f3f55
<
template
>
<
template
>
<ConfigForms
form-type=
"2"
></ConfigForms>
<!-- 随访调查录入 -->
<ConfigForms
form-type=
"2"
formClass=
"follow-form"
></ConfigForms>
</
template
>
</
template
>
<
script
>
<
script
>
...
@@ -17,4 +18,5 @@ export default {
...
@@ -17,4 +18,5 @@ export default {
}
}
</
script
>
</
script
>
<
style
lang=
"scss"
scoped
></
style
>
<
style
lang=
"scss"
>
</
style
>
src/views/followupresearch/index.vue
View file @
c53f3f55
<
template
>
<
template
>
<!-- 随访调查 -->
<div
class=
"screeningSearch"
>
<div
class=
"screeningSearch"
>
<div
class=
"top"
>
<div
class=
"top"
>
<form-components
:forms=
"formList"
></form-components>
<form-components
:forms=
"formList"
></form-components>
...
...
src/views/screening/components/ConfigForms.vue
View file @
c53f3f55
<
template
>
<
template
>
<div
id=
"publicContent"
>
<div
id=
"publicContent"
:class=
"formClass"
>
<el-tabs
<el-tabs
v-model=
"activeName"
v-model=
"activeName"
type=
"card"
type=
"card"
...
@@ -46,6 +46,7 @@ export default {
...
@@ -46,6 +46,7 @@ export default {
disabled
:
Boolean
,
disabled
:
Boolean
,
formType
:
String
,
formType
:
String
,
patientId
:
String
,
patientId
:
String
,
formClass
:
String
,
},
},
data
()
{
data
()
{
return
{}
return
{}
...
@@ -88,4 +89,60 @@ export default {
...
@@ -88,4 +89,60 @@ export default {
color
:
#fff
;
color
:
#fff
;
}
}
}
}
.my-form
{
overflow-x
:
scroll
;
}
.follow-form
{
.publicTab
{
margin-bottom
:
10px
;
::v-deep
{
.el-collapse-item__header
{
border-width
:
1px
0px
0px
;
}
.row24
{
border-top
:
1px
solid
#cccccc
;
}
.custom-form-item
{
border-width
:
1px
0px
0px
;
}
.el-collapse-item
{
margin-bottom
:
20px
;
border-radius
:
4px
;
overflow
:
hidden
;
border
:
1px
solid
#cccccc
;
}
.el-collapse-item__wrap
{
border
:
none
;
}
.el-collapse-item
:nth-child
(
1
)
{
border
:
1px
solid
#cccccc
;
}
// .custom-form-item:last-child {
// border: none;
// }
// .row24.el-col-lg-12:nth-child(2n) {
// border-width: 0px 0px 0px 1px;
// }
.el-form-item
{
.el-form-item__label
{
text-align
:
left
;
background
:
#fafafa
;
font-size
:
14px
;
color
:
#333333
;
border-right
:
1px
solid
#cccccc
;
width
:
80px
!
important
;
padding
:
18px
10px
;
margin-right
:
20px
;
text-align
:
center
;
}
}
.el-form-item
{
padding
:
0px
;
}
.el-col
{
// border-top: 1px solid #cccccc;
}
}
}
}
</
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