Ver código fonte

fix: radioSwitch字段含义正反调整

Tong 2 anos atrás
pai
commit
b85e63052f
1 arquivos alterados com 2 adições e 2 exclusões
  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 },
 ];
 
 // 文章类型