项目报表修改
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: { 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', //