项目报表修改
continuous-integration/drone/push Build is passing Details

main
wangxiaoshuang 2026-01-06 11:06:11 +08:00
parent 1191b97688
commit a0b39e7a0b
1 changed files with 7 additions and 5 deletions

View File

@ -267,7 +267,7 @@ export default {
label: {
show: true,
formatter: `{c}`,
position: 'inside',
position: 'top',
textStyle: {
fontSize: 14, // 14px
color: '#000', //
@ -356,6 +356,7 @@ export default {
}
this.loading_bottom = true
let res = await getTrialEfficacyEvaluationStatList(data)
if (data.TrialReadingCriterionId !== this.searchData.TrialReadingCriterionId) return false
this.loading_bottom = false
if (res.IsSuccess) {
let OtherInfo = res.OtherInfo || {}
@ -434,7 +435,8 @@ export default {
},
yAxis: {
name: obj.unit,
type: 'value'
type: 'value',
minInterval: 1
},
series: [
{
@ -444,7 +446,7 @@ export default {
label: {
show: true,
formatter: `{c}`,
position: 'inside',
position: 'top',
textStyle: {
fontSize: 14, // 14px
color: '#000', //
@ -494,7 +496,7 @@ export default {
label: {
show: true,
formatter: `{c}%`,
position: 'inside',
position: 'top',
textStyle: {
fontSize: 14, // 14px
color: '#000', //
@ -560,7 +562,7 @@ export default {
label: {
show: true,
formatter: `{c}`,
position: 'inside',
position: 'top',
textStyle: {
fontSize: 14, // 14px
color: '#000', //