update:任务执行界面去除假数据
This commit is contained in:
@@ -53,12 +53,12 @@ const applist = ref<any>([
|
||||
// };
|
||||
|
||||
const getStyleFun = (flag: any) => {
|
||||
if (applist.value.includes(appProperty.name)) {
|
||||
return {
|
||||
color: '#67c23a',
|
||||
title: '已完成',
|
||||
};
|
||||
}
|
||||
// if (applist.value.includes(appProperty.name)) {
|
||||
// return {
|
||||
// color: '#67c23a',
|
||||
// title: '已完成',
|
||||
// };
|
||||
// }
|
||||
const styles: any = {
|
||||
active: {
|
||||
color: '#409eff',
|
||||
|
||||
Reference in New Issue
Block a user