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
00a09680
Commit
00a09680
authored
Dec 03, 2022
by
张伯涛
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
98aa0813
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
9 deletions
+12
-9
index.vue
ruoyi-ui/src/views/system/wzzry/index.vue
+12
-9
No files found.
ruoyi-ui/src/views/system/wzzry/index.vue
View file @
00a09680
...
@@ -144,7 +144,7 @@
...
@@ -144,7 +144,7 @@
<dict-tag
:options=
"dict.type.user_style"
:value=
"scope.row.userStyle"
/>
<dict-tag
:options=
"dict.type.user_style"
:value=
"scope.row.userStyle"
/>
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
label=
"其他情况"
align=
"center"
prop=
"otherSituation"
width=
"120"
:show-overflow-tooltip=
"true"
/>
<el-table-column
label=
"其他
严重基础病
情况"
align=
"center"
prop=
"otherSituation"
width=
"120"
:show-overflow-tooltip=
"true"
/>
<!-- <el-table-column label="住址" align="center" prop="address" width="100" :show-overflow-tooltip="true" />-->
<!-- <el-table-column label="住址" align="center" prop="address" width="100" :show-overflow-tooltip="true" />-->
<el-table-column
label=
"基础病情况"
align=
"center"
prop=
"basicDiseaseName"
width=
"100"
:show-overflow-tooltip=
"true"
>
<el-table-column
label=
"基础病情况"
align=
"center"
prop=
"basicDiseaseName"
width=
"100"
:show-overflow-tooltip=
"true"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
...
@@ -339,7 +339,7 @@
...
@@ -339,7 +339,7 @@
</el-form-item>
</el-form-item>
</el-col>
</el-col>
<el-col
v-if=
"form.userStyle === '6'"
:span=
"12"
>
<el-col
v-if=
"form.userStyle === '6'"
:span=
"12"
>
<el-form-item
label=
"其他情况"
prop=
"otherSituation"
>
<el-form-item
label=
"其他
严重基础病
情况"
prop=
"otherSituation"
>
<el-input
v-model=
"form.otherSituation"
maxlength=
"30"
show-word-limit
placeholder=
"请输入其他情况"
/>
<el-input
v-model=
"form.otherSituation"
maxlength=
"30"
show-word-limit
placeholder=
"请输入其他情况"
/>
</el-form-item>
</el-form-item>
</el-col>
</el-col>
...
@@ -503,13 +503,13 @@ export default {
...
@@ -503,13 +503,13 @@ export default {
{
name
:
"太行街道"
,
code
:
"2"
,
parent
:
"1"
},
{
name
:
"太行街道"
,
code
:
"2"
,
parent
:
"1"
},
{
name
:
"宋营镇"
,
code
:
"3"
,
parent
:
"1"
},
{
name
:
"宋营镇"
,
code
:
"3"
,
parent
:
"1"
},
{
name
:
"郄马镇"
,
code
:
"4"
,
parent
:
"1"
},
{
name
:
"郄马镇"
,
code
:
"4"
,
parent
:
"1"
},
{
name
:
"工地"
,
code
:
"5"
,
parent
:
"1"
},
//
{ name: "工地",code: "5",parent: "1" },
{
name
:
"企业"
,
code
:
"6"
,
parent
:
"1"
},
//
{ name: "企业",code: "6",parent: "1" },
{
name
:
"其他"
,
code
:
"7"
,
parent
:
"1"
},
//
{ name: "其他",code: "7",parent: "1" },
{
name
:
"公安"
,
code
:
"8"
,
parent
:
"1"
},
//
{ name: "公安",code: "8",parent: "1" },
{
name
:
"学校"
,
code
:
"9"
,
parent
:
"1"
},
//
{ name: "学校",code: "9",parent: "1" },
{
name
:
"市场"
,
code
:
"10"
,
parent
:
"1"
},
//
{ name: "市场",code: "10",parent: "1" },
{
name
:
"机关"
,
code
:
"11"
,
parent
:
"1"
}
//
{ name: "机关",code: "11",parent: "1" }
],
],
ju
:
[],
ju
:
[],
...
@@ -761,6 +761,9 @@ export default {
...
@@ -761,6 +761,9 @@ export default {
isSelf
:
[
isSelf
:
[
{
required
:
true
,
message
:
"请选择生活能否自理"
,
trigger
:
"change"
}
{
required
:
true
,
message
:
"请选择生活能否自理"
,
trigger
:
"change"
}
],
],
isCare
:
[
{
required
:
true
,
message
:
"请选择是否有人照顾"
,
trigger
:
"change"
}
],
hospital
:
[
hospital
:
[
{
required
:
true
,
message
:
"请选择经常就诊医院"
,
trigger
:
"change"
}
{
required
:
true
,
message
:
"请选择经常就诊医院"
,
trigger
:
"change"
}
],
],
...
...
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