Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
data_management_system
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
张伯涛
data_management_system
Commits
1a152772
Commit
1a152772
authored
Dec 03, 2022
by
张伯涛
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
加字段
parent
284af7fd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
32 additions
and
17 deletions
+32
-17
index.vue
ruoyi-ui/src/views/system/yxry/index.vue
+32
-17
No files found.
ruoyi-ui/src/views/system/yxry/index.vue
View file @
1a152772
...
...
@@ -273,6 +273,11 @@
<
span
>
{{
scope
.
row
.
isYin
===
'0'
?
'阴'
:
scope
.
row
.
isYin
===
'1'
?
'否'
:
''
}}
<
/span
>
<
/template
>
<
/el-table-column
>
<
el
-
table
-
column
label
=
"是否可解除隔离"
align
=
"center"
prop
=
"isDeisolation"
width
=
"130"
:
show
-
overflow
-
tooltip
=
"true"
>
<
template
slot
-
scope
=
"scope"
>
<
span
>
{{
scope
.
row
.
isDeisolation
===
'0'
?
'是'
:
scope
.
row
.
isDeisolation
===
'1'
?
'否'
:
''
}}
<
/span
>
<
/template
>
<
/el-table-column
>
<
el
-
table
-
column
label
=
"隔离位置"
align
=
"center"
prop
=
"glPlace"
width
=
"100"
:
show
-
overflow
-
tooltip
=
"true"
/>
<
el
-
table
-
column
label
=
"所在方舱"
align
=
"center"
prop
=
"fcName"
width
=
"100"
:
show
-
overflow
-
tooltip
=
"true"
/>
<
el
-
table
-
column
label
=
"所在隔离点"
align
=
"center"
prop
=
"glName"
width
=
"100"
:
show
-
overflow
-
tooltip
=
"true"
/>
...
...
@@ -522,25 +527,33 @@
<
/el-radio-group
>
<
/el-form-item
>
<
/el-col
>
<
el
-
col
v
-
if
=
"title ==='查看阳性人员'"
:
span
=
"12"
>
<
el
-
form
-
item
label
=
"是否可解除隔离"
prop
=
"isDeisolation"
>
<
el
-
radio
-
group
v
-
model
=
"form.isDeisolation"
>
<
el
-
radio
:
label
=
"'0'"
>
是
<
/el-radio
>
<
el
-
radio
:
label
=
"'1'"
>
否
<
/el-radio
>
<
/el-radio-group
>
<
/el-form-item
>
<
/el-col
>
<
/el-row
>
<
el
-
row
>
<
el
-
col
:
span
=
"12"
>
<
el
-
form
-
item
label
=
"患者隔离位置"
prop
=
"glPlace"
>
<
el
-
input
disabled
v
-
model
=
"form.glPlace"
placeholder
=
"请选择患者隔离位置"
/>
<
/el-form-item
>
<
/el-col
>
<
/el-row
>
<
el
-
row
>
<
el
-
col
:
span
=
"12"
>
<
el
-
form
-
item
label
=
"所在方舱"
prop
=
"fcName"
>
<
el
-
input
disabled
v
-
model
=
"form.fcName"
placeholder
=
"请输入所在方舱"
/>
<
/el-form-item
>
<
/el-col
>
<
/el-row
>
<
el
-
row
>
<
el
-
col
:
span
=
"12"
>
<
el
-
form
-
item
label
=
"所在隔离点"
prop
=
"glName"
>
<
el
-
input
disabled
v
-
model
=
"form.glName"
placeholder
=
"请输入所在隔离点"
/>
<
/el-form-item
>
<
/el-col
>
<
/el-row
>
<
el
-
row
>
<
el
-
col
:
span
=
"12"
>
<
el
-
form
-
item
label
=
"是否已管控"
prop
=
"isControl"
>
<
el
-
radio
-
group
v
-
model
=
"form.isControl"
>
...
...
@@ -552,6 +565,8 @@
<
/el-radio-group
>
<
/el-form-item
>
<
/el-col
>
<
/el-row
>
<
el
-
row
>
<
el
-
col
:
span
=
"12"
>
<
el
-
form
-
item
label
=
"是否符合居家隔离"
prop
=
"isHome"
>
<
el
-
radio
-
group
v
-
model
=
"form.isHome"
>
...
...
@@ -560,13 +575,13 @@
<
/el-radio-group
>
<
/el-form-item
>
<
/el-col
>
<
/el-row
>
<
el
-
row
>
<
el
-
col
:
span
=
"12"
>
<
el
-
form
-
item
label
=
"转运状态"
prop
=
"hasAcid"
>
<
el
-
input
v
-
model
=
"form.hasAcid"
maxlength
=
"30"
show
-
word
-
limit
placeholder
=
"请输入转运状态"
/>
<
/el-form-item
>
<
/el-col
>
<
/el-row
>
<
el
-
row
>
<
el
-
col
:
span
=
"12"
>
<
el
-
form
-
item
label
=
"转运时间"
prop
=
"zyTime"
>
<
el
-
date
-
picker
clearable
...
...
@@ -582,17 +597,17 @@
<
/el-col
>
<
/el-row
>
<
el
-
row
>
<
el
-
col
:
span
=
"24"
>
<
el
-
form
-
item
label
=
"备注"
prop
=
"remark"
>
<
el
-
input
type
=
"textarea"
:
rows
=
"3"
maxlength
=
"200"
show
-
word
-
limit
v
-
model
=
"form.remark"
placeholder
=
"请输入备注"
/>
<
/el-form-item
>
<
/el-col
>
<
el
-
col
:
span
=
"24"
>
<
el
-
form
-
item
label
=
"备注"
prop
=
"remark"
>
<
el
-
input
type
=
"textarea"
:
rows
=
"3"
maxlength
=
"200"
show
-
word
-
limit
v
-
model
=
"form.remark"
placeholder
=
"请输入备注"
/>
<
/el-form-item
>
<
/el-col
>
<
/el-row
>
<
/el-form
>
<
div
slot
=
"footer"
class
=
"dialog-footer"
>
...
...
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