Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
H
hls-easy-ui
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
easyUI
hls-easy-ui
Commits
e7e1a149
Commit
e7e1a149
authored
Aug 21, 2024
by
王纵
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
表格增加数据更新功能
parent
bf4c6742
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
index.vue
src/Dynamic/LayoutButtons/index.vue
+2
-2
No files found.
src/Dynamic/LayoutButtons/index.vue
View file @
e7e1a149
...
...
@@ -2,7 +2,7 @@
* @Author: zong.wang01@hand-china.com
* @Date: 2024-07-31 15:09:30
* @LastEditors: zong.wang01@hand-china.com
* @LastEditTime: 2024-08-21 17:
03:58
* @LastEditTime: 2024-08-21 17:
48:59
* @Version: 1.0.0
* @Description: 页面按钮渲染
* @Copyright: Copyright (c) 2021, Hand-RongJing
...
...
@@ -133,7 +133,7 @@ export default {
},
handlClick
(
btn
)
{
this
.
moreVisible
=
false
;
const
func
=
this
.
getClickFunction
[
btn
.
name
]
;
const
func
=
this
.
getClickFunction
(
btn
.
name
)
;
func
();
},
// query(){
...
...
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