@@ -58,6 +58,7 @@ export default {
Vue.prototype.$ibpsUrl = env.VUE_APP_BASE_API_0_0_TEST
const reportPath = '金通医学实验室管理系统'
+ Vue.prototype.$reportFilePath = reportPath
// 格式化参数
const getParams = (params) => {
const parts = params.split('&')
@@ -111,6 +111,6 @@ export const chartOption = {
tooltip: {
show: true,
trigger: 'axis',
- formatter: '任务情况<br/>{b}:{c}<br/>占比:{d}%'
+ formatter: '指标详情<br/>{b}月:{c}'
}