项目报表修改
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
1191b97688
commit
a0b39e7a0b
|
|
@ -267,7 +267,7 @@ export default {
|
||||||
label: {
|
label: {
|
||||||
show: true,
|
show: true,
|
||||||
formatter: `{c}`,
|
formatter: `{c}`,
|
||||||
position: 'inside',
|
position: 'top',
|
||||||
textStyle: {
|
textStyle: {
|
||||||
fontSize: 14, // 设置字体大小为 14px
|
fontSize: 14, // 设置字体大小为 14px
|
||||||
color: '#000', // 设置字体颜色为白色
|
color: '#000', // 设置字体颜色为白色
|
||||||
|
|
@ -356,6 +356,7 @@ export default {
|
||||||
}
|
}
|
||||||
this.loading_bottom = true
|
this.loading_bottom = true
|
||||||
let res = await getTrialEfficacyEvaluationStatList(data)
|
let res = await getTrialEfficacyEvaluationStatList(data)
|
||||||
|
if (data.TrialReadingCriterionId !== this.searchData.TrialReadingCriterionId) return false
|
||||||
this.loading_bottom = false
|
this.loading_bottom = false
|
||||||
if (res.IsSuccess) {
|
if (res.IsSuccess) {
|
||||||
let OtherInfo = res.OtherInfo || {}
|
let OtherInfo = res.OtherInfo || {}
|
||||||
|
|
@ -434,7 +435,8 @@ export default {
|
||||||
},
|
},
|
||||||
yAxis: {
|
yAxis: {
|
||||||
name: obj.unit,
|
name: obj.unit,
|
||||||
type: 'value'
|
type: 'value',
|
||||||
|
minInterval: 1
|
||||||
},
|
},
|
||||||
series: [
|
series: [
|
||||||
{
|
{
|
||||||
|
|
@ -444,7 +446,7 @@ export default {
|
||||||
label: {
|
label: {
|
||||||
show: true,
|
show: true,
|
||||||
formatter: `{c}`,
|
formatter: `{c}`,
|
||||||
position: 'inside',
|
position: 'top',
|
||||||
textStyle: {
|
textStyle: {
|
||||||
fontSize: 14, // 设置字体大小为 14px
|
fontSize: 14, // 设置字体大小为 14px
|
||||||
color: '#000', // 设置字体颜色为白色
|
color: '#000', // 设置字体颜色为白色
|
||||||
|
|
@ -494,7 +496,7 @@ export default {
|
||||||
label: {
|
label: {
|
||||||
show: true,
|
show: true,
|
||||||
formatter: `{c}%`,
|
formatter: `{c}%`,
|
||||||
position: 'inside',
|
position: 'top',
|
||||||
textStyle: {
|
textStyle: {
|
||||||
fontSize: 14, // 设置字体大小为 14px
|
fontSize: 14, // 设置字体大小为 14px
|
||||||
color: '#000', // 设置字体颜色为白色
|
color: '#000', // 设置字体颜色为白色
|
||||||
|
|
@ -560,7 +562,7 @@ export default {
|
||||||
label: {
|
label: {
|
||||||
show: true,
|
show: true,
|
||||||
formatter: `{c}`,
|
formatter: `{c}`,
|
||||||
position: 'inside',
|
position: 'top',
|
||||||
textStyle: {
|
textStyle: {
|
||||||
fontSize: 14, // 设置字体大小为 14px
|
fontSize: 14, // 设置字体大小为 14px
|
||||||
color: '#000', // 设置字体颜色为白色
|
color: '#000', // 设置字体颜色为白色
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue