mo 2 years ago
parent
commit
ba05e775b7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/visitManager/afterVisitList.vue

+ 1 - 1
src/views/visitManager/afterVisitList.vue

@@ -101,7 +101,7 @@ export default {
       option3:[
         { text: "全部", value: "全部" },
         { text: "已解决", value: "1" },
-        { text: "未解决", value: "0" },
+        { text: "待跟进", value: "0" },
       ],
       startDate: null,
       endDate: null,