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
e5cad0bb
Commit
e5cad0bb
authored
Dec 03, 2022
by
张伯涛
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
0d83bedd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
index.vue
ruoyi-ui/src/views/system/wzzry/index.vue
+3
-3
No files found.
ruoyi-ui/src/views/system/wzzry/index.vue
View file @
e5cad0bb
...
...
@@ -212,7 +212,7 @@
/>
<!-- 添加或修改危重症人员对话框 -->
<el-dialog
:title=
"title"
:visible
.
sync=
"open"
width=
"800px"
append-to-body
>
<el-dialog
:
close-on-click-modal=
"false"
:
title=
"title"
:visible
.
sync=
"open"
width=
"800px"
append-to-body
>
<el-form
:disabled=
"title ==='查看危重症人员'"
ref=
"form"
v-loading=
"formLoading"
:model=
"form"
:rules=
"rules"
label-width=
"auto"
>
<el-row>
<el-col
:span=
"12"
>
...
...
@@ -344,7 +344,7 @@
</el-form-item>
</el-col>
</el-row>
<el-row>
<el-row
v-if=
"form.userStyle === '1'"
>
<el-col
:span=
"12"
>
<el-form-item
label=
"基础病情况"
prop=
"basicDisease"
>
<el-select
v-model=
"form.basicDisease"
multiple
placeholder=
"请选择基础病情况"
clearable
>
...
...
@@ -376,7 +376,7 @@
</el-select>
</el-form-item>
</el-col>
<el-col
:span=
"12"
>
<el-col
v-if=
"form.userStyle !== '2'"
:span=
"12"
>
<el-form-item
label=
"生活能否自理"
prop=
"isSelf"
>
<el-radio-group
v-model=
"form.isSelf"
>
<el-radio
:label=
"'0'"
>
能自理
</el-radio>
...
...
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