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
35731ffd
Commit
35731ffd
authored
Feb 14, 2023
by
miaojiale
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1.修改筛查查询字段
2.医联体内外不一致
parent
d8c62966
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
6 deletions
+6
-6
FormItemSelf.vue
src/components/FormComponents/CustomForm/FormItemSelf.vue
+1
-1
FormItemText.vue
src/components/FormComponents/CustomForm/FormItemText.vue
+1
-1
index.vue
src/views/screening/index.vue
+4
-4
No files found.
src/components/FormComponents/CustomForm/FormItemSelf.vue
View file @
35731ffd
...
...
@@ -223,7 +223,7 @@
v-for=
"(opt, optIndex) in unionList"
:key=
"optIndex"
:label=
"opt.unionName"
:value=
"opt.
unionNo
"
:value=
"opt.
id
"
></el-option>
</
template
>
<
template
v-else
>
...
...
src/components/FormComponents/CustomForm/FormItemText.vue
View file @
35731ffd
...
...
@@ -80,7 +80,7 @@ export default {
if
(
v
.
length
>
0
&&
this
.
form
[
this
.
item
.
prop
])
{
// console.log("获取到了医联体列表", this.form[this.item.prop])
this
.
unionName
=
v
.
filter
(
(
e
)
=>
e
.
unionNo
==
this
.
form
[
this
.
item
.
prop
]
(
e
)
=>
e
.
id
==
this
.
form
[
this
.
item
.
prop
]
)[
0
].
unionName
}
},
...
...
src/views/screening/index.vue
View file @
35731ffd
...
...
@@ -60,7 +60,7 @@ export default {
{
type
:
"
date
"
,
label
:
"
筛查时间
"
,
prop
:
"
create
Tim
e
"
,
prop
:
"
create
Dat
e
"
,
placeholder
:
"
请选择时间
"
,
valueFormat
:
"
yyyy-MM-dd
"
,
},
...
...
@@ -80,9 +80,9 @@ export default {
type
:
"
select
"
,
prop
:
"
riskRank
"
,
opts
:
[
{
label
:
"
低危
"
,
value
:
"
c
"
},
{
label
:
"
中危
"
,
value
:
"
b
"
},
{
label
:
"
高危
"
,
value
:
"
a
"
},
{
label
:
"
低危
"
,
value
:
"
low
"
},
{
label
:
"
中危
"
,
value
:
"
medium
"
},
{
label
:
"
高危
"
,
value
:
"
high
"
},
],
},
{
...
...
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