Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
任超
/
js.CadastralSystem
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
f7acf334
authored
2020-12-30 11:28:46 +0800
by
zhaoqian
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
代办箱
1 parent
7ec11035
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
6 deletions
src/views/panel/index.vue
src/views/panel/index.vue
View file @
f7acf33
...
...
@@ -132,20 +132,15 @@ export default {
window
.
open
(
row
.
url
)
},
handleSelect
(
item
)
{
console
.
log
(
this
.
$route
.
path
+
":this.$route.params.path
"
)
console
.
log
(
JSON
.
stringify
(
item
)
+
":item
"
)
//非编辑状态才可以点击
if
(
!
this
.
isEdit
)
{
if
(
this
.
$route
.
path
===
'/dbx'
){
this
.
$parent
.
changeActiveName
(
"dbx"
);
}
else
{
if
(
item
.
path
){
this
.
$router
.
push
({
path
:
'/dbx'
})
}
}
}
},
tableRowClassName
({
row
,
rowIndex
})
{
if
(
rowIndex
%
2
!==
0
)
{
...
...
Please
register
or
sign in
to post a comment