update:任务执行界面去除假数据
This commit is contained in:
@@ -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',
|
||||||
|
|||||||
Reference in New Issue
Block a user