Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
王刘锁
/
jianlin-tms-view
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
38e8c73b
authored
Sep 02, 2022
by
郑艺斌
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
fix: 站点配置合并单元格
parent
c9c39049
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/views/modules/siteAdmin/siteConfig/index.vue
src/views/modules/siteAdmin/siteConfig/index.vue
View file @
38e8c73b
...
...
@@ -167,7 +167,7 @@ export default {
methods
:
{
// 合并表格
mergeRowMethod
({
row
,
_rowIndex
,
column
,
visibleData
})
{
const
fields
=
[
'createDate'
,
'company_dictText'
,
'siteType_dictText'
,
'factoryId_dictText'
,
'floorNum'
,
'command'
,
'tempId_dictText'
,
'remark'
,
'status'
,
'updateDate'
]
const
fields
=
[
'createDate'
,
'company_dictText'
,
'siteType_dictText'
,
'
name'
,
'
factoryId_dictText'
,
'floorNum'
,
'command'
,
'tempId_dictText'
,
'remark'
,
'status'
,
'updateDate'
]
const
cellValue
=
row
[
column
.
property
]
if
(
cellValue
&&
fields
.
includes
(
column
.
property
))
{
const
prevRow
=
visibleData
[
_rowIndex
-
1
]
// 获取列表上一条数据
...
...
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