Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
bdc
/
bdcsjsb-web
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
953a0ebe
authored
2023-06-09 09:25:50 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge branch 'dev'
2 parents
86f7a9c5
a72d18e9
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
11 deletions
src/router/index.js
src/views/jktj/bsxljk/index.vue
src/router/index.js
View file @
953a0eb
/*
* @Description :路由配置
* @Autor : miaofang
* @LastEditTime: 2023-06-0
8 14:24:36
* @LastEditTime: 2023-06-0
9 09:21:27
*/
import
Vue
from
'vue'
import
Router
from
'vue-router'
...
...
@@ -214,7 +214,7 @@ export const asyncRoutes = [
children
:
[
{
path
:
'dictionaries'
,
component
:
()
=>
import
(
'@/views/system/dictionaries/dictionaries
.vue
'
),
component
:
()
=>
import
(
'@/views/system/dictionaries/dictionaries'
),
name
:
'dictionaries'
,
meta
:
{
title
:
'字典管理'
}
},
...
...
src/views/jktj/bsxljk/index.vue
View file @
953a0eb
<!--
* @Description :监控日志
* @Autor : miaofang
* @LastEditTime
: 2023-05-17 15:31:5
8
* @LastEditTime
: 2023-06-09 09:24:0
8
-->
<
template
>
<!-- 监控日志 -->
...
...
@@ -44,10 +44,10 @@
</div>
</
template
>
<
script
>
import
{
mapGetters
}
from
"vuex"
;
import
efficient
from
"@/api/efficient"
;
import
{
getFirstDayOfSeason
,
timeFormat
}
from
"@/utils/operation"
;
export
default
{
import
{
mapGetters
}
from
"vuex"
;
import
efficient
from
"@/api/efficient"
;
import
{
getFirstDayOfSeason
,
timeFormat
}
from
"@/utils/operation"
;
export
default
{
name
:
"jktj"
,
data
()
{
return
{
...
...
@@ -146,7 +146,7 @@ export default {
name
:
"各业务类型办理数量"
,
type
:
"pie"
,
radius
:
[
0
,
250
],
center
:
[
"50%"
,
"32
%"
],
center
:
[
"50%"
,
"46
%"
],
roseType
:
"area"
,
itemStyle
:
{
borderRadius
:
8
,
...
...
@@ -323,10 +323,10 @@ export default {
});
},
},
};
};
</
script
>
<
style
scoped
lang=
"scss"
>
.jktjDetail
{
.jktjDetail
{
flex-direction
:
column
;
.rows
{
...
...
@@ -338,6 +338,6 @@ export default {
text-align
:
center
;
color
:
#b6b5b5
;
}
}
}
</
style
>
...
...
Please
register
or
sign in
to post a comment