Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
device-new-platform
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
赵啸非
device-new-platform
Commits
a82a3ace
Commit
a82a3ace
authored
Apr 26, 2023
by
赵啸非
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改站点请求地址
parent
16e0797f
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
device-manager-ui/admin/src/assets/mixins/table.js
device-manager-ui/admin/src/assets/mixins/table.js
+1
-1
device-manager-ui/admin/src/components/Table.vue
device-manager-ui/admin/src/components/Table.vue
+1
-1
No files found.
device-manager-ui/admin/src/assets/mixins/table.js
View file @
a82a3ace
...
...
@@ -373,7 +373,7 @@ export default {
toString
:
[],
defaultConfig
:
{
search
:
[],
// 头部搜索配置
tableName
:
""
,
tableName
:
"
table
"
,
columns
:
[],
// 表格列信息配置
addQuery
:
{},
// 新增按钮携带的参数
buttons
:
[],
// 增加查询区域自定义操作按钮,格式:[{label:'按钮显示名称',isShow:是否显示true/false,loading:true/false,type:'类型',icon:'图标',method:function(){}}]
...
...
device-manager-ui/admin/src/components/Table.vue
View file @
a82a3ace
...
...
@@ -156,7 +156,7 @@
v-if=
"showType == 'table'"
:tableData=
"data.data"
:columns=
"config.columns"
:
ref
=
"config.tableName"
:
tableName
=
"config.tableName"
:loading=
"data.loading"
:tableRowClassName=
"config.methods.tableRowClassName"
:handleSpanMethod=
"config.methods.handleSpanMethod"
...
...
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