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
3a28c4fd
Commit
3a28c4fd
authored
Dec 02, 2022
by
zhuangxinwei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改表格字段显示位置
parent
45c64395
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
22 additions
and
7 deletions
+22
-7
index.vue
ruoyi-ui/src/views/system/fcry/index.vue
+11
-1
index.vue
ruoyi-ui/src/views/system/fkqk/index.vue
+6
-6
index.vue
ruoyi-ui/src/views/system/gldry/index.vue
+5
-0
No files found.
ruoyi-ui/src/views/system/fcry/index.vue
View file @
3a28c4fd
...
...
@@ -247,6 +247,16 @@
<span>
{{
parseTime
(
scope
.
row
.
zrTime
)
?
parseTime
(
scope
.
row
.
zrTime
).
substring
(
0
,
10
)
:
'-'
}}
</span>
</
template
>
</el-table-column>
<el-table-column
label=
"从其他方舱转来时间"
align=
"center"
prop=
"otherFcTime"
width=
"180"
:show-overflow-tooltip=
"true"
>
<
template
slot-scope=
"scope"
>
<span>
{{
parseTime
(
scope
.
row
.
otherFcTime
)
?
parseTime
(
scope
.
row
.
otherFcTime
).
substring
(
0
,
10
)
:
'-'
}}
</span>
</
template
>
</el-table-column>
<el-table-column
label=
"从其他隔离点转来时间"
align=
"center"
prop=
"otherGldTime"
width=
"180"
:show-overflow-tooltip=
"true"
>
<
template
slot-scope=
"scope"
>
<span>
{{
parseTime
(
scope
.
row
.
otherGldTime
)
?
parseTime
(
scope
.
row
.
otherGldTime
).
substring
(
0
,
10
)
:
'-'
}}
</span>
</
template
>
</el-table-column>
<el-table-column
label=
"转出时间"
align=
"center"
prop=
"zcTime"
width=
"180"
:show-overflow-tooltip=
"true"
>
<
template
slot-scope=
"scope"
>
<span>
{{
parseTime
(
scope
.
row
.
zcTime
)
?
parseTime
(
scope
.
row
.
zcTime
).
substring
(
0
,
10
)
:
'-'
}}
</span>
...
...
@@ -476,7 +486,7 @@
</el-form-item>
</el-col>
<el-col
:span=
"12"
>
<el-form-item
label=
"从其他隔离点转来时间"
prop=
"
zrT
me"
>
<el-form-item
label=
"从其他隔离点转来时间"
prop=
"
otherGldTi
me"
>
<el-date-picker
clearable
v-model=
"form.otherGldTime"
type=
"date"
...
...
ruoyi-ui/src/views/system/fkqk/index.vue
View file @
3a28c4fd
...
...
@@ -127,14 +127,14 @@
<el-table
v-loading=
"loading"
:data=
"fkqkList"
@
selection-change=
"handleSelectionChange"
border
>
<el-table-column
type=
"selection"
width=
"55"
align=
"center"
/>
<el-table-column
label=
"编号"
align=
"center"
prop=
"id"
/>
<el-table-column
label=
"
街道/镇名称"
width=
"140"
align=
"center"
prop=
"street
"
:show-overflow-tooltip=
"true"
>
<el-table-column
label=
"
所在区"
width=
"140"
align=
"center"
prop=
"area
"
:show-overflow-tooltip=
"true"
>
<template
slot-scope=
"scope"
>
<dict-tag
:options=
"dict.type.
street_town"
:value=
"scope.row.street
"
/>
<dict-tag
:options=
"dict.type.
residential_area"
:value=
"scope.row.area
"
/>
</
template
>
</el-table-column>
<el-table-column
label=
"
小区名称"
width=
"140"
align=
"center"
prop=
"community
"
:show-overflow-tooltip=
"true"
>
<el-table-column
label=
"
街道/镇名称"
width=
"140"
align=
"center"
prop=
"street
"
:show-overflow-tooltip=
"true"
>
<
template
slot-scope=
"scope"
>
<dict-tag
:options=
"dict.type.
community"
:value=
"scope.row.community
"
/>
<dict-tag
:options=
"dict.type.
street_town"
:value=
"scope.row.street
"
/>
</
template
>
</el-table-column>
<el-table-column
label=
"居委会"
width=
"140"
align=
"center"
prop=
"committee"
:show-overflow-tooltip=
"true"
>
...
...
@@ -142,9 +142,9 @@
<dict-tag
:options=
"dict.type.committee"
:value=
"scope.row.committee"
/>
</
template
>
</el-table-column>
<el-table-column
label=
"
所在区"
width=
"140"
align=
"center"
prop=
"area
"
:show-overflow-tooltip=
"true"
>
<el-table-column
label=
"
小区名称"
width=
"140"
align=
"center"
prop=
"community
"
:show-overflow-tooltip=
"true"
>
<
template
slot-scope=
"scope"
>
<dict-tag
:options=
"dict.type.
residential_area"
:value=
"scope.row.area
"
/>
<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"
>
...
...
ruoyi-ui/src/views/system/gldry/index.vue
View file @
3a28c4fd
...
...
@@ -235,6 +235,11 @@
<span>
{{
parseTime
(
scope
.
row
.
zrTime
)
?
parseTime
(
scope
.
row
.
zrTime
).
substring
(
0
,
10
)
:
''
}}
</span>
</
template
>
</el-table-column>
<el-table-column
label=
"从其他隔离点转来时间"
align=
"center"
prop=
"otherZrTime"
width=
"180"
:show-overflow-tooltip=
"true"
>
<
template
slot-scope=
"scope"
>
<span>
{{
parseTime
(
scope
.
row
.
otherZrTime
)
?
parseTime
(
scope
.
row
.
otherZrTime
).
substring
(
0
,
10
)
:
''
}}
</span>
</
template
>
</el-table-column>
<el-table-column
label=
"转出时间"
align=
"center"
prop=
"zcTime"
width=
"180"
:show-overflow-tooltip=
"true"
>
<
template
slot-scope=
"scope"
>
<span>
{{
parseTime
(
scope
.
row
.
zcTime
)
?
parseTime
(
scope
.
row
.
zcTime
).
substring
(
0
,
10
)
:
''
}}
</span>
...
...
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