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
53a61daf
Commit
53a61daf
authored
Nov 30, 2022
by
zhuangxinwei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
隔离点是否阳性
parent
9f68c53d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
2 deletions
+6
-2
index.vue
ruoyi-ui/src/views/system/gldry/index.vue
+6
-2
No files found.
ruoyi-ui/src/views/system/gldry/index.vue
View file @
53a61daf
...
...
@@ -205,7 +205,11 @@
<el-table-column
label=
"居住人姓名"
width=
"120"
align=
"center"
prop=
"jzName"
:show-overflow-tooltip=
"true"
/>
<el-table-column
label=
"身份证号码"
width=
"200"
align=
"center"
prop=
"cardNo"
:show-overflow-tooltip=
"true"
/>
<el-table-column
label=
"联系方式"
width=
"120"
align=
"center"
prop=
"phone"
:show-overflow-tooltip=
"true"
/>
<el-table-column
label=
"是否阳性"
width=
"100"
align=
"center"
prop=
"isYx"
:show-overflow-tooltip=
"true"
/>
<el-table-column
label=
"是否阳性"
width=
"100"
align=
"center"
prop=
"isYx"
:show-overflow-tooltip=
"true"
>
<
template
slot-scope=
"scope"
>
<dict-tag
:options=
"dict.type.is_yx"
:value=
"scope.row.isYx"
/>
</
template
>
</el-table-column>
<el-table-column
label=
"居住地所在区"
width=
"180"
align=
"center"
prop=
"area"
:show-overflow-tooltip=
"true"
>
<
template
slot-scope=
"scope"
>
<dict-tag
:options=
"dict.type.residential_area"
:value=
"scope.row.area"
/>
...
...
@@ -518,7 +522,7 @@ import { importTemplate, importExcel } from "@/api/system/gldry";
import
moment
from
"moment"
;
export
default
{
name
:
"Gldry"
,
dicts
:
[
'street_town'
,
'residential_area'
,
'sys_normal_disable'
,
'isolation_point'
,
'community'
,
'committee'
],
dicts
:
[
'street_town'
,
'residential_area'
,
'sys_normal_disable'
,
'isolation_point'
,
'community'
,
'committee'
,
'is_yx'
],
data
()
{
var
validateStartTime
=
(
rule
,
value
,
callback
)
=>
{
if
(
value
===
undefined
||
value
===
''
||
value
===
null
)
{
...
...
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