Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
pet-business-web
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
刘怀志
pet-business-web
Commits
886d391c
Commit
886d391c
authored
Sep 12, 2023
by
陈明豪
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug修改
parent
a271b182
Changes
14
Hide whitespace changes
Inline
Side-by-side
Showing
14 changed files
with
14 additions
and
17 deletions
+14
-17
china-map-bigger.vue
...ws/data-statistics/echars-components/china-map-bigger.vue
+1
-1
china-map.vue
src/views/data-statistics/echars-components/china-map.vue
+1
-4
columnarChart.vue
...views/data-statistics/echars-components/columnarChart.vue
+1
-1
crosswiseColumnarChart.vue
...a-statistics/echars-components/crosswiseColumnarChart.vue
+1
-1
crosswiseColumnarChartOneLine.vue
...stics/echars-components/crosswiseColumnarChartOneLine.vue
+1
-1
oneLineChart.vue
src/views/data-statistics/echars-components/oneLineChart.vue
+1
-1
radar-chart-for-hospital.vue
...statistics/echars-components/radar-chart-for-hospital.vue
+1
-1
radar-chart-for-petowner-hospital.vue
...s/echars-components/radar-chart-for-petowner-hospital.vue
+1
-1
radar-chart-for-petowner-platfrom.vue
...s/echars-components/radar-chart-for-petowner-platfrom.vue
+1
-1
radar-chart-one-line-bigger.vue
...tistics/echars-components/radar-chart-one-line-bigger.vue
+1
-1
radar-chart-one-linel.vue
...ta-statistics/echars-components/radar-chart-one-linel.vue
+1
-1
twoLineChart.vue
src/views/data-statistics/echars-components/twoLineChart.vue
+1
-1
twoLineChartYNoUnit.vue
...data-statistics/echars-components/twoLineChartYNoUnit.vue
+1
-1
treatment-management.vue
...-management/treatment-management/treatment-management.vue
+1
-1
No files found.
src/views/data-statistics/echars-components/china-map-bigger.vue
View file @
886d391c
...
@@ -29,7 +29,7 @@ export default {
...
@@ -29,7 +29,7 @@ export default {
// borderColor: '#f8911b',
// borderColor: '#f8911b',
title
:
{
title
:
{
text
:
_this
.
title
,
text
:
_this
.
title
,
left
:
'left'
,
left
:
-
5
,
textStyle
:
{
textStyle
:
{
fontSize
:
14
,
fontSize
:
14
,
fontFamily
:
'Microsoft YaHei'
,
fontFamily
:
'Microsoft YaHei'
,
...
...
src/views/data-statistics/echars-components/china-map.vue
View file @
886d391c
...
@@ -25,17 +25,14 @@ export default {
...
@@ -25,17 +25,14 @@ export default {
const
mapChart
=
this
.
$echarts
.
init
(
this
.
$refs
.
mapChart
)
const
mapChart
=
this
.
$echarts
.
init
(
this
.
$refs
.
mapChart
)
mapChart
.
setOption
({
mapChart
.
setOption
({
backgroundColor
:
''
,
// 背景颜色
backgroundColor
:
''
,
// 背景颜色
// borderWidth: 4, // 设置外层边框
// borderColor: '#f8911b',
title
:
{
title
:
{
text
:
_this
.
title
,
text
:
_this
.
title
,
left
:
'left'
,
left
:
-
5
,
textStyle
:
{
textStyle
:
{
fontSize
:
14
,
fontSize
:
14
,
fontFamily
:
'Microsoft YaHei'
,
fontFamily
:
'Microsoft YaHei'
,
fontWeight
:
'bold'
,
fontWeight
:
'bold'
,
color
:
'#333333'
color
:
'#333333'
// margin-bottom: 20px,
}
}
},
},
// 是视觉映射组件,用于进行『视觉编码』,也就是将数据映射到视觉元素(视觉通道)。
// 是视觉映射组件,用于进行『视觉编码』,也就是将数据映射到视觉元素(视觉通道)。
...
...
src/views/data-statistics/echars-components/columnarChart.vue
View file @
886d391c
...
@@ -28,7 +28,7 @@ export default {
...
@@ -28,7 +28,7 @@ export default {
const
mapChart
=
this
.
$echarts
.
init
(
this
.
$refs
.
columnar
)
const
mapChart
=
this
.
$echarts
.
init
(
this
.
$refs
.
columnar
)
mapChart
.
setOption
({
mapChart
.
setOption
({
title
:
{
title
:
{
left
:
'left'
,
left
:
-
5
,
text
:
_this
.
title
,
text
:
_this
.
title
,
textStyle
:
{
textStyle
:
{
fontSize
:
14
,
fontSize
:
14
,
...
...
src/views/data-statistics/echars-components/crosswiseColumnarChart.vue
View file @
886d391c
...
@@ -25,7 +25,7 @@ export default {
...
@@ -25,7 +25,7 @@ export default {
const
mapChart
=
this
.
$echarts
.
init
(
this
.
$refs
.
CrosswiseColumnar
)
const
mapChart
=
this
.
$echarts
.
init
(
this
.
$refs
.
CrosswiseColumnar
)
mapChart
.
setOption
({
mapChart
.
setOption
({
title
:
{
title
:
{
left
:
'left'
,
left
:
-
5
,
text
:
_this
.
title
,
text
:
_this
.
title
,
textStyle
:
{
textStyle
:
{
fontSize
:
14
,
fontSize
:
14
,
...
...
src/views/data-statistics/echars-components/crosswiseColumnarChartOneLine.vue
View file @
886d391c
...
@@ -25,7 +25,7 @@ export default {
...
@@ -25,7 +25,7 @@ export default {
const
mapChart
=
this
.
$echarts
.
init
(
this
.
$refs
.
CrosswiseColumnar
)
const
mapChart
=
this
.
$echarts
.
init
(
this
.
$refs
.
CrosswiseColumnar
)
mapChart
.
setOption
({
mapChart
.
setOption
({
title
:
{
title
:
{
left
:
'left'
,
left
:
-
5
,
text
:
_this
.
title
,
text
:
_this
.
title
,
textStyle
:
{
textStyle
:
{
fontSize
:
14
,
fontSize
:
14
,
...
...
src/views/data-statistics/echars-components/oneLineChart.vue
View file @
886d391c
...
@@ -36,7 +36,7 @@ export default {
...
@@ -36,7 +36,7 @@ export default {
const
mapChart
=
this
.
$echarts
.
init
(
this
.
$refs
.
towLine
)
const
mapChart
=
this
.
$echarts
.
init
(
this
.
$refs
.
towLine
)
mapChart
.
setOption
({
mapChart
.
setOption
({
title
:
{
title
:
{
left
:
'left'
,
left
:
-
5
,
text
:
'诊治次数统计'
,
text
:
'诊治次数统计'
,
textStyle
:
{
textStyle
:
{
fontSize
:
14
,
fontSize
:
14
,
...
...
src/views/data-statistics/echars-components/radar-chart-for-hospital.vue
View file @
886d391c
...
@@ -28,7 +28,7 @@ export default {
...
@@ -28,7 +28,7 @@ export default {
const
mapChart
=
this
.
$echarts
.
init
(
this
.
$refs
.
radarMap
)
const
mapChart
=
this
.
$echarts
.
init
(
this
.
$refs
.
radarMap
)
mapChart
.
setOption
({
mapChart
.
setOption
({
title
:
{
title
:
{
left
:
'left'
,
left
:
-
5
,
text
:
'医院评级分布'
,
text
:
'医院评级分布'
,
textStyle
:
{
textStyle
:
{
fontSize
:
14
,
fontSize
:
14
,
...
...
src/views/data-statistics/echars-components/radar-chart-for-petowner-hospital.vue
View file @
886d391c
...
@@ -22,7 +22,7 @@ export default {
...
@@ -22,7 +22,7 @@ export default {
const
mapChart
=
this
.
$echarts
.
init
(
this
.
$refs
.
radarMap
)
const
mapChart
=
this
.
$echarts
.
init
(
this
.
$refs
.
radarMap
)
mapChart
.
setOption
({
mapChart
.
setOption
({
title
:
{
title
:
{
left
:
'left'
,
left
:
-
5
,
text
:
'宠主宠物数量分析'
,
text
:
'宠主宠物数量分析'
,
textStyle
:
{
textStyle
:
{
fontSize
:
14
,
fontSize
:
14
,
...
...
src/views/data-statistics/echars-components/radar-chart-for-petowner-platfrom.vue
View file @
886d391c
...
@@ -24,7 +24,7 @@ export default {
...
@@ -24,7 +24,7 @@ export default {
const
mapChart
=
this
.
$echarts
.
init
(
this
.
$refs
.
radarMap
)
const
mapChart
=
this
.
$echarts
.
init
(
this
.
$refs
.
radarMap
)
mapChart
.
setOption
({
mapChart
.
setOption
({
title
:
{
title
:
{
left
:
'left'
,
left
:
-
5
,
text
:
'宠主年消费额分析'
,
text
:
'宠主年消费额分析'
,
textStyle
:
{
textStyle
:
{
fontSize
:
14
,
fontSize
:
14
,
...
...
src/views/data-statistics/echars-components/radar-chart-one-line-bigger.vue
View file @
886d391c
...
@@ -22,7 +22,7 @@ export default {
...
@@ -22,7 +22,7 @@ export default {
const
mapChart
=
this
.
$echarts
.
init
(
this
.
$refs
.
radarMap
)
const
mapChart
=
this
.
$echarts
.
init
(
this
.
$refs
.
radarMap
)
mapChart
.
setOption
({
mapChart
.
setOption
({
title
:
{
title
:
{
left
:
'left'
,
left
:
-
5
,
text
:
_this
.
title
,
text
:
_this
.
title
,
textStyle
:
{
textStyle
:
{
fontSize
:
14
,
fontSize
:
14
,
...
...
src/views/data-statistics/echars-components/radar-chart-one-linel.vue
View file @
886d391c
...
@@ -23,7 +23,7 @@ export default {
...
@@ -23,7 +23,7 @@ export default {
const
mapChart
=
this
.
$echarts
.
init
(
this
.
$refs
.
radarMap
)
const
mapChart
=
this
.
$echarts
.
init
(
this
.
$refs
.
radarMap
)
mapChart
.
setOption
({
mapChart
.
setOption
({
title
:
{
title
:
{
left
:
'left'
,
left
:
-
5
,
text
:
_this
.
title
,
text
:
_this
.
title
,
textStyle
:
{
textStyle
:
{
fontSize
:
14
,
fontSize
:
14
,
...
...
src/views/data-statistics/echars-components/twoLineChart.vue
View file @
886d391c
...
@@ -62,7 +62,7 @@ export default {
...
@@ -62,7 +62,7 @@ export default {
const
mapChart
=
this
.
$echarts
.
init
(
this
.
$refs
.
towLine
)
const
mapChart
=
this
.
$echarts
.
init
(
this
.
$refs
.
towLine
)
mapChart
.
setOption
({
mapChart
.
setOption
({
title
:
{
title
:
{
left
:
'left'
,
left
:
-
5
,
text
:
_this
.
title
,
text
:
_this
.
title
,
textStyle
:
{
textStyle
:
{
fontSize
:
14
,
fontSize
:
14
,
...
...
src/views/data-statistics/echars-components/twoLineChartYNoUnit.vue
View file @
886d391c
...
@@ -67,7 +67,7 @@ export default {
...
@@ -67,7 +67,7 @@ export default {
const
mapChart
=
this
.
$echarts
.
init
(
this
.
$refs
.
towLineNoUnit
)
const
mapChart
=
this
.
$echarts
.
init
(
this
.
$refs
.
towLineNoUnit
)
mapChart
.
setOption
({
mapChart
.
setOption
({
title
:
{
title
:
{
left
:
'left'
,
left
:
-
5
,
text
:
_this
.
title
,
text
:
_this
.
title
,
textStyle
:
{
textStyle
:
{
fontSize
:
14
,
fontSize
:
14
,
...
...
src/views/service-management/treatment-management/treatment-management.vue
View file @
886d391c
...
@@ -946,7 +946,7 @@ export default {
...
@@ -946,7 +946,7 @@ export default {
}
}
<
/script
>
<
/script
>
<
style
>
<
style
scoped
>
.
el
-
col
-
8
{
.
el
-
col
-
8
{
padding
-
left
:
inherit
!
important
;
padding
-
left
:
inherit
!
important
;
}
}
...
...
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