Browse Source

fix: 修复用户留言管理列表是否订阅值取反了的bug

mnisting 6 months ago
parent
commit
8c674cc0ec
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/views/userDemandManage/index.vue

+ 2 - 2
src/views/userDemandManage/index.vue

@@ -66,8 +66,8 @@
             v-model="scope.row.subscribe"
             active-color="#13ce66"
             inactive-color="#ff4949"
-            active-value="0"
-            inactive-value="1"
+            active-value="1"
+            inactive-value="0"
           >
           </el-switch>
         </template>