1111
This commit is contained in:
parent
ae9b7162c2
commit
91c889f8a6
|
@ -149,7 +149,7 @@ const getOption = () => {
|
||||||
var arr = [
|
var arr = [
|
||||||
"{a|" + params + "}",
|
"{a|" + params + "}",
|
||||||
"{b|" +num + "人}",
|
"{b|" +num + "人}",
|
||||||
"{c|" + value + "%}",
|
"{c|" + value + "% }",
|
||||||
];
|
];
|
||||||
if (params == "总数") {
|
if (params == "总数") {
|
||||||
return ''
|
return ''
|
||||||
|
@ -170,7 +170,7 @@ const getOption = () => {
|
||||||
b: {
|
b: {
|
||||||
fontSize: 15,
|
fontSize: 15,
|
||||||
color: "#FFBE53",
|
color: "#FFBE53",
|
||||||
width:80,
|
width:70,
|
||||||
},
|
},
|
||||||
c: {
|
c: {
|
||||||
fontSize: 15,
|
fontSize: 15,
|
||||||
|
|
Loading…
Reference in New Issue