Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
D
dsk-cr20g
Project
Project
Details
Activity
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
Administrator
dsk-cr20g
Commits
2dae0abe
Commit
2dae0abe
authored
Oct 19, 2023
by
danfuman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
05480a58
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
12 deletions
+12
-12
index.vue
dsk-operate-ui/src/views/index.vue
+4
-4
jzqyfx.vue
...ui/src/views/macro/nationalEconomies/component/jzqyfx.vue
+8
-8
No files found.
dsk-operate-ui/src/views/index.vue
View file @
2dae0abe
...
@@ -970,7 +970,7 @@ export default {
...
@@ -970,7 +970,7 @@ export default {
yAxisIndex
:
1
,
yAxisIndex
:
1
,
tooltip
:
{
tooltip
:
{
valueFormatter
:
function
(
value
)
{
valueFormatter
:
function
(
value
)
{
return
value
+
'万元'
return
value
}
}
},
},
itemStyle
:
{
itemStyle
:
{
...
@@ -989,7 +989,7 @@ export default {
...
@@ -989,7 +989,7 @@ export default {
barWidth
:
20
,
barWidth
:
20
,
tooltip
:
{
tooltip
:
{
valueFormatter
:
function
(
value
)
{
valueFormatter
:
function
(
value
)
{
return
value
+
'个'
;
return
value
;
}
}
},
},
itemStyle
:
{
itemStyle
:
{
...
@@ -1295,7 +1295,7 @@ export default {
...
@@ -1295,7 +1295,7 @@ export default {
yAxisIndex
:
1
,
yAxisIndex
:
1
,
tooltip
:
{
tooltip
:
{
valueFormatter
:
function
(
value
)
{
valueFormatter
:
function
(
value
)
{
return
value
+
'万元'
return
value
}
}
},
},
itemStyle
:
{
itemStyle
:
{
...
@@ -1314,7 +1314,7 @@ export default {
...
@@ -1314,7 +1314,7 @@ export default {
barWidth
:
20
,
barWidth
:
20
,
tooltip
:
{
tooltip
:
{
valueFormatter
:
function
(
value
)
{
valueFormatter
:
function
(
value
)
{
return
value
+
'个'
;
return
value
;
}
}
},
},
itemStyle
:
{
itemStyle
:
{
...
...
dsk-operate-ui/src/views/macro/nationalEconomies/component/jzqyfx.vue
View file @
2dae0abe
...
@@ -41,34 +41,34 @@
...
@@ -41,34 +41,34 @@
<el-table-column
label=
"特级"
align=
"right"
>
<el-table-column
label=
"特级"
align=
"right"
>
<el-table-column
prop=
"tjCount"
label=
"数量"
align=
"right"
>
<el-table-column
prop=
"tjCount"
label=
"数量"
align=
"right"
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
tjCount
}}
个
</
template
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
tjCount
}}
{{
scope
.
row
.
tjCount
?
'个'
:
'--'
}}
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
prop=
"tjRate"
label=
"占比"
align=
"right"
>
<el-table-column
prop=
"tjRate"
label=
"占比"
align=
"right"
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
tjRate
}}
%
</
template
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
tjRate
}}
{{
scope
.
row
.
tjRate
?
'%'
:
'--'
}}
</
template
>
</el-table-column>
</el-table-column>
</el-table-column>
</el-table-column>
<el-table-column
label=
"一级"
align=
"right"
>
<el-table-column
label=
"一级"
align=
"right"
>
<el-table-column
prop=
"oneCount"
label=
"数量"
align=
"right"
>
<el-table-column
prop=
"oneCount"
label=
"数量"
align=
"right"
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
oneCount
}}
个
</
template
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
oneCount
}}
{{
scope
.
row
.
oneCount
?
'个'
:
'--'
}}
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
prop=
"oneRate"
label=
"占比"
align=
"right"
>
<el-table-column
prop=
"oneRate"
label=
"占比"
align=
"right"
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
oneRate
}}
%
</
template
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
oneRate
}}
{{
scope
.
row
.
oneRate
?
'%'
:
'--'
}}
</
template
>
</el-table-column>
</el-table-column>
</el-table-column>
</el-table-column>
<el-table-column
label=
"二级"
align=
"right"
>
<el-table-column
label=
"二级"
align=
"right"
>
<el-table-column
prop=
"twoCount"
label=
"数量"
align=
"right"
>
<el-table-column
prop=
"twoCount"
label=
"数量"
align=
"right"
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
twoCount
}}
个
</
template
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
twoCount
}}
{{
scope
.
row
.
twoCount
?
'个'
:
'--'
}}
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
prop=
"twoRate"
label=
"占比"
align=
"right"
>
<el-table-column
prop=
"twoRate"
label=
"占比"
align=
"right"
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
twoRate
}}
%
</
template
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
twoRate
}}
{{
scope
.
row
.
twoRate
?
'%'
:
'--'
}}
</
template
>
</el-table-column>
</el-table-column>
</el-table-column>
</el-table-column>
<el-table-column
label=
"三级"
align=
"right"
>
<el-table-column
label=
"三级"
align=
"right"
>
<el-table-column
prop=
"threeCount"
label=
"数量"
align=
"right"
>
<el-table-column
prop=
"threeCount"
label=
"数量"
align=
"right"
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
threeCount
}}
个
</
template
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
threeCount
}}
{{
scope
.
row
.
threeCount
?
'个'
:
'--'
}}
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
prop=
"threeRate"
label=
"占比"
align=
"right"
>
<el-table-column
prop=
"threeRate"
label=
"占比"
align=
"right"
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
threeRate
}}
%
</
template
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
threeRate
}}
{{
scope
.
row
.
threeRate
?
'%'
:
'--'
}}
</
template
>
</el-table-column>
</el-table-column>
</el-table-column>
</el-table-column>
</el-table>
</el-table>
...
...
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