项目报表修改
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: {
|
||||
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', // 设置字体颜色为白色
|
||||
|
|
|
|||
Loading…
Reference in New Issue