Browse Source

问题修复

xinyan 6 months ago
parent
commit
3d7634ed71
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/adManage/utils/tools.ts

+ 1 - 1
src/views/adManage/utils/tools.ts

@@ -141,6 +141,6 @@ export function getTagType(state){
       case 'DISABLED':
         return 'danger';   // 禁用
       default:
-        return '';  // 其他状态
+        return 'info';  // 其他状态
     }
 }