|
@@ -8,13 +8,7 @@ import {
|
|
|
} from '@/api/home/home-score.ts';
|
|
} from '@/api/home/home-score.ts';
|
|
|
|
|
|
|
|
export function useScoreInfo() {
|
|
export function useScoreInfo() {
|
|
|
- const scoreInfoList = ref<ScoreType[]>([
|
|
|
|
|
- {
|
|
|
|
|
- date: '2024-05-06',
|
|
|
|
|
- score: 99,
|
|
|
|
|
- workshopList: ['ARJ21总装车间', 'C919部装车间', '维修交付中心'],
|
|
|
|
|
- },
|
|
|
|
|
- ]);
|
|
|
|
|
|
|
+ const scoreInfoList = ref<ScoreType[]>([]);
|
|
|
|
|
|
|
|
const getDailyScoreList = () => {
|
|
const getDailyScoreList = () => {
|
|
|
getDailyScore().then((res) => {
|
|
getDailyScore().then((res) => {
|