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
0eabfc6b
authored
Sep 20, 2022
by
郑艺斌
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
fix: 修改导出标题名称
parent
d6317fae
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
src/views/modules/equipmentAdmin/equipmentAccount/index.vue
src/views/modules/siteAdmin/siteConfig/index.vue
src/views/modules/equipmentAdmin/equipmentAccount/index.vue
View file @
0eabfc6b
...
@@ -58,8 +58,8 @@
...
@@ -58,8 +58,8 @@
:tree-config=
"
{ transform: true, rowField: 'id', parentField: 'parentId' }" :data="tableData"
:tree-config=
"
{ transform: true, rowField: 'id', parentField: 'parentId' }" :data="tableData"
header-align="center" :column-config="{ width: '130px' }" :export-config="{
header-align="center" :column-config="{ width: '130px' }" :export-config="{
remote: true,
remote: true,
filename: `
用户
数据${moment(new Date()).format('YYYY-MM-DD')}`,
filename: `
设备台账
数据${moment(new Date()).format('YYYY-MM-DD')}`,
sheetName: '
用户
数据',
sheetName: '
设备台账
数据',
exportMethod: exportMethod,
exportMethod: exportMethod,
types: ['xlsx'],
types: ['xlsx'],
modes: ['current', 'selected', 'all']
modes: ['current', 'selected', 'all']
...
...
src/views/modules/siteAdmin/siteConfig/index.vue
View file @
0eabfc6b
...
@@ -66,8 +66,8 @@
...
@@ -66,8 +66,8 @@
:scroll-y=
"
{ enabled: false }" :span-method="mergeRowMethod" :data="tableData" header-align="center"
:scroll-y=
"
{ enabled: false }" :span-method="mergeRowMethod" :data="tableData" header-align="center"
:seq-config="{ seqMethod: seqMethod }" :column-config="{ width: '130px' }" :export-config="{
:seq-config="{ seqMethod: seqMethod }" :column-config="{ width: '130px' }" :export-config="{
remote: true,
remote: true,
filename: `
用户
数据${moment(new Date()).format('YYYY-MM-DD')}`,
filename: `
站点配置
数据${moment(new Date()).format('YYYY-MM-DD')}`,
sheetName: '
用户
数据',
sheetName: '
站点配置
数据',
exportMethod: exportMethod,
exportMethod: exportMethod,
types: ['xlsx'],
types: ['xlsx'],
modes: ['current', 'selected', 'all']
modes: ['current', 'selected', 'all']
...
...
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