mo hace 2 años
padre
commit
ba05e775b7
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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,