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
47808ed5
Commit
47808ed5
authored
Dec 02, 2022
by
zhuangxinwei
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/master' into master
parents
3a28c4fd
b930dd2c
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
64 additions
and
46 deletions
+64
-46
index.vue
ruoyi-ui/src/views/system/hscj/index.vue
+9
-13
index.vue
ruoyi-ui/src/views/system/yxry/index.vue
+55
-33
No files found.
ruoyi-ui/src/views/system/hscj/index.vue
View file @
47808ed5
...
...
@@ -268,7 +268,14 @@
@
selection-change=
"handleSelectionChange"
>
<el-table-column
type=
"selection"
width=
"55"
align=
"center"
/>
<el-table-column
label=
"编号"
align=
"center"
prop=
"id"
width=
"100"
:show-overflow-tooltip=
"true"
/>
<el-table-column
label=
"省"
align=
"center"
prop=
"province"
width=
"100"
:show-overflow-tooltip=
"true"
/>
<el-table-column
label=
"市"
align=
"center"
prop=
"city"
width=
"100"
:show-overflow-tooltip=
"true"
/>
<el-table-column
label=
"采集地点"
align=
"center"
prop=
"cjPlace"
width=
"100"
:show-overflow-tooltip=
"true"
/>
<el-table-column
label=
"箱号"
align=
"center"
prop=
"boxhao"
width=
"100"
:show-overflow-tooltip=
"true"
/>
<el-table-column
label=
"采集管号"
align=
"center"
prop=
"cjgh"
width=
"140"
:show-overflow-tooltip=
"true"
/>
<el-table-column
label=
"姓名"
align=
"center"
prop=
"userName"
width=
"100"
:show-overflow-tooltip=
"true"
/>
<el-table-column
label=
"身份证号码"
align=
"center"
prop=
"cardNo"
width=
"180"
:show-overflow-tooltip=
"true"
/>
<el-table-column
label=
"联系方式"
align=
"center"
prop=
"phone"
width=
"120"
:show-overflow-tooltip=
"true"
/>
<el-table-column
label=
"居住地所在区"
align=
"center"
prop=
"area"
width=
"140"
:show-overflow-tooltip=
"true"
>
<template
slot-scope=
"scope"
>
<dict-tag
:options=
"dict.type.residential_area"
:value=
"scope.row.area"
/>
...
...
@@ -285,19 +292,15 @@
</
template
>
</el-table-column>
<el-table-column
label=
"小区/村名称"
align=
"center"
prop=
"communityName"
width=
"120"
:show-overflow-tooltip=
"true"
/>
<el-table-column
label=
"采集地点"
align=
"center"
prop=
"cjPlace"
width=
"100"
:show-overflow-tooltip=
"true"
/>
<el-table-column
label=
"采集管号"
align=
"center"
prop=
"cjgh"
width=
"140"
:show-overflow-tooltip=
"true"
/>
<el-table-column
label=
"姓名"
align=
"center"
prop=
"userName"
width=
"100"
:show-overflow-tooltip=
"true"
/>
<el-table-column
label=
"身份证号码"
align=
"center"
prop=
"cardNo"
width=
"180"
:show-overflow-tooltip=
"true"
/>
<el-table-column
label=
"联系方式"
align=
"center"
prop=
"phone"
width=
"120"
:show-overflow-tooltip=
"true"
/>
<el-table-column
label=
"住址"
align=
"center"
prop=
"address"
width=
"120"
:show-overflow-tooltip=
"true"
/>
<el-table-column
label=
"性别"
align=
"center"
prop=
"sex"
width=
"100"
:show-overflow-tooltip=
"true"
>
<
template
slot-scope=
"scope"
>
<dict-tag
:options=
"dict.type.sys_user_sex"
:value=
"scope.row.sex"
/>
</
template
>
</el-table-column>
<el-table-column
label=
"住址"
align=
"center"
prop=
"address"
width=
"120"
:show-overflow-tooltip=
"true"
/>
<el-table-column
label=
"年龄"
align=
"center"
prop=
"age"
width=
"100"
:show-overflow-tooltip=
"true"
/>
<el-table-column
label=
"类别"
align=
"center"
prop=
"category"
width=
"100"
:show-overflow-tooltip=
"true"
/>
<el-table-column
label=
"人员关系"
align=
"center"
prop=
"rygx"
width=
"100"
:show-overflow-tooltip=
"true"
/>
<el-table-column
label=
"采集时间"
align=
"center"
prop=
"cjTime"
width=
"100"
:show-overflow-tooltip=
"true"
>
<
template
slot-scope=
"scope"
>
<span>
{{
parseTime
(
scope
.
row
.
cjTime
)
?
parseTime
(
scope
.
row
.
cjTime
).
substring
(
0
,
10
)
:
''
}}
</span>
...
...
@@ -312,13 +315,6 @@
<span>
{{
parseTime
(
scope
.
row
.
jcTime
)
?
parseTime
(
scope
.
row
.
jcTime
).
substring
(
0
,
10
)
:
''
}}
</span>
</
template
>
</el-table-column>
<el-table-column
label=
"人员关系"
align=
"center"
prop=
"rygx"
width=
"100"
:show-overflow-tooltip=
"true"
/>
<el-table-column
label=
"箱号"
align=
"center"
prop=
"boxhao"
width=
"100"
:show-overflow-tooltip=
"true"
/>
<!-- <el-table-column label="状态" align="center" prop="status">-->
<!-- <template slot-scope="scope">-->
<!-- <dict-tag :options="dict.type.sys_normal_disable" :value="scope.row.status"/>-->
<!-- </template>-->
<!-- </el-table-column>-->
<el-table-column
label=
"备注"
align=
"center"
prop=
"remark"
width=
"100"
:show-overflow-tooltip=
"true"
/>
<el-table-column
label=
"操作"
align=
"center"
class-name=
"small-padding fixed-width"
width=
"160"
>
<
template
slot-scope=
"scope"
>
...
...
ruoyi-ui/src/views/system/yxry/index.vue
View file @
47808ed5
This diff is collapsed.
Click to expand it.
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