update:任务执行界面去除假数据

This commit is contained in:
2026-04-17 10:49:02 +08:00
parent d80772a3c1
commit 98aeb921ab

View File

@@ -53,12 +53,12 @@ const applist = ref<any>([
// }; // };
const getStyleFun = (flag: any) => { const getStyleFun = (flag: any) => {
if (applist.value.includes(appProperty.name)) { // if (applist.value.includes(appProperty.name)) {
return { // return {
color: '#67c23a', // color: '#67c23a',
title: '已完成', // title: '已完成',
}; // };
} // }
const styles: any = { const styles: any = {
active: { active: {
color: '#409eff', color: '#409eff',