Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Fedex
/
imac-vue
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
Elements-SY
2023-08-28 09:53:32 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
b29d799f2d7c41b79324fd62f58d914e78d28506
b29d799f
1 parent
5c7fd939
modify
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
src/views/et86Config/et86HsCodeBlack/errorInfo/index.vue
src/views/et86Config/et86HsCodeBlack/errorInfo/tableConfig.js
src/views/et86Config/et86HsCodeBlack/errorInfo/index.vue
View file @
b29d799
...
...
@@ -33,7 +33,7 @@ export default {
},
},
tableAttr: tableAttr, // table配置项
columns: columnHeader(
this.deleteRow
), // 表头
columns: columnHeader(), // 表头
tableData: [], // 表格数据
};
},
...
...
src/views/et86Config/et86HsCodeBlack/errorInfo/tableConfig.js
View file @
b29d799
...
...
@@ -8,7 +8,7 @@ export const tableAttr = {
btnGroup
:
[],
},
};
export
const
columnHeader
=
(
deleteRow
)
=>
[
export
const
columnHeader
=
()
=>
[
{
type
:
"index"
,
label
:
"序号"
,
...
...
Please
register
or
login
to post a comment