|
@@ -178,8 +178,6 @@ import { EChartsOption } from 'echarts'
|
|
|
import type { WorkplaceTotal } from './types'
|
|
|
import { pieOptions, yearOptions, enterRatioOptions, originOptions, mouthOptions, outRatioOptions, returnRatioOptions } from './echarts-data'
|
|
|
defineOptions({ name: 'Home' })
|
|
|
-
|
|
|
-
|
|
|
//获取标本类型数
|
|
|
import * as WorkbenchApi from '@/api/workbench'
|
|
|
// const workbenchList = ref([] as WorkbenchApi.WorkbenchVO[]) //标本列表
|
|
@@ -264,8 +262,6 @@ const getAllApi = async () => {
|
|
|
}
|
|
|
|
|
|
|
|
|
-
|
|
|
-
|
|
|
//历年标本数量统计
|
|
|
const yearOptionsData = reactive<EChartsOption>(yearOptions) as EChartsOption
|
|
|
//本月入库数
|