Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
smart_gov_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
赵啸非
smart_gov_platform
Commits
5a9e7eb7
Commit
5a9e7eb7
authored
Apr 21, 2023
by
ww-xxy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
数据驾驶舱可新窗口打开
parent
dd777f3c
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
22 additions
and
4 deletions
+22
-4
portal-manager-ui/admin/src/views/dataAdmin/components/Impossible/index.vue
...admin/src/views/dataAdmin/components/Impossible/index.vue
+15
-3
portal-manager-ui/admin/src/views/dataAdmin/dataAdmin.vue
portal-manager-ui/admin/src/views/dataAdmin/dataAdmin.vue
+7
-1
No files found.
portal-manager-ui/admin/src/views/dataAdmin/components/Impossible/index.vue
View file @
5a9e7eb7
...
@@ -233,7 +233,6 @@
...
@@ -233,7 +233,6 @@
},
},
{
{
title
:
"
操作
"
,
title
:
"
操作
"
,
dataIndex
:
"
操作
"
,
scopedSlots
:
{
scopedSlots
:
{
customRender
:
"
操作
"
,
customRender
:
"
操作
"
,
},
},
...
@@ -314,14 +313,17 @@
...
@@ -314,14 +313,17 @@
item
.
type
=
obj
[
keys
];
item
.
type
=
obj
[
keys
];
}
}
});
});
item
.
status
==
1
?
item
.
status
=
'
是
'
:
item
.
status
=
'
否
'
});
});
}
else
{
}
else
{
let
datas
=
this
.
$_
.
cloneDeep
(
let
datas
=
this
.
$_
.
cloneDeep
(
await
getImpossible
({
await
getImpossible
({
...
this
.
queryform
,
page
:
1
,
page
:
1
,
size
:
-
1
size
:
-
1
})
})
);
);
this
.
btnLoading
=
false
data
=
datas
.
data
.
data
data
=
datas
.
data
.
data
if
(
!
data
.
length
)
return
;
if
(
!
data
.
length
)
return
;
for
(
let
item
of
data
)
{
for
(
let
item
of
data
)
{
...
@@ -330,11 +332,21 @@
...
@@ -330,11 +332,21 @@
item
.
type
=
obj
[
key
];
item
.
type
=
obj
[
key
];
}
}
});
});
item
.
status
==
1
?
item
.
status
=
'
是
'
:
item
.
status
=
'
否
'
}
}
}
}
const
tHeader
=
[]
const
filterVal
=
[]
this
.
tablecolumns
.
forEach
(
v
=>
{
if
(
v
.
dataIndex
){
tHeader
.
push
(
v
.
title
)
filterVal
.
push
(
v
.
dataIndex
)
}
})
export2Excel
(
export2Excel
(
t
his
.
t
Header
,
tHeader
,
this
.
filterVal
,
filterVal
,
data
,
data
,
"
办不成事报表
"
+
this
.
$moment
().
format
(
"
YYYYMMDDHHmmss
"
)
"
办不成事报表
"
+
this
.
$moment
().
format
(
"
YYYYMMDDHHmmss
"
)
);
);
...
...
portal-manager-ui/admin/src/views/dataAdmin/dataAdmin.vue
View file @
5a9e7eb7
...
@@ -183,7 +183,13 @@ export default {
...
@@ -183,7 +183,13 @@ export default {
},
},
// 查看数据
// 查看数据
handleCkeck
(
path
)
{
handleCkeck
(
path
)
{
if
(
path
.
indexOf
(
'
http
'
)
>-
1
){
alert
(
path
)
window
.
open
(
path
)
}
else
{
this
.
$router
.
push
(
path
);
this
.
$router
.
push
(
path
);
}
},
},
// pushRouter1() {
// pushRouter1() {
// // 易政秀报表
// // 易政秀报表
...
...
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