Parcourir la source

fix: radioSwitch字段含义正反调整

Tong il y a 2 ans
Parent
commit
b85e63052f
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      src/utils/filters.ts

+ 2 - 2
src/utils/filters.ts

@@ -179,8 +179,8 @@ export const ArticleSelect = [
 
 // 文章类型
 export const radioSwitch = [
-  { label: '正常', value: 0 },
-  { label: '停用', value: 1 },
+  { label: '正常', value: 1 },
+  { label: '停用', value: 0 },
 ];
 
 // 文章类型