Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
SuperMan
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
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
罗超
SuperMan
Commits
51b2236c
Commit
51b2236c
authored
Nov 22, 2024
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
9643da31
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
choose_menu.vue
src/components/WebSet/plug-in/choose_menu.vue
+5
-5
No files found.
src/components/WebSet/plug-in/choose_menu.vue
View file @
51b2236c
...
...
@@ -130,7 +130,7 @@
{{ $t("ground.tianshu") }}
</th>
<th>
{{$t('Operation.Op_directPrice')}}
{{$t('Operation.Op_directPrice')}}
</th>
<th>
{{ $t("objFill.v101.tuanweizku") }}
...
...
@@ -171,7 +171,7 @@
<tfoot>
<tr>
<td
colspan=
"7"
>
<el-pagination
background
@
current-change=
"handleCurrentChange"
:current-page
.
sync=
"queryMsg.currentPage"
layout=
"total,prev, pager, next, jumper"
:page-size=
"queryMsg.pageSize"
:total=
"queryMsg.total"
>
...
...
@@ -288,8 +288,8 @@
},
//树形菜单选择
treeCheck
(
node
,
list
)
{
if
(
list
.
checkedKeys
.
length
==
2
)
{
//单选实现
//单选实现
if
(
list
.
checkedKeys
.
length
>
0
)
{
this
.
$refs
.
treeMenu
.
setCheckedKeys
([
node
.
Id
]);
this
.
checkedMenuObj
=
node
;
}
...
...
@@ -366,7 +366,7 @@
obj
.
MenuUrl
=
domainUrl
+
obj
.
MenuUrl
;
}
}
return
obj
;
return
obj
;
},
//选中切换
changeTrip
(
item
)
{
...
...
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