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
10995709
Commit
10995709
authored
Dec 02, 2022
by
张伯涛
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
756b30b3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
8 deletions
+9
-8
index.vue
ruoyi-ui/src/views/system/fkqk/index.vue
+9
-8
No files found.
ruoyi-ui/src/views/system/fkqk/index.vue
View file @
10995709
...
@@ -132,6 +132,11 @@
...
@@ -132,6 +132,11 @@
<dict-tag
:options=
"dict.type.residential_area"
:value=
"scope.row.area"
/>
<dict-tag
:options=
"dict.type.residential_area"
:value=
"scope.row.area"
/>
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
label=
"小区名称"
width=
"140"
align=
"center"
prop=
"community"
:show-overflow-tooltip=
"true"
>
<
template
slot-scope=
"scope"
>
<dict-tag
:options=
"dict.type.community"
:value=
"scope.row.community"
/>
</
template
>
</el-table-column>
<el-table-column
label=
"街道/镇名称"
width=
"140"
align=
"center"
prop=
"street"
:show-overflow-tooltip=
"true"
>
<el-table-column
label=
"街道/镇名称"
width=
"140"
align=
"center"
prop=
"street"
:show-overflow-tooltip=
"true"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
<dict-tag
:options=
"dict.type.street_town"
:value=
"scope.row.street"
/>
<dict-tag
:options=
"dict.type.street_town"
:value=
"scope.row.street"
/>
...
@@ -142,24 +147,20 @@
...
@@ -142,24 +147,20 @@
<dict-tag
:options=
"dict.type.committee"
:value=
"scope.row.committee"
/>
<dict-tag
:options=
"dict.type.committee"
:value=
"scope.row.committee"
/>
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
label=
"小区名称"
width=
"140"
align=
"center"
prop=
"community"
:show-overflow-tooltip=
"true"
>
<
template
slot-scope=
"scope"
>
<dict-tag
:options=
"dict.type.community"
:value=
"scope.row.community"
/>
</
template
>
</el-table-column>
<el-table-column
label=
"楼号"
align=
"center"
prop=
"floor"
:show-overflow-tooltip=
"true"
>
<el-table-column
label=
"楼号"
align=
"center"
prop=
"floor"
:show-overflow-tooltip=
"true"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
<span>
{{
scope
.
row
.
floor
?
scope
.
row
.
floor
:
'
-
'
}}
</span>
<span>
{{
scope
.
row
.
floor
?
scope
.
row
.
floor
:
''
}}
</span>
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
label=
"单元号"
align=
"center"
prop=
"unit"
:show-overflow-tooltip=
"true"
>
<el-table-column
label=
"单元号"
align=
"center"
prop=
"unit"
:show-overflow-tooltip=
"true"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
<span>
{{
scope
.
row
.
unit
?
scope
.
row
.
unit
:
'
-
'
}}
</span>
<span>
{{
scope
.
row
.
unit
?
scope
.
row
.
unit
:
''
}}
</span>
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
label=
"楼层"
align=
"center"
prop=
"level"
width=
"100"
:show-overflow-tooltip=
"true"
/>
<el-table-column
label=
"封控明细"
align=
"center"
prop=
"fkDetailed"
width=
"120"
:show-overflow-tooltip=
"true"
>
<el-table-column
label=
"封控明细"
align=
"center"
prop=
"fkDetailed"
width=
"120"
:show-overflow-tooltip=
"true"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
<span>
{{
scope
.
row
.
fkDetailed
?
scope
.
row
.
fkDetailed
:
'
-
'
}}
</span>
<span>
{{
scope
.
row
.
fkDetailed
?
scope
.
row
.
fkDetailed
:
''
}}
</span>
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
label=
"涉及封控户数"
align=
"center"
prop=
"fkHs"
width=
"120"
:show-overflow-tooltip=
"true"
/>
<el-table-column
label=
"涉及封控户数"
align=
"center"
prop=
"fkHs"
width=
"120"
:show-overflow-tooltip=
"true"
/>
...
...
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